/*============================================================
導入事例　一覧ページ
==============================================================*/
.CaseStudy_title_area{
  padding: 36px 0;
  text-align: center;
  color: #222229;
}
.CaseStudy_title_area.common_title_section .common_title_en{
  width: 120px;
  margin: 8px auto 0 auto;
}
.archiveCaseStudy{
  color: #222229;
}
.archiveCaseStudy .case_content_flex{
    max-width: 1240px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 .archiveCaseStudy .modal_bg{
   display: none;
 }
.archiveCaseStudy .content_form{
    max-width: 230px;
    width: 20%;
}
.archiveCaseStudy .content_form .form_item{
    width: 100%;
    margin-top: -14px;
    padding-bottom: 210px;
    position: sticky;
    top: 100px;
    bottom: 40px;
    left: 24px;
    background: #fff;
}
.archiveCaseStudy .content_results{
    max-width: 946px;
    width: 72%;
}
.archiveCaseStudy .sf-input-radio{
    display: none !important;
}
.archiveCaseStudy .content_form .searchandfilter h4{
    font-weight: 500;
    margin-top: 75px;
}
.archiveCaseStudy .content_form .searchandfilter ul .sf-field-taxonomy-industry h4{
  margin-top:  0;
}
.archiveCaseStudy .content_form .searchandfilter ul li ul{
    position: relative;
}
.archiveCaseStudy .content_form .searchandfilter ul li ul:after{
  content: '';
  width: 10px;
  height: 10px;
  background: url('../images/common/vector_green.svg') no-repeat center center;
  position: absolute;
  top: 24px;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.4s;
  pointer-events: none;
}
.archiveCaseStudy .content_form .searchandfilter ul .sf-field-taxonomy-industry.roll ul:after{
	transform: translateY(-50%) rotate(180deg);
	transition: 0.4s; 
}
.archiveCaseStudy .content_form .searchandfilter ul .sf-field-taxonomy-employee.roll ul:after{
	transform: translateY(-50%) rotate(180deg);
	transition: 0.4s; 
}
.archiveCaseStudy .content_form .searchandfilter ul .sf-field-taxonomy-service.roll ul:after{
	transform: translateY(-50%) rotate(180deg);
	transition: 0.4s; 
}

.archiveCaseStudy .content_form .searchandfilter ul li ul li{
   display: none;
}
.archiveCaseStudy .content_form .searchandfilter ul li ul li:first-child {
  font-weight: 700;
}
.archiveCaseStudy .content_form .searchandfilter ul li ul li:first-child .sf-label-radio{
  font-weight: 700;
}
.archiveCaseStudy .content_form .searchandfilter ul li ul li .sf-label-radio{
  display: block;
  float: left;
  width: 100%;
  padding: 8.5px 0 8.5px 24px;
  background: #F6F6F6;
  border-radius: 10px;
}
.archiveCaseStudy .content_form .searchandfilter ul li.roll ul li .sf-label-radio{
  margin-bottom: 0;
  border-radius: 0;
}
.archiveCaseStudy .content_form .searchandfilter ul li.roll ul li:first-child .sf-label-radio{
  border-radius: 8px 8px 0 0;
}
.archiveCaseStudy .content_form .searchandfilter ul li.roll ul li:last-child .sf-label-radio{
  margin-bottom: 40px;
  border-radius: 0 0 8px 8px;
}
.archiveCaseStudy .content_form .searchandfilter ul li ul li label:hover{
  color: #008D97;
  font-weight: 600;
}
.archiveCaseStudy .content_form .searchandfilter ul li ul li.check label{
  color: #008D97;
  font-weight: 600;
}
.archiveCaseStudy .content_results .results_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archiveCaseStudy .content_results .results_item{
  width: 46.8%;
  margin-bottom: 56px;
  transition: 0.7s;
}
.archiveCaseStudy .content_results .results_item:hover .item_info{
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.archiveCaseStudy .content_results .results_item .item_img{
  width: 100%;
  height: 300px;
  border-radius: 10px;
  position: relative;
  padding-bottom: 65.5%;
  height: 0;
  overflow: hidden;
  z-index: -100;
}
.archiveCaseStudy .content_results .results_item .item_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archiveCaseStudy .content_results .results_item .company_logo{
  height: 72px;
  overflow: hidden;
}
.archiveCaseStudy .content_results .results_item .company_logo img{
  width: 100%;
  height: auto;
}
.archiveCaseStudy .content_results .results_item .item_info{
  width: 90%;
  margin: -20px auto 0 auto;
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #D9D9D9;
  transition: 0.7s;
}
.archiveCaseStudy .content_results .results_item .item_title{
  height: 82px;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden;
}
.archiveCaseStudy .content_results .results_item .company_name{
  height: 47px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
}
.archiveCaseStudy .content_results .results_item .tag_flex{
  height: 64px;
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
.archiveCaseStudy .content_results .results_item .tag_flex .tag_item{
  height: 28px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 28px;
  background: #E9EAEA;
  border-radius: 5px;
}
.archiveCaseStudy .content_results .results_item .service_name{
  height: 53px;
  overflow: hidden;
  padding-top: 16px;
  border-top: solid 1px #D9D9D9;
  font-size: 14px;
  line-height: 1.4;
  
}
.archiveCaseStudy .content_results .results_item .service_name .tag_item{
  margin-right: 12px;
}
.archiveCaseStudy .content_results .results_item .service_name .tag_item:nth-child(n+2),
.archiveCaseStudy .content_results .results_item .service_name .tag_item:nth-child(n+3){
  position: relative;
}
.archiveCaseStudy .content_results .results_item .service_name .tag_item:nth-child(n+2):before,
.archiveCaseStudy .content_results .results_item .service_name .tag_item:nth-child(n+3):before{
  content:'/';
  position: absolute;
  top: 0;
  left: -10px;
}
.archiveCaseStudy .content_results .not_found{
  margin-bottom: 80px;
  padding: 70px 130px;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #D7DADA;
}
.archiveCaseStudy .content_results .results_subheading{
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.04em;
  position: relative;
}
.archiveCaseStudy .content_results .results_subheading:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 17%;
  border-bottom: 3px solid #008D97;
}
.archiveCaseStudy .content_results .results_subheading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  width: 83%;
  border-bottom: 3px solid #D7D7DA;
}
.archiveCaseStudy .content_results .archiveCaseStudy__paginateLinks{
  margin: 0 auto;
}
.archiveCaseStudy .content_results .archiveCaseStudy__paginateLinks{
  margin-top: 8px;
  margin-bottom: 50px;
}
.archiveCaseStudy .content_results .archiveCaseStudy__paginateLinks .pagination .page-numbers{
  font-size: 20px;
  border: inherit;
  background: #F6F6F6;
  color: #767676;
}
.archiveCaseStudy .content_results .archiveCaseStudy__paginateLinks .pagination .page-numbers.current{
  background: #0b98af;
  border: 1px solid #0b98af;
  color: #fff;
}
.archiveCaseStudy .content_results .archiveCaseStudy__paginateLinks .pagination .page-numbers.prev,
.archiveCaseStudy .content_results .archiveCaseStudy__paginateLinks .pagination .page-numbers.next{
   background: #FFF;
}
.archiveCaseStudy .content_results .archiveCaseStudy__paginateLinks .pagination .page-numbers.prev::before,
.archiveCaseStudy .content_results .archiveCaseStudy__paginateLinks .pagination .page-numbers.next::before{
  width: 18px;
  height: 17px;
  background-image: url('../images/common/button_arrow_gray.svg');
}
@media screen and (max-width:1280px){
  .archiveCaseStudy .case_content_flex{
    padding: 0 24px;
  }
}
@media screen and (max-width:768px){
  body.fixed{
    overflow: hidden;
  }
  .CaseStudy_title_area{
    padding: 56px 0;
  }
  .archiveCaseStudy .case_content_flex{
     padding: 0;
  }
  .archiveCaseStudy .content_form{
    max-width: inherit;
    width: 100%;
    margin-bottom: 40px;
  }
  .archiveCaseStudy .content_form .form_item{
    padding: 0 24px;
    position: inherit;
  }
  .archiveCaseStudy .content_results{
     width: 100%;
  }
  .archiveCaseStudy .content_results .innar{
    padding: 0 24px;
  }
  .archiveCaseStudy .content_form .searchandfilter ul li.roll{
    width: 92%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    position: fixed;
    top: 100px;
    left: 15px;
    z-index: 2000;
  }
  .archiveCaseStudy .content_form .searchandfilter ul li ul li .sf-label-radio{
    padding: 20px 0 20px 24px;
  }
  .archiveCaseStudy .content_form .searchandfilter ul .sf-field-taxonomy-industry.roll{
    height: 80vh;
  }
  .archiveCaseStudy .content_form .searchandfilter ul li ul:after{
    display: none;
  }
  .archiveCaseStudy .content_form .searchandfilter ul li.roll ul li .sf-label-radio{
    background: #fff;
  }
  .archiveCaseStudy .content_results .results_item{
    width: 100%;
    box-sizing: border-box;
  }
  .archiveCaseStudy .content_form .searchandfilter ul li.roll h4{
    margin-top: 16px;
    padding-left: 40px;
  }
  .archiveCaseStudy .content_form .searchandfilter ul li.roll ul li .sf-label-radio{
    padding: 16px 0 16px 40px;
  }
  .archiveCaseStudy .content_form .searchandfilter ul li.roll ul li.check .sf-label-radio{
    position: relative;
  }
   .archiveCaseStudy .content_form .searchandfilter ul li.roll ul li.check .sf-label-radio:before{
     content: '';
     width: 14px;
     height: 12px;
     background: url('../images/common/check_mark.svg') no-repeat;
     background-size: contain;
     position: absolute;
     top: 50%;
     left: 14px;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
   }  
  .archiveCaseStudy .modal_bg{
    display: block;
  }
   .archiveCaseStudy .modal_bg.open{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgb(0 0 0 / 50%);
    overflow: hidden;
  }
  .archiveCaseStudy .content_form .searchandfilter ul li.roll ul li:last-child .sf-label-radio{
    margin-bottom: 10px;
    padding: 16px 0 32px 40px;
  }
} 
@media screen and (max-width:468px){
  .CaseStudy_title_area{
    padding: 64px 0;
  }
  .archiveCaseStudy .case_content_flex{
    margin: 18px auto;
  }
  .archiveCaseStudy .content_results .results_item{
    width: 100%;
    box-sizing: border-box;
  }
  .archiveCaseStudy .content_results .results_item .company_logo img{
    transform: scale(1.2);
  }
  .archiveCaseStudy .content_results .results_item .item_title{
    height: 72px;
    font-size: 18px;
  }
  .archiveCaseStudy .content_results .results_item .company_name{
    height: 40px;
    font-size: 14px;
  }
  .archiveCaseStudy .content_results .results_item .tag_flex .tag_item{
    font-size: 12px;
  }
  .archiveCaseStudy .content_results .results_item .service_name{
    font-size: 12px;
  }
  .archiveCaseStudy .content_results .not_found{
    padding: 0 !important; 
    font-size: 18px !important;
    border: inherit !important;
  }
  .archiveCaseStudy .content_results .archiveCaseStudy__paginateLinks .pagination .page-numbers{
    font-size: 16px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
  }
}

/*============================================================
導入事例　個別ページ
==============================================================*/
.singleCaseStudy{
    color: #222229;
}
.singleCaseStudy .sticky_area{
    margin-top: -700px;
    height: 100%;
    width: 100%;
}
.singleCaseStudy .sticky_area .fixed_item{
    max-width: 392px;
    height: 650px;
    position: sticky;
    top: 145px;
    left: calc(50% + 230px);
    z-index: 1000;
}
.singleCaseStudy .casestudy_header{
    background: #F6F6F6;
    height: 750px;
}
.singleCaseStudy .casestudy_header .innar{
    max-width: 1240px;
    margin: 0 auto;
}
.singleCaseStudy .casestudy_title{
    max-width: 764px;
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.singleCaseStudy .casestudy_tags{
    max-width: 764px;
    margin-bottom: 28px;
}
.singleCaseStudy .casestudy_tags .tag_item{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px 8px;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
}
.singleCaseStudy .casestudy_postdate{
    font-size: 14px;
    color: #767676;
    letter-spacing: 0.18em;
}
.singleCaseStudy .casestudy_content{
    max-width: 1240px;
    margin: 0 auto;
}
.singleCaseStudy .casestudy_content .top_innar{
  max-width: 764px;
  margin-top: -650px;
}
.singleCaseStudy .casestudy_mv{
    width: 764px;
}
.singleCaseStudy .casestudy_mv img{
  width: 100%;
  height: auto;
}
.singleCaseStudy .casestudy_postdate{
    margin-top: 30px;
    font-size: 14px;
    color: #767676;
    text-align: right;
    letter-spacing: 0.18em;
}
.singleCaseStudy .speaker_box{
  padding: 34px 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #D7D7DA;
}
.singleCaseStudy .speaker_box .speaker_title{
  margin-right: 35px;
  font-weight: 500;
}
.singleCaseStudy .speaker_box .speaker_info{
  line-height: 1.8;
}
.singleCaseStudy  .casestudy_mv.sp{
  display: none;
}
.singleCaseStudy  .casestudy_mv img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.singleCaseStudy .casestudy_overview{
    margin: 45px 0;
}
.singleCaseStudy .casestudy_overview .overview {
    margin-bottom: 32px;
}
.singleCaseStudy .casestudy_overview .overview .overview_title{
    margin-bottom: 16px;
    font-weight: 600;
    color: #008D97;
}
.singleCaseStudy .casestudy_overview .overview ul{
     max-width: 764px;
     margin-left: 1.5rem;
     list-style-type: disc;
}
.singleCaseStudy .casestudy_overview .overview ul li{
    margin-bottom: 8px;
    line-height: 1.8;
}
.singleCaseStudy .profile_box{
    padding: 32px;
    background: #fff;
    border: solid 1px #D7D7DA;
    border-radius: 10px;
}
.singleCaseStudy .profile_box .company_logo{
    width: 100%;
    height: 68px;
}
.singleCaseStudy .profile_box .company_logo img{
  width: 100%;
  height: auto;
}
.singleCaseStudy .profile_box .profile_title{
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
}
.singleCaseStudy .profile_box .profile_content{
    margin-top: 10px;
    font-size: 14px;
    color: #767676;
}
.singleCaseStudy  .profile_box .profile_content .tag_item{
    margin-right: 12px;
}
.singleCaseStudy .profile_box .profile_content .tag_item:nth-child(n+2){
    position: relative;
}
.singleCaseStudy .profile_box .profile_content .tag_item:nth-child(n+2):before {
    content: '/';
    position: absolute;
    top: 0;
    left: -10px;
}
.singleCaseStudy .profile_box.sp{
  display: none;
}
.singleCaseStudy .cssestudy_cta{
    display: block;
    margin-top: 16px;
    background: #008D97;
    border-radius: 10px;
}
.singleCaseStudy .cssestudy_cta .flex_content{
    padding-right: 32px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.singleCaseStudy .cssestudy_cta .doc_img{
    width: 80px;
    height: auto;
}
.singleCaseStudy .cssestudy_cta .doc_img img{
    width: 100%;
    height: auto;
    margin-top: -8px;
}
.singleCaseStudy .cssestudy_cta .cta_title{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.singleCaseStudy .follow_banner_sp{
  display: none;
}
.singleCaseStudy .article_sec{
    position: relative;
}
.singleCaseStudy .article_sec .top_bg{
    width: 100%;
    height: 100px;
    background: #F6F6F6;
    position: absolute;
    top: 0;
    left: 0;
}
.singleCaseStudy .article_sec .side_bg{
    width: 41%;
    height: 100%;
    background: #F6F6F6;
    position: absolute;
    top: 0;
    right: 0;
}
.singleCaseStudy .article{
    max-width: 1240px;
    margin: 0 auto;
}
.singleCaseStudy .article .article_innar{
    max-width: 684px;
    padding: 130px 0 0 0
}
.singleCaseStudy .article h2{
    color: #008D97;
    font-size: 28px;
    font-weight: 500 !important;
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-bottom: inherit;
}
.singleCaseStudy .article h3{
    color:#222229;
    font-weight: 500;
    font-size: 17px;
    padding-left: 0;
    border-left: inherit;
    line-height: 1.4;
    letter-spacing: 0.04em;

}
.singleCaseStudy .article img{
    width: 100%;
    height: auto;
    padding-bottom: inherit;
    border-radius: 10px;
}
.singleCaseStudy .article p{
    text-align: justify;
}

.singleCaseStudy  .downloadCaseStudies__wrapper2{
  height: 320px;
}
@media screen and (min-width:1800px){
  .singleCaseStudy .article_sec .side_bg{
    width: 44%;
  }
}
@media screen and (max-width:1280px){
  .singleCaseStudy .casestudy_content .top_innar{
    padding: 0 24px 0 42px;
  }
  .singleCaseStudy .sticky_area .fixed_item{
    max-width: 345px;
    width: 27%;
  }
  .singleCaseStudy .cssestudy_cta .cta_title{
    font-size: 16px;
  }
  .singleCaseStudy .article .article_innar{
    width: 66%;
    padding: 110px 24px 0 42px;
  }
  .singleCaseStudy .casestudy_content .top_innar{
    width: 70%;
  }
  .singleCaseStudy .casestudy_mv{
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width:1200px){
  .singleCaseStudy .article_sec .side_bg{
    width: 34%;
  }
}
@media screen and (max-width:1000px){
  .singleCaseStudy .downloadCaseStudies__wrapper2{
    margin-top: 200px;
    height: 430px;
  }
}
@media screen and (max-width:768px){
  .singleCaseStudy .sticky_area{
    margin-top: 0;
  }
  .singleCaseStudy .casestudy_header{
    height: inherit;
    padding: 42px 24px 2px 24px;

  }
  .singleCaseStudy .casestudy_title{
    max-width: inherit;
    width: 100%;
    font-size: 24px;
  }
  .singleCaseStudy .casestudy_tags{
    max-width: inherit;
    width: 100%;
  }
  .singleCaseStudy .casestudy_mv{
    display: none;
  }
  .singleCaseStudy .sticky_area .casestudy_mv.sp{
    display: block ;
    width: 100%;
    margin: 0 auto;
  }
   .singleCaseStudy .sticky_area .casestudy_mv.sp img{
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .singleCaseStudy .fixed_item{
    display: none;
  }
  .singleCaseStudy .profile_box.sp{
    display: block;
    border: inherit;
    padding: 32px 0;
  }
  .singleCaseStudy .profile_box.sp .company_logo{
    text-align: center;
    height: inherit;
  }
  .singleCaseStudy .casestudy_content .top_innar{
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .singleCaseStudy .speaker_box{
    display: block;
    border-top: solid 1px #D7D7DA;
    border-bottom: inherit;
  }
  .singleCaseStudy .speaker_box .speaker_title{
    margin-bottom: 10px;
    margin-right: inherit;
  }
  .singleCaseStudy .casestudy_overview{
    margin-top: 0;
    border-bottom: solid 1px #D7D7DA;
  }
  .singleCaseStudy .article_sec .top_bg,
  .singleCaseStudy .article_sec .side_bg{
    display: none;
  }
  .singleCaseStudy .article{
    max-width: inherit;
    margin: 0 auto;
    padding: 0;
  }
  .singleCaseStudy .article .article_innar{
    max-width: inherit;
    width: 100%;
    padding: 0 24px;
  }
  .singleCaseStudy .follow_banner_sp{
    display: block;
    max-width: 480px;
    width: 100%;
    position: fixed;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1000;
  }
  .singleCaseStudy .follow_banner_sp .cssestudy_cta.sp{
    margin-top: 0;
  }
}
@media screen and (max-width:468px){
  .singleCaseStudy .casestudy_header{
    padding: 32px 24px 2px 24px;
  }
  .singleCaseStudy .casestudy_title{
    font-size: 24px;
  }
  .singleCaseStudy .casestudy_mv{
    display: none;
  }
   .singleCaseStudy .sticky_area .casestudy_mv.sp img{
    border-radius: 0;
  }
  .singleCaseStudy .sticky_area .casestudy_mv.sp{
    display: block ;
    margin-top: 0 ;
    border-radius: 0;
  }
  .singleCaseStudy .follow_banner_sp{
    bottom: 0;
  }
  .singleCaseStudy .follow_banner_sp .cssestudy_cta.sp{
    border-radius: 0;
  }
  .singleCaseStudy .cssestudy_cta.sp .doc_img{
    width: 62px;
    height: 68px;
  }
  .singleCaseStudy .cssestudy_cta.sp .cta_title{
    font-size: 16px;
  }
  .singleCaseStudy .article h2{
    font-size: 20px;
  }
  .singleCaseStudy .downloadCaseStudies__wrapper2{
    margin-top: 160px;
    padding-top: 20px;
    height: 430px;
  }
}

/*============================================================
導入事例　スライドショー
==============================================================*/
.voice_renew.caseStudyWithSlideShow{
    background: #fff;
}
.voice_renew.caseStudyWithSlideShow .swiper{
    height: inherit ;
    padding-bottom: 50px;
}
.voice_renew.caseStudyWithSlideShow .sectionTitle__decoration{
    color: #edf7f8;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item:hover .item_info{
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .item_img{
  width: 100%;
  height: 300px;
  border-radius: 15px;
  position: relative;
  padding-bottom: 65.5%;
  height: 0;
  overflow: hidden;
  z-index: -100;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .item_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .company_logo{
  margin: 5px 0;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .company_logo img{
  width: 100%;
  height: auto;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .item_info{
  width: 90%;
  margin: -20px auto 0 auto;
  padding: 20px 30px;
  background: #fff;
  border-radius: 15px;
  border: solid 1px #D9D9D9;
  transition: 0.7s;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .item_title{
  height: 82px;
   margin-bottom: 8px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .company_name{
  height: 47px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .tag_flex{
  height: 64px;
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .tag_flex .tag_item{
  height: 28px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 28px;
  background: #E9EAEA;
  border-radius: 5px;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .service_name{
  height: 53px;
  overflow: hidden;
  padding-top: 16px;
  border-top: solid 1px #D9D9D9;
  font-size: 14px;
  line-height: 1.4;
  
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .service_name .tag_item{
  margin-right: 12px;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .service_name .tag_item:nth-child(n+2),
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .service_name .tag_item:nth-child(n+3){
  position: relative;
}
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .service_name .tag_item:nth-child(n+2):before,
.voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .service_name .tag_item:nth-child(n+3):before{
  content:'/';
  position: absolute;
  top: 0;
  left: -10px;
}
@media screen and (max-width:468px){
  .voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .company_logo{
    height: 40px;
    overflow: hidden;
  }
  .voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .company_logo img{
    transform: scale(1.2);
  }
  .voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .company_name{
    height: 40px;
    font-size: 14px;
  }
  .voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .tag_flex .tag_item{
    font-size: 12px;
  }
  .voice_renew.caseStudyWithSlideShow .slideshow_content .slideshow_item .service_name{
    font-size: 12px;
  }
  .voice_renew.caseStudyWithSlideShow .sectionTitle__decoration{
    font-size: 56px;
  }
  .voice_renew.caseStudyWithSlideShow .archiveCaseStudy__button .button{
    max-width: 360px;
    width: 90%;
  }
}

/* お役立ち資料 */
.singleCaseStudy .downloadUsefulDocuments.tokium_documents .downloadUsefulDocuments__contents .downloadUsefulDocuments__content{
	flex: inherit;
	width: 32%;
	margin: 40px 20px;
	padding: 0 40px 50px 40px;
	background: #EDF7F8;
	text-align: center;
	border-radius: 10px;
}
.singleCaseStudy .downloadUsefulDocuments.tokium_documents .downloadUsefulDocuments__contents .downloadUsefulDocuments__content .btn_common{
    font-size: 18px;
}
.singleCaseStudy .downloadUsefulDocuments.tokium_documents .downloadUsefulDocuments__contents .downloadUsefulDocuments__content .btn_common .btn_arrow{
    right: 16px;
}
@media screen and (max-width:1000px){
	.singleCaseStudy .downloadUsefulDocuments.tokium_documents .downloadUsefulDocuments__contents .downloadUsefulDocuments__content{
		width: 80%;
        margin: 40px auto;
	}
}
@media screen and (max-width:468px){
    .singleCaseStudy .downloadUsefulDocuments.tokium_documents .downloadUsefulDocuments__contents .downloadUsefulDocuments__content{
        width: 90%;
    }
    .singleCaseStudy .downloadUsefulDocuments.tokium_documents .downloadUsefulDocuments__contents .downloadUsefulDocuments__content .btn_common{
        font-size: 16px;
    }
    .singleCaseStudy .downloadUsefulDocuments.tokium_documents .downloadUsefulDocuments__contents .downloadUsefulDocuments__content .btn_common .btn_arrow{
      width: 20px;
      height: 20px;
    }
}