@charset "UTF-8";

#voice-customer .gnav-list li:nth-of-type(5) a::after{
  transform: scale(1, 1);
}
@media screen and (max-width:767px) { 
  #voice-customer .gnav-list li:nth-of-type(5) a::after{
    transform: scale(0, 0);
  }
}

/* -- index -- */

.wrapper-voice-customer{
  display: flex;
  flex-wrap: wrap;
}
.wrapper-voice-customer .block{
  margin: 0 4% 50px 0;
  position: relative;
  text-align: left;
  width: calc((100% - 8% - .1px) / 3);
  display: flex;
  justify-content: center;
}
.wrapper-voice-customer .block:nth-of-type(3n){
  margin-right: 0;
}
.wrapper-voice-customer .block a{
  transition: .3s;
  width: 100%;
}
.wrapper-voice-customer .block a:hover{
  text-decoration: none;
}
.wrapper-voice-customer .block a .type-pic{
  box-sizing: border-box;
  border: 1px solid #0e214e;
  margin-bottom: 15px;
  text-align: center;
}
.wrapper-voice-customer .block a .type-pic span{
  background: #0e214e;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 15px 1em;
}
.wrapper-voice-customer .block a .type-pic figure{
  background: no-repeat center center;
  background-size: 100%;
  height: 0;
  padding-top: 73%;
  transition: .3s;
  width: 100%;
}
.wrapper-voice-customer .block a:hover .type-pic figure{
  background-size: 110%;
}
.wrapper-voice-customer .block a .type-pic figure img{
  width: 100%;
}
.wrapper-voice-customer .block a .type{
  background: #0e214e;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1em;
  margin-bottom: 15px;
  padding: 7px 1.5em;
}
.wrapper-voice-customer .block a h3{
  color: #0e214e;
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-bottom: 10px;
  transition: .3s;
}
.wrapper-voice-customer .block a:hover h3{
  color: #be0000;
}
.wrapper-voice-customer .block a p{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4em;
}
.wrapper-voice-customer .block a p .cliant-name{
  margin-right: 1em;
}
@media screen and (max-width:767px) { 
  .wrapper-voice-customer{
    display: block;
  }
  .wrapper-voice-customer .block{
    margin: 0 0 50px 0;
    width: 100%;
  }  
  .wrapper-voice-customer .block a h3{
    margin-bottom: 15px;
  } 
}

/* detail */

.block-voice-customer-img{
  background: #eee;
  padding: 40px 5%;
}
.block-voice-customer-img img{
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .block-voice-customer-img{
    padding: 20px 5%;
  }
}

.voice-customer-h1-area{
  margin-bottom: 90px;
  display: flex;
  align-items: center;
}
.voice-customer-h1-area figure{
  margin-right: 5%;
  width: 45%;
  order: 1;
}
.voice-customer-h1-area figure img{
  width: 100%;
}
.voice-customer-h1-area .text-area{
  text-align: left;
  width: 50%;
  order: 2;
}
.voice-customer-h1-area .text-area .category{
  background: #0e214e;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 8px 1em;
  margin-bottom: 10px;
}
.voice-customer-h1-area .text-area h1{
  font-size: 3.0rem;
  letter-spacing: 2px;
  line-height: 1.8em;
  margin-bottom:  30px;
}
.voice-customer-h1-area .text-area div{
  border-top: 1px solid #c8cbd4;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.voice-customer-h1-area .text-area div:nth-of-type(2){
  border-top: none;
}
.voice-customer-h1-area .text-area div .fixed{
  background: #c8cbd4;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .3em;
  line-height: 1em;
  margin-right: 20px;
  padding: 10px 1.7em 10px 2em;
}
.voice-customer-h1-area .text-area div .title{
  font-size: 1.6rem;
  line-height: 1.6em;
}
.voice-customer-h1-area .text-area div .title .cliant-name{
  margin-right: 1em;
}
.voice-customer-h1-area .text-area div .title a{
  color: #0e214e;
  font-weight: bold;
  text-decoration: underline;
}
.voice-customer-h1-area .text-area div .title a:hover{
  text-decoration: none;
}
@media screen and (max-width:767px) { 
  .voice-customer-h1-area{
    margin-bottom: 70px;
    display: block;
  }  
  .voice-customer-h1-area figure{
    margin: 0 auto;
    width: 100%;
  }
  .voice-customer-h1-area figure img{
    width: 100%;
  }
  .voice-customer-h1-area .text-area{
    margin-bottom: 30px;
    width: 100%;
  }
  .voice-customer-h1-area .text-area .category{
    font-size: 1.2rem;
    padding: 8px 1em;
  }
  .voice-customer-h1-area .text-area h1{
    font-size: 2.6rem;
    letter-spacing: 1px;
    line-height: 1.6em;
    margin-bottom:  20px;
  }
  .voice-customer-h1-area .text-area div{
    display: block;
    padding-top: 20px;
  }
  .voice-customer-h1-area .text-area div .fixed{
    background: #ccc;
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 8px 1em;
  }
  .voice-customer-h1-area .text-area div .title{
    width: calc(100% - 6em - 10px);
  }
  .voice-customer-h1-area .text-area div .title .cliant-name{
    display: block;
    margin-right: 0;
  }
}

.block-voice-customer-contents{
  margin-bottom: 100px;
  text-align: left;
}
.block-voice-customer-contents .block-sigma span,
.block-voice-customer-contents .block-cliant span{
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 5px .5em;
  text-align: center;
  min-width: 8em;
}
.block-voice-customer-contents .block-sigma p,
.block-voice-customer-contents .block-cliant p{
  font-size: 1.6rem;
  line-height: 1.8em;
}
.block-voice-customer-contents .block-sigma{
  margin-top: 50px;
}
.block-voice-customer-contents .block-cliant{
  margin-top: 25px;
}
.block-voice-customer-contents .block-sigma p{
  color:  #0e214e;
  font-weight: bold;
}

.block-voice-customer-contents .block-sigma span{
  background: #0e214e;
  color: #fff;
}
.block-voice-customer-contents .block-cliant span{
  border: 1px solid #0e214e;
}
@media screen and (max-width:767px) { 
  .block-voice-customer-contents{
    margin-bottom: 80px;
  }
}








