@charset "utf-8";
/* CSS Document */

#main-visual__voice {
  &.main-visual {
    background: url("../img/voice/mv_voice_sp.webp") no-repeat center center / 100% 100%;
    background-size: cover;
    height: 225px;
  }
  .main-visual-inner .page-title-box {width: 100%;}
}
/* #visual__voice */
.hide-sp {display: none;}

#cases #bl-contents-post {
  border-top: none;
}

.archive-voice-title {
  text-align: center;
  .voice-title_en {
    font-size: 30px;
    display: block;
    line-height: 1;
  }
  .voice-title_jp {
    font-size: 20px;
    display: block;
    line-height: 1;
    margin-top: 0.5em;
  }
}
.archive-voice-sentence {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 1em;
}

#cases #bl-contents-cases .bl-contents-inner.mdw1200 {
  max-width: 1200px;
  width: 100%;

  .cases-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .voice-item-ttl {
    font-size: 17.5px;
    font-weight: 600;
    color: #231815;
    line-height: 1.57;

    margin-top: .5em;
  }
  .voice-item-date {
    font-size: 14px;
    color: #9fa0a0;

    margin-top: .25em;
  }
}
#cases.section .cases-item {
  margin: 0;

  figure {
    margin-bottom: 0;
  }
}

.pager-area {
  margin-top: 0;
  padding: 0;
}


/* Voice Detail */
.section-inner.is_voice {
  padding-top: 0;
}
.is_outline {
  font-size: 13px;
  text-align: center;
  margin-bottom: 1em;
}

.single_content.is_voice {
  .container_header {
    font-size: 18px;
    font-emphasize: 500px;
    text-align: center;

    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #231815;
  }

  .voice-content {
    padding-bottom: 45px;
    margin-bottom: 50px;
    border-bottom: 1px solid #231815;

    .voice-qa-item {
      &.n01 {margin-top: 25px;}
      &.n02 {margin-top: 50px;}
      &.common {margin-top: 20px;}
    }

    .voice-middle-images {
      display: flex;
      justify-content: space-between;
      grid-column-gap: 10px;

      margin-top: 20px;
    }

    .voice-question {
      font-size: 15px;
      line-height: 1.5;
      font-weight: 600;

      background-color: #f5f4f2;
      padding: 0.7em 1em;
    }
    .voice-answer {
      font-size: 15px;
      line-height: 1.5;
      margin-top: 1em;
    }
  }
  /* voice-content */

  .bnr_outer {
    figure {
      position: relative;
    }
  }
  .bnr_inner {
    position: absolute;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    border: 1px solid #fff;
    color: #fff;
    text-align: center;

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

    .bnr_title {
      font-size: 22.5px;
      line-height: 1;
    }
    .bnr_sentence {
      font-size: 12.5px;
      line-height: 1.4;
      margin-top: 5px;
    }
  }

}
.swiper .swiper-wrapper {
  padding-bottom: 37.5px;
  .voice-item-date {
    font-size: 12.5px;
    color: #9fa0a0;
    margin-top: 0.5em;
  }
}
.swiper {
  position: relative;
  .swiper-pagination-bullet {
    aspect-ratio: 1 / 1;
    width: 7px;
    height: 7px;
    background-color: #9fa0a0;

    transition: background-color .4s;

    &.swiper-pagination-bullet-active {
      background-color: #231815;
      transition: background-color .4s;
    }
  }
}
#cases #bl-contents-post {margin-bottom: 0;}

@media (min-width: 768px) {
  .hide-sp {display: block;}
  .hide-pc {display: none;}
  .archive-voice-title {
    .voice-title_en {
      font-size: 30px;
    }
    .voice-title_jp {
      font-size: 20px;
      margin-top: 1em;
    }
  }
  .archive-voice-sentence {
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin-top: 2.75em;
  }

  #main-visual__voice {
    &.main-visual {
      background: url("../img/voice/mv_voice_pc.webp") no-repeat center center / 100% 100%;
      background-size: cover;
      height: 500px;
    }
  }
  /* visual__voice */

  #cases #bl-contents-cases .bl-contents-inner.mdw1200 {
    width: 100%;
    padding-top: 95px;

    .cases-list {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: calc(50% / 12.00);
      grid-row-gap: 50px;
    }

    .voice-item-ttl {
      font-size: 17px;
      line-height: 1.76;
      margin-top: 1em;
    }
    .voice-item-date {
      font-size: 15px;
      margin-top: 0.5em;
    }
  }


  #cases.section .cases-item {
    max-width: 366px;
    width: calc(360% / 12.00);

    figure {
      max-height: 251px;
      aspect-ratio: 366 / 251;
      margin-bottom: 0;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }


  /* Voice Detail */
  .section-inner.is_voice {}
  .is_outline {
    font-size: 16px;
  }
  #cases .bl-contents .bl-contents-ttl {}

  .single_content.is_voice {
    .container_header {
      font-size: 23px;
      text-align: left;

      margin-top: 50px;
      padding-top: 45px;
    }

    .voice-content {
      padding-bottom: 30px;
      margin-bottom: 100px;

      .voice-qa-item {
        &.n01 {
          margin-top: 32px;
        }
        &.n02 {margin-top: 50px;}
        &.common {margin-top: 25px;}
      }

      .voice-question {
        font-size: 18px;
        line-height: 1.66;
      }
      .voice-answer {
        font-size: 16px;
        line-height: 1.875;
      }

    }
    /* voice-content */

    .voice-middle-images {
      margin-top: 45px;
      grid-column-gap: 30px;
    }

    .bnr_outer {}
    .bnr_inner {
      width: calc(100% - 40px);
      height: calc(100% - 40px);

      .bnr_title {font-size: 47px;}
       .bnr_sentence {
        font-size: 18px;
        margin-top: 15px;
       }
    }
  }

  .swiper .swiper-wrapper {
    padding-bottom: 60px;
    .voice-item-date {
      font-size: 12px;
    }
  }
  .swiper {
    .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
    }
  }

  #cases #bl-contents-post {margin-bottom: 90px;}
}

