@charset "utf-8";
/*==  ▼▼▼ RESET&共通STYLE ▼▼▼ ===*/
/*==  reset ==*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
tr,
td,
form,
fieldset,
input,
textarea,
button,
figure,
blockquote {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}

/*=== CRサイト全体 共通 ===*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  transition: all 0.3s ease-in-out 0s;
}
a.fillter:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
html {
  overflow-y: initial;
  font-size: calc(100vw / 37.5);
  @media (min-width: 768px) {
    font-size: 62.5%;
  }
}
body {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif, 'メイリオ';
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'palt';
}
.inner {
  max-width: calc(1200px + 12%);
  padding: 0 6%;
  width: 100%;
  margin: 0 auto;
}
/*=== ▲▲▲ RESET&共通STYLE ▲▲▲ ===*/
/*=== ▼▼ ページで使用のCR共通パーツ ▼▼===*/
.only-sp {
  display: block;
}
.sp-display {
  display: block;
}
.only-md {
  display: none;
}
.only-lg {
  display: none;
}
.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .only-md {
    display: block;
  }
  .md-display {
    display: block;
  }
}
@media screen and (min-width: 998px) {
  .md-display {
    display: none;
  }
  .lg-display {
    display: block;
  }
  .only-lg {
    display: block;
  }
  .md-none {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .lg-display {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}
.content-main {
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}
/* .content-main a,
.content-main a:visited {
  color: inherit;
} */
/* タイトル
------------------------------*/
.sec__inner {
  padding-bottom: 2.4rem;
}
.sec__title {
  display: block;
  color: #1a1a1a;
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.075em;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  padding-top: clamp(6rem, 7vw, 8rem);
  padding-bottom: clamp(2rem, 3.3vw, 3.5rem);
  text-align: center;
  @media screen and (min-width: 768px) {
    font-size: 3rem;
  }
}
.sec__title::after {
  content: '';
  display: block;
  margin: 5px 0 0;
  background: #11a4e1;
  border-radius: 4px;
  height: 6px;
}
/* タイトルアンダーラインなし */
.sec__title_under_none {
  position: relative;
  padding-top: 6.4rem;
  padding-bottom: 1.6rem;
  color: #233e90;
  @media screen and (min-width: 768px) {
    padding-top: 8.8rem;
    padding-bottom: 2.4rem;
  }
}
.sec__title_under_none::after {
  background: none;
}
/* タイトル下テキスト */
.sec__lead {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.075em;
  text-align: left;
  margin-bottom: 2rem;
  @media screen and (min-width: 768px) {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.8rem;
  }
}
/*=== ▲▲ ページで使用のCR共通パーツ ▲▲ ===*/
/*=== ▼▼ ページで使用の準CR共通パーツ ▼▼===*/
/* CTA
------------------------------*/
.info {
  text-align: center;
  background: #2e5da2;
  padding: 4rem 0;
  /* container-type: inline-size; */
  @media (min-width: 768px) {
    padding-top: clamp(4rem, 6.96vw, 9rem);
    padding-bottom: clamp(4rem, 6.96vw, 9rem);
  }
}
.info__title {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 2rem;
  @media (min-width: 768px) {
    font-size: 2.4rem;
    margin: 0 0 4rem;
  }
}
.info__btn {
  position: relative;
  /* @container (min-width: 752px) { */
  @media (min-width: 768px) {
    display: flex;
    justify-content: center;
    gap: 7%;
  }
}
.info__btn--orange {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .info__btn--orange {
    margin-bottom: 0;
  }
  .info__btn--orange,
  .info__btn--white {
    flex: 1;
    max-width: 400px;
  }
}
.info__btn--orange a,
.info__btn--white a {
  flex: 1;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.085em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 620/150;
  width: clamp(290px, 80%, 350px);
  margin: 0 auto;
  box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: 0.3s;
}
.info__btn--orange a {
  background: #ff8b02;
  color: #fff;
}
.info__btn--white a {
  background: #fff;
  color: #175ea7;
}
@media screen and (min-width: 768px) {
  .info__btn--orange a,
  .info__btn--white a {
    width: 100%;
    aspect-ratio: 5/1;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .info__btn--orange a,
  .info__btn--white a {
    font-size: 2.4rem;
  }
}
.info__btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.info__btn--orange a::after {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
.info__btn--white a::after {
  border-top: 4px solid #ff8b02;
  border-right: 4px solid #ff8b02;
  transform: translate(0, -50%) rotate(45deg);
}
.info__btn--orange a:hover {
  background: #fff;
  color: #175ea7;
  opacity: 1;
}
.info__btn--orange a:hover::after {
  border-top: 4px solid #175ea7;
  border-right: 4px solid #175ea7;
}
.info__btn--white a:hover {
  background: #ff8b02;
  color: #fff;
  opacity: 1;
}
.info__btn--white a:hover::after {
  border-top: 4px solid #175ea7;
  border-right: 4px solid #175ea7;
}
/*=== ▲▲ ページで使用の準CR共通パーツ ▲▲ ===*/


/* FV
------------------------------*/
.sec_fv {
  background: url(/function/assets/storeservice/images/bg/bg_fv_sp@2x.png) no-repeat top center / contain, linear-gradient(90deg,rgba(97, 133, 232, 1) 62%, rgba(38, 71, 117, 1) 100%);
  padding: 18rem 0 4rem;

  @media (min-width: 768px) {
    background: url(/function/assets/storeservice/images/bg/bg_fv@2x.png) no-repeat center / cover, linear-gradient(90deg,rgba(69, 105, 204, 1) 0%, rgba(38, 71, 117, 1) 100%);;
    padding: initial;
  }

  .sec_fv_list {
    display: grid;
    grid-template-columns: 1fr;

    @media (min-width: 768px) {
      grid-template-columns: 7fr 3fr;
      padding: 3rem 0 5rem;
    }

    .sec_fv_list_lead {
      font-size: 2rem;
      color: #ffffff;
      text-align: center;

      @media (min-width: 768px) {
        font-size: clamp(20px, calc(-15.176px + 4.58vw), 32px);
        text-align: initial;
      }
    }

    h1 {
      width: fit-content;
      font-size: 4.8rem;
      font-size: clamp(32px, calc(-14.901px + 6.107vw), 48px);
      color: #ffffff;
      margin: 1.6rem 0;
      padding: 0 10px 4px;
      background: linear-gradient(90deg, #4569CC 0%, #264775 100%);

      @media (min-width: 1030px) {
        font-size: 4.8rem;
      }
    }

    .sec_fv_list_h1_sp {

      p {
        width: fit-content;
        font-size: 3.2rem;
        color: #ffffff;
        font-weight: bold;
        margin: 0.5rem auto 1rem;
        padding: 0 10px 4px;
        background: linear-gradient(90deg, #4569CC 0%, #264775 100%);
      }

      @media (min-width: 768px) {
        display: none;
      }
    }

    .sec_fv_list_caption {
      font-size: 1.4rem;
      color: #ffffff;
      text-align: center;
      margin-bottom: 1rem;

      @media (min-width: 768px) {
        font-size: 1.6rem;
        text-align: initial;
        margin-bottom: 3rem;
      }
    }

    .sec_fv_list_cta {
      max-width: 650px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem 0;

      @media (min-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 1rem;
      }

      .cta_btn_org,
      .cta_btn_wht {
        border-radius: 50px;
        text-align: center;
        font-size: 19px;
        font-weight: 600;
        letter-spacing: 0.085em;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 320px;
        height: 70px;
        margin: auto;
        text-decoration: none;
        transition: 0.3s;
        top: 0;

        @media (min-width: 768px) {
          font-size: clamp(14px, calc(-0.656px + 1.908vw), 19px);
        }

        &::before {
          content: "";
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 20px;
        }

        &::after {
          content: "";
          display: inline-block;
          width: 33px;
          height: 33px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 20px;

          @media (min-width: 768px) {
            width: clamp(26px, calc(5.481px + 2.672vw), 33px);
            height: clamp(26px, calc(5.481px + 2.672vw), 33px);
          }
        }

        &:hover {
          top: 4px;
        }
      }

      .cta_btn_org {
        background: #F98001;
        color: #ffffff;

        &::before {
          width: 28px;
          height: 34px;
          background-image: url('/function/assets/storeservice/images/icon/icon_cta_dl.svg');

          @media (min-width: 768px) {
            width: clamp(18px, calc(-11.313px + 3.817vw), 28px);
            height: clamp(24px, calc(-5.313px + 3.817vw), 34px);
          }
        }

        &::after {
          background-image: url('/function/assets/storeservice/images/icon/icon_cta_dl_arrow.svg');
        }

        @media (min-width: 768px) {
         }
      }

      .cta_btn_wht {
        background: #ffffff;
        color: #F98001;

        &::before {
          width: 47px;
          height: 30px;
          background-image: url('/function/assets/storeservice/images/icon/icon_cta_demo.svg');

          @media (min-width: 768px) {
            width: clamp(37px, calc(7.687px + 3.817vw), 47px);
            height: clamp(20px, calc(-9.313px + 3.817vw), 30px);
          }
        }

        &::after {
          background-image: url('/function/assets/storeservice/images/icon/icon_cta_demo_arrow.svg');
        }

        @media (min-width: 768px) {
         }
      }
    } 
  }
}


/* こんな課題ありませんか？
------------------------------*/
.sec_challenge {
  background: #E4F1F7;
  padding: 4rem 0 2rem;

  @media (min-width: 768px) {
    padding: 6rem 0 3rem;
  }

  .sec_challenge_list {
    max-width: 800px;
    margin: auto;
    display: grid;
    gap: 0 1rem;

    grid-template-areas: 
    "center"
    "left right";
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1rem;

    li {
      width: 100%;

      &:nth-of-type(1) {
        grid-column: 1 / 2;
        grid-row: 2;       
        order: 2;          
        display: flex;
        justify-content: center;
        align-items: flex-end;
        justify-content: flex-end;
        padding-right: 5px;
      }

      &:nth-of-type(2) {
        grid-column: 1 / 3; 
        grid-row: 1;       
        order: 1;
        text-align: center;
      }

      &:nth-of-type(3) {
        grid-column: 2 / 3; 
        grid-row: 2;       
        order: 3;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        justify-content: flex-start;
        padding-left: 5px;
      }

      img {
        max-width: 80px;
        width: 100%;
        height: auto;
        display: block;

        @media (min-width: 768px) {
          max-width: 100%;
        }
      }
    }

    @media (min-width: 768px) {
      grid-template-columns: 2fr 6fr 2fr;
      gap: 0 1rem;
      align-items: center;

      li {
        grid-row: 1 !important;
        display: block;
      
        &:nth-of-type(1) {
          grid-column: 1 / 2;
        }

        &:nth-of-type(2) {
          grid-column: 2 / 3;
          padding: 0;
          margin: 0;
        }
        &:nth-of-type(3) {
          grid-column: 3 / 4;
        }

        &:nth-of-type(1), &:nth-of-type(3) {
          justify-content: center;
        }
      }
    }

    .sec_challenge_list_lead {
      font-size: 1.6rem;
      color: #454545;

      @media (min-width: 768px) {
        font-size: 2.4rem;
      }
    }

    .sec_challenge_list_ttl {
      font-size: 2.4rem;
      color: #454545;
      margin-bottom: 1rem;

      @media (min-width: 768px) {
        font-size: 3.2rem;
      }
    }
  }
}

.sec_challenge_container_card {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;

  @media (min-width: 768px) {
    padding: 40px 0;
  }

  .sec_challenge_container_card_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.5rem;

    @media (min-width: 768px) {
      grid-template-columns: repeat(3,1fr);
      gap: clamp(15px, calc(-25.209px + 5.236vw), 35px);
    }

    .sec_challenge_container_card_card {
      position: relative;
      flex: 1;
      padding: 30px;
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 8px 8px 0 0 #0096FF;
      margin-bottom: 20px;
      text-align: center;

      @media (min-width: 768px) {
        padding: clamp(10px, calc(-30.209px + 5.236vw), 30px);
      }

      &::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -24px;
        
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 24px 24px 0;
        border-color: transparent #0096ff transparent transparent;
      }

      .sec_challenge_container_card_card_tag {
        color: #F98001;
        font-weight: bold;
        margin-bottom: 1rem;
      }

      .sec_challenge_container_card_card_title {
        color: #0F1F9D;
        font-size: 2rem;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 1.3;

        @media (min-width: 768px) {
          font-size: clamp(13px, calc(-1.073px + 1.832vw), 20px);
        }
      }

      .sec_challenge_container_card_card_question-mark {
        position: absolute;
        top: -20px;
        right: 15px;
        font-size: 8.2rem;
        font-weight: bold;
        color: rgba(220, 230, 240, 0.4);
        pointer-events: none;

        @media (min-width: 768px) {
          top: 0;
        }
      }

      .sec_challenge_container_card_card_text {
        line-height: 1.6;
        color: #454545;
        margin: 0;

        @media (min-width: 768px) {
          font-size: clamp(11px, calc(0.948px + 1.309vw), 16px);
        }
      }
    }

    .sec_challenge_container_card_card_02 {
      position: relative;
      flex: 1;
      padding: 30px;
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: -8px 8px 0 0 #0096FF;
      margin-bottom: 20px;
      text-align: center;

      @media (min-width: 768px) {
        box-shadow: 8px 8px 0 0 #0096FF;
        padding: clamp(10px, calc(-30.209px + 5.236vw), 30px);
      }

      &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -24px;
        
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 24px 24px;
        border-color: transparent transparent transparent #0096ff;

        @media (min-width: 768px) {
          border-width: 0 24px 24px 0;
          border-color: transparent #0096ff transparent transparent;
          left: initial;
          right: 0;
        }
      }

      .sec_challenge_container_card_card_02_tag {
        color: #F98001;
        font-weight: bold;
        margin-bottom: 1rem;
      }

      .sec_challenge_container_card_card_02_title {
        color: #0F1F9D;
        font-size: 2rem;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 1.3;

        @media (min-width: 768px) {
          font-size: clamp(13px, calc(-1.073px + 1.832vw), 20px);
        }
      }

      .sec_challenge_container_card_card_02_question-mark {
        position: absolute;
        top: -20px;
        left: 15px;
        font-size: 8.2rem;
        font-weight: bold;
        color: rgba(220, 230, 240, 0.4);
        pointer-events: none;

        @media (min-width: 768px) {
          top: 0;
          left: initial;
          right: 15px;
        }
      }

      .sec_challenge_container_card_card_02_text {
        line-height: 1.6;
        color: #454545;
        margin: 0;

        @media (min-width: 768px) {
          font-size: clamp(11px, calc(0.948px + 1.309vw), 16px);
        }
      }
    }
  }
}

/* common parts */
.custom-bar {
  width: 214px;
  height: 7px;
  margin: auto;
  border-radius: 3.5px;
  background-color: #0f1f9d;
  background-image: linear-gradient(
    110deg, 
    transparent 150px, 
    #0096ff 150px, 
    #0096ff 210px, 
    transparent 200px
  );
  overflow: hidden;
}


/* 『カスタマーリングス for Shop』が解決します。
------------------------------*/
.sec_problem {
  padding: 2rem 0;

  @media (min-width: 768px) {
    padding: 3rem 0;
  }

  .sec_problem_parts {
    text-align: center;
    margin-bottom: 2rem;
  }

  .sec_problem_lead {
    font-size: 1.6rem;
    text-align: center;
    color: #1A1A1A;

    @media (min-width: 768px) {
      font-size: 2.4rem;
    }
  }

  .sec_problem_ttl {
    font-size: 2.4rem;
    text-align: center;
    color: #1A1A1A;

    @media (min-width: 768px) {
      font-size: 3.2rem;
    }
  }

  .sec_problem_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 3rem;

    @media (min-width: 768px) {
      grid-template-columns: repeat(3,1fr);
      margin-top: 4rem;
    }

    li {
      border-radius: 16px;
      background: #F7F7F7;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      /* flex: 1 0 0;
      align-self: stretch; */
      overflow: hidden;
      padding-bottom: 3rem;
    }

    .sec_problem_list_ttl {
      width: 100%;
      font-size: 2.4rem;
      color: #ffffff;
      text-align: center;
      background: #4462B0;
      padding: 1rem 0;
      margin-bottom: 2rem;

      @media (min-width: 768px) {
        font-size: clamp(18px, calc(5.937px + 1.571vw), 24px);
      }
    }

    img {
      height: 240px;
      object-fit: contain;

      @media (min-width: 768px) {
        padding-left: clamp(20px, calc(-0.105px + 2.618vw), 30px);
        padding-right: clamp(20px, calc(-0.105px + 2.618vw), 30px);
      }
    }

    .sec_problem_list_caption {
      width: 100%;
      font-size: 1.7rem;
      color: #1A1A1A;
      padding: 0 4%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 3rem;
      text-align: center;

      @media (min-width: 768px) {
        font-size: clamp(11px, calc(-1.063px + 1.571vw), 17px);
        margin-top: 1em;
      }
    }
  }
}


/* 自社で保有するデータをECと店舗で共通化し、店舗スタッフが活用できる
------------------------------*/
.sec_common {
  padding: 3rem 0 4rem;
  margin-bottom: 1rem;

  @media (min-width: 768px) {
    margin-bottom: 3rem;
  }

  .sec_common_content {
    border-radius: 8px;
    border: 1px solid #0096FF;
    background: #FFF;
    overflow: hidden;
    padding-bottom: 1.5rem;

    @media (min-width: 768px) {
      padding-bottom: clamp(15px, calc(-12.826px + 3.623vw), 35px);
    }

    .sec_common_content_ttl {
      font-size: 2rem;
      color: #ffffff;
      text-align: center;
      background: #0096FF;
      padding: 1.5rem 0;
      margin-bottom: 2rem;

      @media (min-width: 768px) {
        font-size: clamp(20px, calc(11.958px + 1.047vw), 24px);
        margin-bottom: 1rem;
      }
    }

    .sec_common_content_box_img {
      width: 90%;
      margin: auto;

      @media (min-width: 768px) {
        max-width: clamp(635px, calc(-39.783px + 87.862vw), 1120px);
        width: initial;
      }

      img {
        width: 100%;
      }
    }

    .sec_common_content_box {
      text-align: center;
      width: 90%;
      margin: 8px auto 0;
      border-radius: 16px;
      background: #E4F1F7;
      padding: 2rem;
      box-shadow: 0 -10px 0 0  #B6DDF4;

      @media (min-width: 768px) {
        max-width: clamp(635px, calc(-39.783px + 87.862vw), 1120px);
        width: initial;
        padding: 3.5rem;
      }

      img {
        width: 100%;
      }

      .sec_common_content_box_ttl {
        font-size: 1.8rem;
        color: #ffffff;
        text-align: center;
        max-width: fit-content;
        margin: 0 auto 1.5rem;
        padding: 10px 4%;
        background: linear-gradient(90deg, rgba(0, 150, 255, 0.00) 0%, #0096FF 15%, #0096FF 85%, rgba(0, 150, 255, 0.00) 100%);

        @media (min-width: 768px) {
          font-size: clamp(18px, calc(15.217px + 0.362vw), 20px);
          padding: 10px 10rem;
          margin: 0 auto 2.5rem;
        }
      }
    }
  }
}


/* カスタマーリングス for SHOPの活用シーン
------------------------------*/
.sec_scene {
  padding: 4rem 0 0;
  background: #E4F1F7;

  @media (min-width: 768px) {
    padding: 7rem 0 1rem;
  }

  .sec_scene_ttl {
    font-size: 2.4rem;
    color: #454545;
    text-align: center;

    @media (min-width: 768px) {
      font-size: 3rem;
    }
  }

  .sec_scene_ttl3 {
    font-size: 2rem;
    color: #454545;
    text-align: center;
    margin: 2rem 0;

    @media (min-width: 768px) {
      font-size: 2.4rem;
      margin: 3rem 0 2rem;
    }
  }

  .sec_scene_lead {
    color: #454545;
    text-align: center;
    margin-bottom: 2rem;

    @media (min-width: 768px) {
      margin-bottom: 4rem;
    }
  }

  .sec_scene_content {
    background: #ffffff;
    padding: 1.7rem;
    margin-bottom: 2rem;
    position: relative;

    @media (min-width: 768px) {
      padding: 3rem;
      margin-bottom: 8rem;
    }

    img {
      width: 100%;
    }

    .sec_scene_content_list {
      display: none;

      @media (min-width: 768px) {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1.5rem;
        flex-wrap: wrap;
      }

      >li {
        background: #F7F7F7;
      }

      .sec_scene_content_list_ttl {
        font-size: 2.6rem;
        color: #ffffff;
        text-align: center;
        padding: 0.6rem 0;
        background: #0096FF;
        margin-bottom: 2rem;

        @media (min-width: 768px) {
          font-size: clamp(18px, calc(6.87px + 1.449vw), 26px);
        }
      }

      .sec_scene_content_list_sib {
        width: 80%;
        display: grid;
        grid-template-columns: 2fr 8fr;
        gap: 2rem;
        padding: 0 2rem 3rem;

        li {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
      }

      .sec_scene_content_list_sib_reverse {
        display: grid;
        grid-template-columns: 8fr 2fr;
        gap: 2rem;
        padding: 0 2rem 3rem;

        li {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-end;
        }
      }

      .sec_scene_content_list_sib_box {
        width: fit-content;
        text-align: center;

        .sec_scene_content_list_sib_txt {
          font-size: 2rem;
          color: #454545;
          margin-bottom: 1rem;

          @media (min-width: 768px) {
            font-size: clamp(10px, calc(-3.913px + 1.812vw), 20px);
          }
        }

        .sec_scene_content_list_sib_link {
          font-size: 2rem;
          color: #F98001;

          @media (min-width: 768px) {
            font-size: clamp(10px, calc(-3.913px + 1.812vw), 20px);
          }
        }
      }
    }

    .sec_common_content_ttl {
      font-size: 2.4rem;
      color: #ffffff;
      text-align: center;
      background: #0096FF;
      padding: 1.5rem 0;
      margin-bottom: 1rem;
    }

    .sec_common_content_box {
      text-align: center;
      max-width: 1120px;
      margin: 8px auto 0;
      border-radius: 16px;
      background: #E4F1F7;
      padding: 3.5rem;
      box-shadow: 0 -10px 0 0  #B6DDF4;

      .sec_common_content_box_ttl {
        font-size: 2rem;
        color: #ffffff;
        text-align: center;
        max-width: fit-content;
        margin: 0 auto 2.5rem;
        padding: 10px 10rem;
        background: linear-gradient(90deg, rgba(0, 150, 255, 0.00) 0%, #0096FF 15%, #0096FF 85%, rgba(0, 150, 255, 0.00) 100%);
      }
    }

    .sec_scene_content_circle {
      display: none;

      @media (min-width: 768px) {
        width: clamp(100px, calc(-58.609px + 20.652vw), 214px);
        height: clamp(100px, calc(-58.609px + 20.652vw), 214px);
        border-radius: 50%;
        background: #4462B0;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: clamp(14px, calc(-5.478px + 2.536vw), 28px);
        font-weight: bold;
        text-align: center;
        border: solid clamp(5px, calc(-4.739px + 1.268vw), 12px) #ffffff;
        line-height: 1.4;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }
  }

  .sec_scene_cta_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-bottom: 5px;

    @media (min-width: 768px) {
      grid-template-columns: repeat(2,1fr);
    }

    .sec_scene_cta_list_btn_nvy,
    .sec_scene_cta_list_btn_sky {
      border-radius: 100px;
      text-align: center;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.085em;
      position: relative;
      display: block;
      max-width: 580px;
      padding: 10px 0;
      margin: auto;
      text-decoration: none;
      transition: 0.3s;
      top: 0;

      @media (min-width: 768px) {
        font-size: clamp(14px, calc(0.087px + 1.812vw), 24px);
        padding: 20px 0;
      }

      &::before {
        width: 24px;
        height: 24px;
        content: "";
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;

        @media (min-width: 768px) {
          width: 33px;
          height: 33px;
          right: 20px;
        }
      }

      &::after {
        content: '';
        width: 7px;
        height: 7px;
        border: 0;
        position: absolute;
        top: -3px;
        transform: rotate(135deg);
        right: 24px;
        bottom: 0;
        margin: auto;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;

        @media (min-width: 768px) {
          width: 9px;
          height: 9px;
          right: 32px;
        }
      }

      &:hover {
        top: 4px;
      }
     }

     .sec_scene_cta_list_btn_nvy {
       border: solid 1px #4562B0;
       color: #4562B0;

       &::before {
        background: #4562B0;
       }
     }

     .sec_scene_cta_list_btn_sky {
       border: solid 1px #0096FF;
       color: #0096FF;
       /* margin-left: auto; */

       &::before {
        background: #0096FF;
       }
     }
  }
}


/* ECのデータを店舗接客に活かす（オンライン→店舗）
------------------------------*/
.sec_ec_data {
  padding: 4rem 0 3rem;
  margin-bottom: 2rem;
  background: #E4F1F7;
  position: relative;

  @media (min-width: 768px) {
    padding: 7rem 0 6rem;
    margin-bottom: 9rem;
  }

  &::after {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 50px solid #E4F1F7;
    left: 0%;

    @media (min-width: 768px) {
      bottom: -100px;
      border-top: 100px solid #E4F1F7;
    }
  }

  .sec_ec_data_inner_content {
    border-radius: 8px;
    background: #FFFFFF;
    overflow: hidden;

    .sec_ec_data_inner_content_ttl {
      font-size: 2rem;
      color: #ffffff;
      text-align: center;
      padding: 2rem 0;
      background: #4462B0;

      @media (min-width: 768px) {
        font-size: clamp(20px, calc(3.304px + 2.174vw), 32px);
        padding: 3rem 0;
      }
    }

    .sec_ec_data_inner_content_ttl3 {
      width: fit-content;
      font-size: 2rem;
      color: #454545;
      text-align: center;
      margin: 2rem auto;
      padding-bottom: 1.5rem;
      position: relative;

      @media (min-width: 768px) {
        font-size: clamp(20px, calc(6.087px + 1.812vw), 30px);
        margin: 4rem auto 3rem;
      }

      &::after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 7px;
        border-radius: 10px;
        background: #4462B0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
      }
    }

    .sec_ec_data_inner_content_lead {
      width: 90%;
      font-size: 1.8rem;
      color: #4462B0;
      font-weight: bold;
      margin: 0 auto 1rem;
      position: relative;

      @media (min-width: 768px) {
        width: fit-content;
        font-size: clamp(18px, calc(9.652px + 1.087vw), 24px);
        padding-right: 4rem;
        margin: 0 auto 2rem;
      }

      img {
        position: relative;
        top: -5px;
      }
    }
  }

  .sec_ec_data_content {
    width: 90%;
    margin: auto;
    background: #ffffff;
    padding: 3rem 0 2rem;
    position: relative;

    @media (min-width: 768px) {
      width: initial;
      padding: 3rem 5rem 2rem;
    }

    .sec_ec_data_content_list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
      margin-bottom: 2rem;

      @media (min-width: 768px) {
        grid-template-columns: 4.55fr 0.8fr 4.55fr;
        gap: initial;
        margin-bottom: 4rem;
      }

      >li {

        img {
          width: 100%;
          height: auto;
        }

         &:nth-of-type(2) {
          text-align: center;

          @media (min-width: 768px) {
            padding-top: 14rem;
          }

          img {
            width: initial;

            @media (min-width: 768px) {
              width: clamp(20px, calc(-7.826px + 3.623vw), 40px);
            }
          }
         }
      }

      .sec_ec_data_content_list_ttl,
      .sec_ec_data_content_list_ttl2 {
        font-size: 1.8rem;
        color: #454545;
        border: solid 1px #4462B0;
        padding: 0.6rem 0 0.6rem 10rem;
        margin-bottom: 2rem;
        position: relative;

        @media (min-width: 768px) {
          font-size: clamp(16px, calc(10.435px + 0.725vw), 20px);
        }

        &::before {
          display: inline-block;
          height: 100%;
          font-size: 1.8rem;
          color: #ffffff;
          background: #4462B0;
          padding: 5px 10px 0;
          position: absolute;
          top: 0;
          left: 0;

          @media (min-width: 768px) {
            font-size: clamp(16px, calc(10.435px + 0.725vw), 20px);
          }
        }
      }

      .sec_ec_data_content_list_ttl {

        &::before {
          content: "STEP 1";
        }
      }

      .sec_ec_data_content_list_ttl2 {

        &::before {
          content: "STEP 2";
        }
      }

      .sec_ec_data_content_list_ttl_sub {
        color: #454545;
        font-weight: bold;
        margin: 2rem 0 1rem;

        @media (min-width: 768px) {
          font-size: clamp(13px, calc(8.826px + 0.543vw), 16px);
        }
      }

      .sec_ec_data_content_list_table {

        th,td {
          font-weight: normal;
          text-align: left;

          @media (min-width: 768px) {
            font-size: clamp(13px, calc(8.826px + 0.543vw), 16px);
          }
        }

        th {
          width: 75px;
          vertical-align: top;
        }
      }

      .sec_ec_data_content_list_table_list {
        padding-left: 2.2rem;

        li {
          color: #454545;
          list-style-type: disc;

          @media (min-width: 768px) {
            font-size: clamp(13px, calc(8.826px + 0.543vw), 16px);
          }
        }
      }
    }

    .sec_ec_data_content_note_box {
      padding: 1rem;
      background: #F7F7F7;

      @media (min-width: 768px) {
        padding: 2rem;
      }

      .sec_ec_data_content_note_box_table {
        th,td {
          text-align: left;
          display: block; 
          width: 100%;    
          box-sizing: border-box;

          @media (min-width: 768px) {
            width: auto;
            display: table-cell;
          }
        }
        th {
          width: 130px;
          color: #4462B0;
          padding-right: 1rem;
          vertical-align: top;
        }
      }
    }
  }

  .sec_ec_data_content_list_nxt {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;

    @media (min-width: 768px) {
      grid-template-columns: repeat(2,1fr);
      gap: 4rem;
      margin-bottom: 4rem;
    }

    li {
      img {
        width: 100%;
        height: auto;
      }
    }

    .sec_ec_data_content_list_nxt_ttl {
      font-size: 2rem;
      color: #4462B0;
      padding-right: 5rem;
      margin-bottom: 1.5rem;
      position: relative;

      @media (min-width: 768px) {
        font-size: clamp(20px, calc(14.435px + 0.725vw), 24px);
      }
    }

    .sec_ec_data_content_list_nxt_caption {
      font-weight: bold;
      margin-bottom: 1.5rem;

      @media (min-width: 768px) {
        font-size: clamp(14px, calc(11.217px + 0.362vw), 16px);
      }
    }

    .sec_ec_data_content_list_nxt_point {
      color: #4462B0;
      font-weight: bold;

      @media (min-width: 768px) {
        font-size: clamp(14px, calc(11.217px + 0.362vw), 16px);
      }
    }

    .sec_ec_data_content_list_nxt_sub {
        padding-left: 2.2rem;

        li {
          color: #454545;
          list-style-type: disc;

          @media (min-width: 768px) {
            font-size: clamp(14px, calc(11.217px + 0.362vw), 16px);
          }
        }
      }
  }

  /* 2nd */
  .sec_ec_data_inner_content_2nd_ttl {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    padding: 2rem 0;
    background: #0096FF;

    @media (min-width: 768px) {
      font-size: clamp(20px, calc(3.304px + 2.174vw), 32px);
      padding: 3rem 0;
    }
  }

  .sec_ec_data_inner_content_2nd_ttl3 {
    width: fit-content;
    font-size: 2rem;
    color: #454545;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1.5rem;
    position: relative;

    @media (min-width: 768px) {
      font-size: clamp(20px, calc(6.087px + 1.812vw), 30px);
      margin: 2rem auto 0;
    }

    &::after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 7px;
      border-radius: 10px;
      background: #0096FF;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }
  }

  .sec_ec_data_content_2nd_list {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 4rem;

    @media (min-width: 768px) {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      flex-direction: initial;
      gap: clamp(10px, calc(-31.739px + 5.435vw), 40px);
    }

    li {
      
      img {
        width: 100%;
        height: auto;
      }
    }

    .sec_ec_data_content_2nd_list_ttl {
      font-size: 2.4rem;
      color: #0096FF;
      padding-right: 5rem;
      margin-bottom: 1.5rem;
      position: relative;

      @media (min-width: 768px) {
        font-size: clamp(18px, calc(9.652px + 1.087vw), 24px);
      }
    }

    .sec_ec_data_content_2nd_list_caption {
      font-weight: bold;
      margin-bottom: 1.5rem;

      @media (min-width: 768px) {
        font-size: clamp(14px, calc(11.217px + 0.362vw), 16px);
      }
    }

    .sec_ec_data_content_2nd_list_sub {
      padding-left: 2.2rem;

      li {
        color: #454545;
        list-style-type: disc;

        @media (min-width: 768px) {
          font-size: clamp(14px, calc(11.217px + 0.362vw), 16px);
        }
      }
    }
  }

  .sec_ec_data_content_2nd_list_02 {
    display: flex;
    flex-direction: column;

    @media (min-width: 768px) {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      flex-direction: initial;
      gap: clamp(10px, calc(-31.739px + 5.435vw), 40px);
      margin-bottom: 4rem;
    }

    li {
      
      img {
        width: 100%;
        height: auto;
      }
    }

    .sec_ec_data_content_2nd_list_ttl {
      font-size: 2.4rem;
      color: #0096FF;
      padding-right: 5rem;
      margin-bottom: 1.5rem;
      position: relative;

      @media (min-width: 768px) {
        font-size: clamp(18px, calc(9.652px + 1.087vw), 24px);
      }
    }

    .sec_ec_data_content_2nd_list_caption {
      font-weight: bold;
      margin-bottom: 1.5rem;

      @media (min-width: 768px) {
        font-size: clamp(14px, calc(11.217px + 0.362vw), 16px);
      }
    }

    .sec_ec_data_content_2nd_list_sub {
      padding-left: 2.2rem;

      li {
        color: #454545;
        list-style-type: disc;

        @media (min-width: 768px) {
          font-size: clamp(14px, calc(11.217px + 0.362vw), 16px);
        }
      }
    }
  }
}


/* common */
.marker_yellow {
  background: linear-gradient(transparent 70%, #F5F87A 70%);
}

.pt_5 {
  padding-top: 2rem;

  @media (min-width: 768px) {
    padding-top: 5rem;
  }
}

.mb_6 {
  margin-bottom: 3rem;

  @media (min-width: 768px) {
    margin-bottom: 6rem;
  }
}

.img_check {
  display: inline-block;
  width: 32px;
  height: 20px;
  position: relative;
  top: -8px;
  left: 4px;
}


/* これらを実現する4つの機能
------------------------------*/
.sec_function {
  padding: 7rem 0 3rem;

  @media (min-width: 768px) {
    padding: 7rem 0 6rem;
  }

  .sec_function_ttl {
    font-size: 2.4rem;
    color: #454545;
    text-align: center;

    @media (min-width: 768px) {
      font-size: clamp(24px, calc(15.652px + 1.087vw), 30px);
    }
  }

  .sec_function_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 3rem;

    @media (min-width: 768px) {
      grid-template-columns: repeat(4,1fr);
      gap: clamp(15px, calc(-5.87px + 2.717vw), 30px);
      margin-top: 4rem;
    }

    li {
      text-align: center;

      .sec_function_list_desc {
        font-size: 1.6rem;
        color: #000000;
        margin-top: 1rem;

        @media (min-width: 768px) {
          font-size: clamp(14px, calc(8.435px + 0.725vw), 18px);
        }
      }
    }
  }
}


/* banner
------------------------------*/
.sec_banner {
  padding: 4rem 0;
  background: #F7F7F7;

  @media (min-width: 768px) {
    padding: 8rem 0 7rem;
  }

  .sec_banner_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;

    @media (min-width: 768px) {
      grid-template-columns: repeat(2,1fr);
      gap: clamp(20px, calc(-28.696px + 6.341vw), 55px);
    }

    li {
      text-align: center;
      transition: 0.3s;

      &:hover {
        opacity: 0.8;
      }
    }
  }
}


/* common CTA overwrite
------------------------------*/
.p-common_product-information {
  .p-common_product-information__title {
    font-size: clamp(18px, calc(4.087px + 1.812vw), 28px)!important;

    @media (min-width: 768px) {
      margin-bottom: 0.5em;
    }
  }

  .p-common_link__info {
    font-size: clamp(16px, calc(7.652px + 1.087vw), 22px)!important;

    @media (min-width: 768px) {
      margin-bottom: 1em;
    }
  }
}
