/* 既存ページ関連からの調整 */
header{
  height: 106px;
  background: #00A59A;
  &.scrolled{
    height: 56px;
  }
  @media screen and (max-width: 960px){
    height: 56px;
  }
}

.breadcrumbArea{
  position: relative;
  height: 147px;
  .breadcrumb{
    position: absolute;
    left: calc(50% - 480px);
    top: 68px;
    padding: 10px 0;
    a, span{
      color: #ACACAC;
    }
  }
  @media screen and (max-width: 960px){
    display: none;
  }
}

/* comp && common */
img[src*=".svg"] {
  object-fit: contain;
}

.forpc{
  display: block;
  @media screen and (max-width: 767px){
    display: none;
  }
}
.forsp{
  display: none;
  @media screen and (max-width: 767px){
    display: block;
  }
}

h1, h2, h3, p{color: #333;}
.section-title{
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  @media screen and (max-width: 767px){
    font-size: 24px;
  }
}
.section-read{
  margin-top: 24px;
  text-align: center;
  @media screen and (max-width: 767px){
    font-size: 16px;
  }
}

.c-green{color: #00A59A;}
.c-water{color: #3F92DF;}
.c-red{color: #DA5052;}
.c-blue{color: #8525DF;}

.col-list{
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 767px){
    flex-direction: column;
  }
  &.col-4{
    gap: 16px;
    li{
      width: calc((100% - 48px) / 4);
      @media screen and (max-width: 767px){
        width: calc(100% - 32px);
      }
    }
  }
  &.col-2{
    gap: 24px;
    li{
      width: calc((100% - 24px) / 2);
      @media screen and (max-width: 767px){
        width: calc(100% - 32px);
      }
    }
  }
}

.page-btn{
  display: block;
  border-radius: 999px;
  background: linear-gradient(54deg, #00A59A 47.06%, #C7E082 100.46%);
  color: #fff;
  font-weight: 600;
  text-align: center;
  &:hover{
    background: #008F86;
  }
}

.mv-btn{
  width: 410px;
  padding: 12px 24px;
  margin: 0 auto;
  font-size: 24px;
  box-sizing: border-box;
  @media screen and (max-width: 767px){
    width: calc(100% - 32px);
    font-size: 18px;
  }
  span{
    font-size: 16px;
    font-weight: 600;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
  }
}
.offer-btn{
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-top: 4px;
  @media screen and (max-width: 767px){
    font-size: 12px;
  }
}
.float-btn{
  padding: 12px 0;
  font-size: 24px;
  width: 320px;
  letter-spacing: 1.2px;
  font-feature-settings: 'palt' on;
  @media screen and (max-width: 767px){
    font-size: 18px;
  }
  span{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .8px;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
  }
}
.pagetop_button{
  display: none!important;
}

/* MV */
.mv {
  padding: 40px 0;
  background: url(/images/ai-report/ga4-ai-report/mv-bg.svg) no-repeat 50% 100%;
  background-size: cover;
  @media screen and (max-width: 960px){
    padding: 96px 0 14px;
  }
  @media screen and (max-width: 767px){
    background: url(/images/ai-report/ga4-ai-report/mv-bg-sp.svg) no-repeat 50% 56px;

  }
  .mv-inner{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 36px;
    overflow: hidden;
    @media screen and (max-width: 767px){
      flex-direction: column;
      gap: 30px;
    }
  }
  .mv-text-area{
    text-align: center;
    width: 480px;
    flex-shrink: 0;
    @media screen and (max-width: 767px){
      width: auto;
    }
  }
  .page-title{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
    @media screen and (max-width: 767px){
      font-size: 24px;
      letter-spacing: 1.2px;
    }
  }
  .page-title-logo-container{
    background-color: #fff;
    display: inline-block;
    margin-bottom: 16px;
    .page-title-logo{
      font-size: 16px;
      font-weight: 700;
      background: var(--Linear, linear-gradient(94deg, #00A59A 12.15%, #5D86F7 68.09%, #8809FF 100%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding: 4px 8px;
      border-radius: 999px;
      display: inline-block;
      box-shadow: 0 0 10px 0 rgba(0, 165, 154, 0.40);
    }
  }
  .mv-read{
    font-size: 16px;
    margin-bottom: 40px;
    @media screen and (max-width: 767px){
      margin-bottom: 32px;
    }
  }
  .mv-button-text{
    font-size: 16px;
    color: #00A59A;
  }
  .mv-img{
    display: inline-block;
    &.forpc{
      @media screen and (max-width: 767px){
        display: none;
      }
    }
    &.forsp{
      display: none;
      @media screen and (max-width: 767px){
        display: inline-block;
      }
    }
    img{
      width: 390px;
      @media screen and (max-width: 767px){
        width: 100%;
      }
    }
  }
}

/* Marqee */
.marqee{
  .marqee-img{
    margin-top: 32px;
    padding: 20px 0;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    @media screen and (max-width: 767px){
      padding: 0;
      margin-top: 0;
    }
    img{
      width: 1897px;
      animation: scrollX 75s linear infinite;
      @media screen and (max-width: 767px){
        vertical-align: bottom;
      }
    }
  }
  .content-right-text{
    text-align: right;
    font-size: 14px;
    color: #00A59A;
    margin: 8px 8px 8px 0;
    @media screen and (max-width: 767px){
      font-size: 12px;
      margin-bottom: 24px;
    }
  }
}
@keyframes scrollX{
  from{transform:translateX(0)}
  to{transform:translateX(-100%)}
}

/* Suggestion */
.suggestion{
  padding: 66px 0 120px;
  text-align: center;
  background: url(/images/ai-report/ga4-ai-report/second-bg.svg) no-repeat 50% 0;
  @media screen and (max-width: 767px) {
    background: url(/images/ai-report/ga4-ai-report/second-bg-sp.svg) no-repeat 50% 0;
    padding: 56px 16px 80px;
  }
  .suggestion-top-container{
    @media screen and (max-width: 767px) {
      margin-bottom: 36px;
    }
  }
  .section-title{
    margin-bottom: 40px;
  }
  .suggestion-mv{
    display: inline-block;
    margin-bottom: 80px;
    @media screen and (max-width: 767px) {
      display: none;
    }
    &.forsp{
      display: none;
      @media screen and (max-width: 767px){
        display: inline-block;
        margin-bottom: 12px;
      }
    }
  }
  .suggestion-tips-container{
    background-color: #fff;
    .suggestion-tips{
      font-size: 24px;
      font-weight: 700;
      background: var(--Linear, linear-gradient(94deg, #00A59A 12.15%, #5D86F7 68.09%, #8809FF 100%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-radius: 999px;
      display: inline-block;
      padding: 8px 16px;
      margin-bottom: 16px;
      box-shadow: 0 0 10px 0 rgba(0, 165, 154, 0.40);
      @media screen and (max-width: 767px){
        font-size: 20px;
        box-sizing: border-box;
        margin: 0 0 16px;
        width: 100%;
      }
    }
  }
  .suggestion-title{
    font-size: 40px;
    font-weight: 600;
    color: #00A59A;
    margin-bottom: 40px;
    @media screen and (max-width: 767px){
      font-size: 32px;
    }
    span{
      font-size: 32px;
      font-weight: 600;
      @media screen and (max-width: 767px){
        font-size: 24px;
      }
    }
  }
  .suggestion-box{
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 56px 80px;
    margin: auto;
    @media screen and (max-width: 767px){
      gap: 24px;
    }
    .suggestion-box-item{
      max-width: 440px;
      @media screen and (max-width: 767px){
        width: 100%;
      }
      .suggestion-box-figure{
        img{
          margin-bottom: 16px;
          @media screen and (max-width: 767px){
              margin-bottom: 8px;
          }
        }
        .suggestion-box-item-figcaption{
          text-align: left;
          .suggestion-box-item-title{
            font-size: 24px;
            font-weight: 600;
            color: #111;
            @media screen and (max-width: 767px){
              font-size: 20px;
              margin-bottom: 8px;
            }
          }
          .suggestion-box-item-read{
            font-size: 16px;
            color: #333;
          }
        }
      }
    }
  }
}

/* Details */
.details{
  padding: 120px 0;
  background: url(/images/ai-report/ga4-ai-report/details-bg.svg) no-repeat 50% 0;
  background-size: cover;
  @media screen and (max-width: 767px){
    padding: 80px 0;
    background: url(/images/ai-report/ga4-ai-report/contact-bg-sp.svg) no-repeat 50% 0;
  }
  .details-read{
    margin-bottom: 40px;
  }
  .details-box{
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 960px;
    margin: 0 auto 40px;
    @media screen and (max-width: 767px){
      padding: 0 16px;
    }
    .details-box-item{
      padding: 40px;
      border-radius: 24px;
      box-shadow: 0 0 10px 0 rgba(0, 165, 154, 0.40);
      background-color: #fff;
      display: flex;
      gap: 40px;
      @media screen and (max-width: 767px){
        flex-direction: column;
        gap: 0;
        padding: 24px 16px;
      }
      &.reverse{
        flex-direction: row-reverse;
        @media screen and (max-width: 767px){
          flex-direction: inherit;
        }
      }
      .details-box-item-title{
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 16px;
        @media screen and (max-width: 767px){
          font-size: 24px;
          margin-bottom: 8px;
        }
      }
      .details-box-item-description{
        font-size: 16px;
      }
      .details-box-item-figure{
        flex-grow: 0;
        flex-shrink: 0;
        @media screen and (max-width: 767px){
          margin-bottom: 16px;
        }
      }
    }
  }
  .details-other-contents-title{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    @media screen and (max-width: 767px){
      font-size: 24px;
      margin-bottom: 40px;
    }
  }
  .details-slider{
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    .details-slider-item{
      height: 338px;
      margin: 32px 3px;
      padding: 16px;
      box-sizing: border-box;
      border-radius: 12px;
      background-color: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 165, 154, 0.40);
      @media screen and (max-width: 767px){
        max-width: 216px;
        height: 308px;
        margin: 4px 12px 24px;
      }
      .details-slider-item-img{
        margin-bottom: 14.75px;
      }
      .details-slider-item-title{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px;
        @media screen and (max-width: 767px){
          font-size: 14px;
        }
      }
      .details-slider-item-description{
        font-size: 14px;
        @media screen and (max-width: 767px){
          font-size: 12px;
        }
      }
    }
    .slick-dots{
      li{
        width: 12px;
        height: 12px;
        margin: 0 8px;
        &.slick-active{
          button{
            &::before{
              background-color: #009688;
            }
          }
        }
        button{
          &::before{
            background-color: #D9D9D9;
            border-radius: 50%;
          }
        }
      }
    }
    .slide-arrow{
      width: 53px;
      height: 53px;
      position: absolute;
      top: 170px;
      cursor: pointer;
      z-index: 1;
      @media screen and (max-width: 767px){
        top: 154px;
      }
      &.prev-arrow{
        left: -75px;
        @media screen and (max-width: 960px){
          left: 0;
        }
      }
      &.next-arrow{
        right: -75px;
        @media screen and (max-width: 960px){
          right: 0;
        }
      }
    }
  }
}

/* Sample */
.sample{
  padding: 128px 0;
  background: url(/images/ai-report/ga4-ai-report/sample-bg.svg) no-repeat 50% 0;
  background-size: cover;
  @media screen and (max-width: 960px){
    padding: 80px 16px;
    background: url(/images/ai-report/ga4-ai-report/sample-bg-sp.svg) no-repeat 50% 0;
    background-size: cover;
  }
  .sample-inner{
    max-width: 960px;
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 36px;
    .sample-img-forpc{
      display: block;
      @media screen and (max-width: 960px){
        display: none;
      }
    }
    .sample-box{
      .sample-tips-container{
        background-color: #fff;
        margin-bottom: 8px;
        padding: 4px 8px;
        border-radius: 999px;
        display: inline-block;
        .sample-tips{
          font-size: 16px;
          font-weight: 600;
          background: var(--Linear, linear-gradient(94deg, #00A59A 12.15%, #5D86F7 68.09%, #8809FF 100%));
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
      }
      .sample-title{
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 16px;
        @media screen and (max-width: 960px){
          font-size: 32px;
        }
      }
      .sample-read{
        font-size: 16px;
        margin-bottom: 32px;
        @media screen and (max-width: 960px){
          margin-bottom: 24px;
        }
        @media screen and (max-width: 767px){
          margin-bottom: 16px;
        }
      }
      .sample-img{
        @media screen and (max-width: 960px){
          margin-bottom: 24px;
        }
        &.forsp{
          display: none;
          @media screen and (max-width: 960px){
            display: block;
          }
        }
      }
      .sample-btn{
        padding: 15px 0;
        position: relative;
        transition: all .3s ease;
        &:hover{
          transform: scale(1.05);
        }
        .sample-btn-link{
          padding: 16px 40px;
          background-color: #000;
          font-size: 24px;
          font-weight: 600;
          color: #fff;
          border-radius: 999px;
          @media screen and (max-width: 960px){
            font-size: 20px;
            display: block;
            text-align: center;
          }
        }
        .sample-btn-icon{
          position: absolute;
          display: grid;
          align-items: center;
          width: 96px;
          height: 96px;
          padding: 4px 8px;
          top: -25%;
          left: 85%;
          color: var(--Primary_color, #00A59A);
          text-align: center;
          font-size: 20px;
          font-weight: 600;
          line-height: 135%;
          border-radius: 999px;
          background: #FFF;
          box-shadow: 0 0 10px 0 rgba(0, 165, 154, 0.40);
          @media screen and (max-width: 960px){
            top: -106px;
            left: 12px;
          }
        }
      }
    }
  }
}

.faq{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
  @media screen and (max-width: 767px){
    width: calc(100% - 32px);
    padding: 80px 0 40px;
  }
  .section-title{
    margin-bottom: 40px;
    @media screen and (max-width: 767px){
      margin-bottom: 24px;
    }
  }
  dl{
    margin-bottom: 16px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #DBF0EF;
    @media screen and (max-width: 767px){
      padding: 24px 16px;
    }
  }
  dt{
    font-size: 20px;
    font-weight: 600;
    color: #00A59A;
    @media screen and (max-width: 767px){
      font-size: 16px;
      display: flex;
      justify-content: space-between;
      position: relative;
      padding-right: 44px;
      &::after{
        content: "";
        background: url(/images/ai-report/ga4-ai-report/acc-icon.png) no-repeat;
        width: 32px;
        height: 32px;
        display: block;
        background-size: cover;
        position: absolute;
        top: -3px;
        right: 0;
      }
      &.is-open{
        &::after{
          transform: rotate(180deg);
        }
      }
    }
  }
  dd{
    margin-top: 8px;
    @media screen and (max-width: 767px){
      font-size: 14px;
      margin-top: 12px;
      display: none;
      &.is-open{
        display: block;
      }
    }
  }
}

.contact{
  background: url(/images/ai-report/ga4-ai-report/details-bg.svg) no-repeat 50% 0;
  background-size: 100%;
  position: relative;
  padding: 80px 0;
  @media screen and (max-width: 767px){
    background: url(/images/ai-report/ga4-ai-report/contact-bg-sp.svg) no-repeat 50% 0;
    background-size: cover;
    padding: 80px 0 0;
  }
  .contact-inner{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    @media screen and (max-width: 767px){
      width: calc(100% - 32px);
      padding-bottom: 80px;
      .section-read{
        text-align: left;
      }
    }
    .section-read{
      @media screen and (max-width: 767px){
        margin-top: 16px;
      }
    }
  }
  .contact-title{
    font-size: 40px;
    font-weight: 600;
    font-feature-settings: 'palt' on;
    letter-spacing: 2.4px;
    vertical-align: bottom;
    text-align: center;
    @media screen and (max-width: 767px){
      font-size: 24px;
    }
    span{
      font-size: 40px;
      letter-spacing: 2px;
      font-weight: 600;
      @media screen and (max-width: 767px){
        font-size: 24px;
      }
    }
    strong{
      font-size: 32px;
      font-weight: 600;
      display: block;
      @media screen and (max-width: 767px){
        font-size: 24px;
      }
    }
    img{
      width: 46px;
      vertical-align: initial;
      padding: 0 24px;
      @media screen and (max-width: 767px){
        width: 30px;
        padding: 0 12px;
      }
    }
  }
  .bg-img{
    width: 299px;
    position: absolute;
    top: 64px;
    right: 0;
    z-index: 2;
    @media screen and (max-width: 767px){
      display: none;
    }
  }

  .form-title{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    @media screen and (max-width: 767px){
      font-size: 20px;
    }
  }
  .form-read{
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .formArea{
    margin: 40px auto 0;
    padding: 40px;
    background: #fff;
    width: 100%;
    max-width: 680px;
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(0, 165, 154, .4);
    box-sizing: border-box;
    @media screen and (max-width: 767px){
      padding: 40px 16px;
      margin: 24px auto 0;
    }
  }
  form{
    margin-top: 32px;
    padding: 0 60px;
    @media screen and (max-width: 767px){
      padding: 0;
    }
  }
  .area-wrap{
    margin-top: 24px;
    &:first-child{
      margin-top: 0;
    }
  }
  .area-title{
    font-weight: 600;
    .req{
      background: #E75243;
      padding: 4px 8px;
      font-size: 14px;
      color: #fff;
      margin-right: 8px;
      border-radius: 4px;
    }
    .offer-text{
      font-size: 12px;
      color: #888;
      margin-left: 8px;
      @media screen and (max-width: 767px){
        display: block;
        margin-left: 0;
        margin-top: 4px;
      }
    }
  }
  .nameArea-input p,
  input{
    font-size: 18px;
    color: #ACACAC;
    &:not(:placeholder-shown){
      color: #888;
    }
  }
  input:not(.p-check){
    padding: 12px 16px;
    border-radius: 8px;
    width: 100%;
    max-width: 448px;
    border: 2px solid #ccc;
    margin-top: 8px;
    @media screen and (max-width: 767px){
      width: calc(100% - 28px);
      padding: 12px;
    }
    &.fls{
      border: 2px solid #FF7F72;
      background: #FFF0F0;
    }
  }
  .nameArea-input{
    display: flex;
    gap: 16px;
    @media screen and (max-width: 767px){
      display: block;
      .firstName{
        margin-top: 8px;
      }
    }
  }
  .lastName,
  .firstName{
    display: flex;
    align-items: center;
    p{
      margin-top: 8px;
      color: #888;
    }
  }
  .check-cf{
    margin-top: 8px;
    border: 2px solid #ccc;
    padding: 12px 16px;
    border-radius: 10px;
    display: inline-block;
    background: #fff;
    span{
      margin-left: 16px;
      vertical-align: top;
    }
    input[type="checkbox"] {
      width: 18px;
      height: 18px;
    }
  }
  .pp-links{
    margin-top: 8px;
    a{
      color: #00A59A;
      text-decoration: underline;
      &:hover{
        text-decoration: none;
      }
    }
  }
  @media screen and (max-width: 767px){
    .f-box{
      display: flex;
      align-items: center;
    }
  }
  .submit-btn{
    color: #fff;
    text-align: center;
    border-radius: 999px;
    width: 100%;
    max-width: 480px;
    padding: 20px 0;
    border: none;
    margin-top: 32px;
    @media screen and (max-width: 767px){
      padding: 12px 0;
    }
  }
  .telBox{
    margin: 32px auto 0;
    padding: 16px 0;
    border: 1px solid #DBF0EF;
    text-align: center;
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    @media screen and (max-width: 767px){
      font-size: 14px;
    }
    .num{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      @media screen and (max-width: 767px){
        flex-direction: column;
        gap: 0;
      }
      & > p{
        font-size: 36px;
        font-family: "Oswald";
        font-feature-settings: 'pwid' on, 'palt' on;
      }
      .open-time{
        @media screen and (max-width: 767px){
          display: flex;
          justify-content: center;
          align-items: center;
        }
        p{
          font-size: 12px;
          &.tims{
            font-size: 14px;
            @media screen and (max-width: 767px){
              font-size: 12px;
            }
          }
        }
      }
    }
  }
  .isms{
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #CFD8DC;
  }
  .acquisition-isms{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    @media screen and (max-width: 767px){
      flex-direction: column;
      gap: 8px;
    }
    figure{
      width: 100%;
      max-width: 117px;
    }
    .isms-title{
      h4{
        font-size: 14px;
        color: #888;
        @media screen and (max-width: 767px){
          text-align: center;
          font-size: 12px;
        }
      }
      p{
        font-size: 10px;
      }
    }
  }
  .isms-info{
    margin-top: 8px;
    font-size: 10px;
    color: #888;
    text-align: center;
    @media screen and (max-width: 767px){
      text-align: left;
    }
  }
  .error{
    margin-top: 8px;
    color: #D91919;
    font-size: 14px;
    &.hidden{
      display: none;
    }
    &.err-small{
      font-size: 12px;
    }
  }
}
