@charset "UTF-8";
/*  ID405 お客様の声
================================================== */
/*  .voice-intro
-------------------------------------------------- */
#voice.voice .voice-intro { padding: 50px 0 60px; }

#voice.voice .voice-intro__txt {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  #voice.voice .voice-intro { padding: 70px 0 100px; }
  #voice.voice .voice-intro__txt {
    margin-bottom: 63px;
    text-align: center;
  }
}


  
/*  .voice-archive
-------------------------------------------------- */
#voice.voice .voice-archive { padding: 60px 0; }

@media all and (min-width: 768px) { #voice.voice .voice-archive { padding: 105px 0 120px; } }

/*  .voice-insta
-------------------------------------------------- */
#voice.voice .voice-insta { position: relative; padding-bottom: 40px; }

#voice.voice .voice-insta::before { content: ''; position: absolute; bottom: 0; left: 0; z-index: -1; width: 100%; height: 68%; background-color: #f6fbfa; }

@media all and (min-width: 768px) { #voice.voice .voice-insta { padding-bottom: 90px; }
  #voice.voice .voice-insta::before { height: 65%; } }

/*  ID406-411 お客様の声 詳細
================================================== */
#voice.voice .voice-single { padding: 50px 0 60px; }

@media all and (min-width: 768px) { #voice.voice .voice-single { padding: 100px 0 80px; } }




/* スライドショー箇所 20211116追記
.voice-slider.has-arw
================================================== */
.voice-insta-archive{
  padding: 50px 0 60px;
}
@media all and (min-width: 768px) {
  .voice-insta-archive{
  padding: 120px 0 110px;
  }
}
.voice-archive .voice-archive__txt{
  margin: calc((/750)*100vw);
}
@media all and (min-width: 768px) {
  .voice-archive .voice-archive__txt{
    margin: 0 auto;
    text-align: center;
  }
}
.voice-slider-sec{
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .voice-slider-sec{
    margin-top: 60px;
  }
}
.voice-slider.slick-slide{
  opacity: .5;
}
.voice-slider.slick-slide.slick-active{
  opacity: 1;
}
.voice-slider.has-arw .c-archive02__link {
  position: relative;
  padding-bottom: 30px;
  margin: 0 10px;
}

.voice-slider.has-arw .c-archive02__link:before {
  position: absolute;
  bottom: 10px;
  right: 11px;
  content: '';
  width: 15px;
  height: 15px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2219px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%2365bbb1%22%20d%3D%22M-0.000%2C9.031%20L23.000%2C9.031%20L23.000%2C11.031%20L-0.000%2C11.031%20L-0.000%2C9.031%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%2365bbb1%22%20d%3D%22M16.965%2C18.788%20L15.472%2C17.372%20L23.481%2C9.780%20L15.472%2C2.189%20L16.965%2C0.774%20L26.467%2C9.780%20L16.965%2C18.788%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .voice-slider.has-arw .c-archive02__link {
    position: relative;
    padding-bottom: 40px;
  }
  .voice-slider.has-arw .c-archive02__link:before { 
    bottom: 10px;
    width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2219px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%2365bbb1%22%20d%3D%22M-0.000%2C9.031%20L23.000%2C9.031%20L23.000%2C11.031%20L-0.000%2C11.031%20L-0.000%2C9.031%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%2365bbb1%22%20d%3D%22M16.965%2C18.788%20L15.472%2C17.372%20L23.481%2C9.780%20L15.472%2C2.189%20L16.965%2C0.774%20L26.467%2C9.780%20L16.965%2C18.788%20Z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

/* 2510:GN　施策17.コンテンツの拡充.3 */
@media all and (min-width: 768px) {
  .c-single03_btn_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
  }
  .c-single03_btn_flex .c-btn03 {
    margin: 0;
    max-width: 320px;
  }
}