@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
/*レスポンシブブレイクポイント*/
#face {
  background: #ccd6e0;
  height: 100vh;
  background-image: url(../images/testimonial/top_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  #face {
    min-height: auto;
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  #face {
    height: calc(100vh - 50px);
    max-height: 400px;
  }
}
#face .face_content {
  margin-left: 25vw;
  padding: 20px;
  width: calc(100% - 25vw);
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  #face .face_content {
    margin-left: 0vw;
    padding: 20px;
    width: 100%;
  }
}
#face .face_content .under_h1 {
  color: white;
}
#face .face_content .under_h1 span {
  color: #7f7f7f;
}
#face .face_content .face_txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  #face .face_content .face_txt {
    left: 0px;
    bottom: 0px;
    line-height: 2;
    font-size: 13px;
    text-align: justify;
    margin: 0 20px 20px;
  }
}

/*------------------------
main
------------------------*/
.h2_common span {
  font-size: 40px;
}
@media (max-width: 767px) {
  .h2_common span {
    font-size: 24px;
  }
}

.p-voice_intro {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .p-voice_intro {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-voice_intro {
    text-align: left;
  }
}

.p-voice_box_module {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 1200px) {
  .p-voice_box_module {
    max-width: 100%;
    display: block;
  }
}
.p-voice_box_module .p-voice_box {
  width: 48%;
  background: #fefefe;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  padding: 30px 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .p-voice_box_module .p-voice_box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-voice_box_module .p-voice_box {
    padding: 15px;
  }
}
.p-voice_box_module .p-voice_box:nth-child(2n+1) {
  margin-right: 4%;
}
@media (max-width: 1200px) {
  .p-voice_box_module .p-voice_box:nth-child(2n+1) {
    margin-right: 0;
  }
}
.p-voice_box_module .p-voice_box:nth-child(n+3) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .p-voice_box_module .p-voice_box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .p-voice_box_module .p-voice_box:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-voice_box_module .p-voice_box_name {
  font-size: 18px;
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .p-voice_box_module .p-voice_box_name {
    font-size: 16px;
  }
}
.p-voice_box_module .p-voice_box_industry {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
.p-voice_box_module .p-voice_box_industry:before {
  content: "業種";
  background: #0095b1;
  color: #fff;
  font-size: 15px;
  padding: 0 6px;
  margin-right: 0.5rem;
}
.p-voice_box_module .p-voice_box_survey {
  border-bottom: 1px dashed #ddd;
}
.p-voice_box_module .p-voice_box_survey:last-child {
  border-bottom: 0;
}
.p-voice_box_module .p-voice_box_survey > dt {
  color: rgb(9.6727272727, 90.5090909091, 104.3272727273);
  padding-top: 14px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.p-voice_box_module .p-voice_box_survey > dd {
  position: relative;
  padding-bottom: 10px;
  line-height: 180%;
}
@media (max-width: 1200px) {
  .p-voice_box_module .p-voice_box_survey > dd {
    font-size: 15px;
  }
}
.p-voice_box_module .p-voice_box_survey .servey_dd01 {
  min-height: 160px;
}
@media (max-width: 1200px) {
  .p-voice_box_module .p-voice_box_survey .servey_dd01 {
    min-height: auto;
  }
}
.p-voice_box_module .p-voice_box_survey .p-voice_box_survey_list > li {
  position: relative;
  font-size: 17px;
  line-height: 160%;
  margin-left: 4px;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .p-voice_box_module .p-voice_box_survey .p-voice_box_survey_list > li {
    font-size: 15px;
  }
}
.p-voice_box_module .p-voice_box_survey .p-voice_box_survey_list > li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  background: #111;
}
.p-voice_box_module .p-voice_box_survey .p-voice_box_survey_list > li:nth-child(n+2) {
  margin-top: 4px;
}

.voice_box {
  border: 1px solid #ccc;
  padding: 30px;
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .voice_box {
    border: 1px solid #b4a082;
    padding: 30px;
    width: 100%;
  }
}
.voice_box:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .voice_box:not(:last-child) {
    margin-bottom: 40px;
  }
}
.voice_box .ttl {
  margin: 30px 0;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice_box .ttl {
    margin: 20px 0;
    font-size: 18px;
  }
}

.corp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .corp {
    flex-wrap: wrap;
  }
}
.corp ul {
  display: flex;
}
@media (max-width: 767px) {
  .corp ul {
    justify-content: center;
    width: 100%;
  }
}
.corp ul li {
  background: #f9f9f9;
  padding: 5px 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .corp ul li {
    padding: 5px;
    font-size: 13px;
  }
}
.corp ul li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .corp .name {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}

.con_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .con_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.con_box figure {
  width: 300px;
}
.con_box figure img {
  width: 100%;
}
.con_box p {
  width: calc(100% - 320px);
  text-align: justify;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .con_box p {
    width: 100%;
    margin-top: 15px;
  }
}/*# sourceMappingURL=testimonial.css.map */