@charset "UTF-8";
/* ============================================================================================== */
/* FV画像                                                                                         */
/* ============================================================================================== */
#casedetail .panel {
  background-image: linear-gradient(#f8faec, #f8faec);
  background-position: center top;
  background-size: 100% 10px;
  background-repeat: no-repeat;
}
#casedetail .panel picture img {
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  #casedetail .panel picture img {
    border-radius: 0;
  }
}
/* ============================================================================================== */
/* タイプ色                                                                                       */
/* ============================================================================================== */
#casedetail .main .companyinfo .type {
  background-color: #3f51b5;
}
#casedetail .main .serviceinfo .data span.about {
  margin-left: 0;
  padding-right: 2px;
}

@media screen and (max-width: 768px) {
  #casedetail .main .companyinfo {
    padding-left: 0;
    padding-right: 0;
  }
  #casedetail .main .companyinfo .name {
    font-size: 6.4vw;
    line-height: 7.7333333333vw;
  }
  #casedetail .main .serviceinfo .data span.about {
    margin-left: 0;
    padding-right: 0.4vw;
  }
}
/* ============================================================================================== */
/* 検知エリア数の位置調整                                                                         */
/* ============================================================================================== */
@media (width > 768px) {
  #casedetail .main .serviceinfo > div:nth-child(2) {
    padding-left: 45px;
  }
}
/* ============================================================================================== */
/* 担当者紹介                                                                                 */
/* ============================================================================================== */
#casedetail .main .introduce h3 {
  padding-bottom: 18px;
}
#casedetail .main .introduce .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 230px;
  margin: 0 auto;
}
#casedetail .main .introduce .detail a {
  display: block;
  width: 230px;
  height: 340px;
  background: #4ca74f;
}
#casedetail .main .introduce .detail a .photo {
  height: 210px;
}
#casedetail .main .introduce .detail a .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
#casedetail .main .introduce .detail a .text {
  padding: 20px 15px 0;
  font-feature-settings: "palt";
}
#casedetail .main .introduce .detail a .text .interview_type p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
#casedetail .main .introduce .detail a .text .position {
  margin-top: 9px;
}
#casedetail .main .introduce .detail a .text .position p {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  white-space: nowrap;
}
#casedetail .main .introduce .detail a .text .full_name {
  margin-top: 8px;
}
#casedetail .main .introduce .detail a .text .full_name p {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #casedetail .main .introduce h3 {
    padding-top: 6vw;
    padding-bottom: 5.0666666667vw;
  }
  #casedetail .main .introduce .detail {
    width: 40vw;
  }
  #casedetail .main .introduce .detail a {
    width: 40vw;
    height: 59.1304347826vw;
  }
  #casedetail .main .introduce .detail a .photo {
    height: 36.5217391304vw;
  }
  #casedetail .main .introduce .detail a .text {
    padding: 3.4782608696vw 2.6086956522vw 0;
  }
  #casedetail .main .introduce .detail a .text .interview_type p {
    font-size: 3.1304347826vw;
  }
  #casedetail .main .introduce .detail a .text .position {
    margin-top: 1.5652173913vw;
  }
  #casedetail .main .introduce .detail a .text .position p {
    font-size: 2.4347826087vw;
    line-height: 3.1304347826vw;
  }
  #casedetail .main .introduce .detail a .text .full_name {
    margin-top: 1.3913043478vw;
  }
  #casedetail .main .introduce .detail a .text .full_name p {
    font-size: 3.4782608696vw;
  }
}
/* ============================================================================================== */
/* ○○○インタビュー:共通                                                                        */
/* ============================================================================================== */
#casedetail .interview .interview-title {
  position: relative;
  z-index: 0;
}
#casedetail .interview .interview-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  transform: translateY(100%);
}
#casedetail .interview .interview-title h4 {
  padding-bottom: 20px;
  line-height: 1;
}
#casedetail .interview .interview-title h4 img {
  display: inline-block;
}
#casedetail .interview .interview-title p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.025em;
}
#casedetail .interview .interview-title p i {
  margin-left: 4px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.05em;
}
#casedetail .interview .interview-title p:nth-of-type(n + 2) {
  margin-top: 5px;
}
#casedetail .interview .interview-container {
  width: 100%;
  max-width: 850px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#casedetail .interview .read-block,
#casedetail .interview .thumb_interview {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 43px;
}
#casedetail .interview .read-block.opt_next_narrow,
#casedetail .interview .thumb_interview.opt_next_narrow {
  padding-bottom: 22px;
}
#casedetail .interview .read-block.opt_next_wide,
#casedetail .interview .thumb_interview.opt_next_wide {
  padding-bottom: 60px;
}
#casedetail .interview .read-block.opt_next_zero,
#casedetail .interview .thumb_interview.opt_next_zero {
  padding-bottom: 0;
}
#casedetail .interview .read-block p {
  color: #424242;
  line-height: 1.875;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  #casedetail .interview .interview-title h4 {
    padding-bottom: 2.4vw;
  }
  #casedetail .interview .interview-title p {
    font-size: 2.9333333333vw;
    line-height: 4.6666666667vw;
  }
  #casedetail .interview .interview-title p i {
    margin-left: 0;
    font-size: 4vw;
  }
  #casedetail .interview .interview-title p:nth-of-type(n + 2) {
    margin-top: 1.6vw;
  }
  #casedetail .interview .interview-container {
    max-width: none;
  }
  #casedetail .interview .read-block,
  #casedetail .interview .thumb_interview {
    width: 93.3333333333vw;
    padding-bottom: 8vw;
  }
  #casedetail .interview .read-block.opt_next_narrow,
  #casedetail .interview .thumb_interview.opt_next_narrow {
    padding-bottom: 4.4vw;
  }
  #casedetail .interview .read-block.opt_next_wide,
  #casedetail .interview .thumb_interview.opt_next_wide {
    padding-bottom: 12vw;
  }
  #casedetail .interview .read-block.opt_next_zero,
  #casedetail .interview .thumb_interview.opt_next_zero {
    padding-bottom: 0;
  }
  #casedetail .interview.-tantou .interview-title h4 source,
  #casedetail .interview.-tantou .interview-title h4 img {
    width: 76vw;
  }
  #casedetail .interview.-user .interview-title h4 source,
  #casedetail .interview.-user .interview-title h4 img {
    width: 58.5333333333vw;
  }
}
/* ============================================================================================== */
/* ○○○インタビュー:個別                                                                        */
/* ============================================================================================== */
#casedetail .main .interview .read-block p .annotation {
  font-size: 12px;
}

#casedetail .interview.-tantou .interview-title {
  padding: 31px 34px 78px;
  background-color: #4ca74f;
}
#casedetail .interview.-tantou .interview-title::after {
  height: 85px;
  background-color: rgba(76, 167, 79, 0.2);
}
#casedetail .interview.-tantou .interview-container {
  margin-top: -55px;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  #casedetail .main .interview .read-block p .annotation {
    display: block;
    padding-top: 15px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  #casedetail .interview.-tantou .interview-title {
    padding: 6vw 6.6666666667vw 5.0666666667vw;
  }
  #casedetail .interview.-tantou .interview-title::after {
    height: 0;
  }
  #casedetail .interview.-tantou .interview-container {
    margin-top: 0;
    padding: 2.9333333333vw 0 0 0;
  }
}

/*# sourceMappingURL=index.css.map */
