/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#voice {
  font-size: 14px;
  font-weight: 500;
  color: #313131;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#voice * {
  box-sizing: border-box;
}

#voice a {
  transition: opacity .3s;
}

#voice a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#voice a:hover {
  text-decoration: none;
}

#voice a:focus-visible {
  outline: none;
}

#voice img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#voice .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#voice .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#voice .pc-br {
  display: none;
}

#voice .sp-br {
  display: inline;
}

#voice .inner {
  width: calc(100% - 24px);
  margin: 0 auto;
}

#voice .font-kakugo {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#voice .blue {
  color: #003E9C;
}

#voice .txt{
  font-size: 16px;
  line-height: 1.7;
}

#voice .main-block {
  position: relative;
  height: calc(100vw / 750 * 500);
  background: #CCD8EB;
  display: flex;
  justify-content: center;
  align-items: center;
}

#voice .main-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100vw / 750 * 380);
  background: url("../images/voice/voice_main_bg_sp.png") no-repeat center bottom / cover;
  bottom: 0;
  left: 0;
}

#voice .main-ttl-block {
  width: calc(100% - 24px);
  max-width: 1160px;
  margin: 0 auto;
  padding-bottom: calc(100vw / 750 * 17);
}

#voice .main-ttl .ja {
  font-size: 28px;
}

#voice .main-ttl-block .description-txt {
  font-size: 16px;
  line-height: 1.7;
  padding-top: 25px;
}

#voice .voice-wrapper{
  margin-bottom: 90px;
}

#voice .content-block-wrapper{
  margin-top: 5px;
}

#voice .content-block{
  position: relative;
  padding: 90px 0 0;
  z-index: 0;
}

#voice .content-block::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url("../images/voice/voice_bg_sp.png")no-repeat center bottom / contain;
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: .4;
}

#voice .content-ttl{
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-left: 45px;
  font-size: 23px;
  line-height: 1.1;
}

#voice .content-ttl::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 40px;
  top: 0;
  left: 0;
  background: url("../images/voice/voice_icon01.png")no-repeat center center / contain;
}

#voice .content02 .content-ttl::before{
  background-image: url("../images/voice/voice_icon02.png");
}

#voice .content03 .content-ttl::before{
  background-image: url("../images/voice/voice_icon03.png");
}

#voice .content04 .content-ttl::before{
  background-image: url("../images/voice/voice_icon04.png");
}

#voice .content-ttl .sub-txt{
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

#voice .arrow{
  margin: 15px 0;
  text-align: center;
}

#voice .overview{
  padding: 6px 0;
  background-color: #CCD8EB;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.52;
  text-align: center;
}

#voice .content-main-block{
  margin-top: 30px;
}

#voice .content-main-block .txt:not(:last-of-type){
  margin-bottom: 18px;
}

#voice .content-img{
  width: calc(100% + 24px);
  margin: 30px -12px 0;
}

#voice .content-block:nth-of-type(2n){
  background-color: #F4F7FB;
}

#voice .content-block:nth-of-type(2n) .overview{
  background-color: #fff;
}

#voice .pc-illust{
  display: none;
}
@media print, screen and (min-width: 768px) {
  
  #voice {
    font-size: 18px;
  }
  
  #voice .sp-br {
    display: none;
  }
  
  #voice .pc-br {
    display: inline;
  }
  
  #voice .txt{
    font-size: 18px;
  }
  
  #voice .inner {
    width: calc(100% - 40px);
    max-width: 1160px;
  }

  #voice .main-block {
    height: max(300px,calc(100vw / 1920 * 300));
  }
  
  #voice .main-block::before {
    height: 100%;
    background-image: url("../images/voice/voice_main_bg_pc.png");
  }
  
  #voice .main-ttl-block {
    padding-bottom: 0;
    padding-top: 14px;
  }
  
  #voice .main-ttl .ja {
    font-size: 36px;
  }
  
  #voice .main-ttl-block .description-txt {
    padding-top: 32px;
    font-size: 18px;
    line-height: 2;
  }
  
  #voice .voice-wrapper{
    margin-bottom: 150px;
  }
  
  #voice .content-block-wrapper{
    margin-top: 0;
  }

  #voice .content-block{
    padding: 150px 0 0;
  }

  #voice .content-block::before{
    width: calc(100vw / 1920 * 1648);
    background: url("../images/voice/voice_bg_pc.png")no-repeat right bottom / contain;
  }

  #voice .content-ttl{
    padding-left: 90px;
    font-size: 36px;
  }

  #voice .content-ttl::before{
    width: 60px;
    height: 80px;
  }

  #voice .content-ttl .sub-txt{
    margin-bottom: 20px;
    font-size: 24px;
  }

  #voice .arrow{
    margin: 30px 0 20px;
  }

  #voice .overview{
    padding: 9px 0;
    font-size: 36px;
  }

  #voice .content-main-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
  }

  #voice .content-main-block .txt:not(:last-of-type){
    margin-bottom: 40px;
  }
  
  #voice .content-txt{
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  #voice .content-img{
    width: 50%;
    margin: 0;
  }
  
  #voice .content01 .content-img{
    margin-top: -25px;
  }
  
  #voice .content02 .content-img{
    margin-top: -20px;
  }

  #voice .content-block:nth-of-type(2n)::before{
    right: auto;
    left: 0;
    background-position: bottom left;
  }
  
  #voice .content-block:nth-of-type(2n) .content-main-block{
    flex-direction: row-reverse;
  }

  #voice .pc-illust{
    display: block;
    margin-top: auto;
  }

}
