@charset "utf-8";
/*CASE STUDY, CONNECT, FLOW START*/
.case_study .case .case_blog {
  width: 47.36%;
  margin-right: 0 !important;
  margin-bottom: 50px;
}
.case_study .case ul li.case_blog:nth-child(even) {
  margin-right: 0;
}
.case_study .case .case_blog i.fas.fa-quote-left {
  color: #e2e3e5;
  font-size: 20px;
}
.case_study .case .case_blog h3 {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 22px;
}
.case_study .case .case_blog h3 + p {
  font-size: 14px;
  margin-bottom: 10px;
}
.case_study .case .case_blog .fa-quote-left {
  margin-bottom: 0px;
}
.case_study .case .case_blog .catgory {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.case_study .case .case_blog .cat_link {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  background: #344b74;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
}
.case_study .case .case_blog img {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.case_study .case .case_blog .blog_img {
  position: relative;
}
.case_study .case .case_blog .blog_img .img_link {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px 20px;
  /* background: #344b74; */
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.case_study .case .case_blog .blog_title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.case_study .case .case_blog .blog_title + p {
  display: inline-block;
}
.case_study .text-center {
  text-align: center !important;
}
.case_study .case .servi_flex_wrap li a {
  color: #404040;
  display: block;
}
.case_study .case .servi_flex_wrap .case_blog:nth-child(even),
.case_study .case .servi_flex_wrap .case_study_col:nth-child(even) {
  margin-right: 0;
}
.case_study .case .img-fluid {
  max-width: 100%;
  height: auto;
}
.slider {
  overflow: hidden;
  margin-bottom: 80px;
}
.slider .case_blog .blog_title {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.slider .case_blog {
  margin-bottom: 0;
}
.slider .case_blog a.with-hover {
  color: #404040;
  display: block;
}
.slider .case_blog .blog_img {
  position: relative;
}
.slider .case_blog .blog_img .img_link {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 5px 20px;
  background: #ffe9e2;
  font-weight: bold;
  color: #e26a44;
  font-size: 18px;
}
.slider .img-fluid {
  max-width: 100%;
  height: auto;
}
.slick-slide {
  transition: 0.3s ease;
  transform: scale(0.85);
}
.slick-current {
  transform: scale(1);
}
/*2020407 ﾃｨﾂｿﾂｽﾃｨﾂｨﾋ�*/
.case_study .case .case_blog img.mg0 {
  margin-bottom: 0;
}
/*2020618 ﾃｨﾂｿﾂｽﾃｨﾂｨﾋ�*/
.case_study .case ul:after {
  content: none;
}
.case .servi_flex_wrap {
  justify-content: space-between;
}
.case_search {
  margin-bottom: 50px;
  padding: 5.26%;
  background: #fff;
}
.case_search h2 {
  margin-bottom: 30px;
}
.is-hide {
  display: none;
}
.search-box input {
  display: none;
}
.case_search .case-place,
.case_search .case-example,
.case_search .case-purpose,
.case_search .case-model {
  display: flex;
  margin-top: 20px;
}
.case_search .case-example,
.case_search .case-place {
  margin-top: 20px;
}
.case_search .case-place .search-box_label,
.case_search .case-example .search-box_label,
.case_search .case-purpose .search-box_label,
.case_search .case-model .search-box_label {
  margin-right: 10px;
  white-space: nowrap;
  width: 115px;
}
/*
.case_search .case-place .search-all,
.case_search .case-example .search-all{
margin: 0 10px 0 0;
white-space: nowrap;
}
*/
.case_search .case-place .case-category,
.case_search .case-example .case-category,
.case_search .case-purpose .case-category {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.case_search .case-place .case-category ul,
.case_search .case-example .case-category ul,
.case_search .case-purpose .case-category ul,
.case_search .case-model .case-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -5px -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case_search .case-place .case-category ul li,
.case_search .case-example .case-category ul li,
.case_search .case-purpose .case-category ul li,
.case_search .case-model .case-category ul li {
  padding: 5px 5px;
}
.search-box label {
  display: block;
  color: #344b74;
  border: 1px solid #344b74;
  padding: 6px 8px;
  border-radius: 50px;
  text-align: center;
  width: 140px;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px;
}
.search-box label:hover {
  transition: opacity 0.3s ease;
  opacity: 0.5;
}
.search-box input[type="radio"]:checked + label,
.label:first-of-type {
  background-color: #344b74;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .slider {
    max-width: 510px;
    width: 100%; /*2020615 ﾃｨﾂｿﾂｽﾃｨﾂｨﾋ�*/
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .case_study .case_blog i.fas.fa-quote-left {
    font-size: 20px;
  }
  .case_study .case .case_blog {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .case_study .case_blog i.fas.fa-quote-left {
    font-size: 20px;
  }
  .case_study .case .case_blog {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .slider .case_blog .blog_img .img_link {
    font-size: 14px;
  }
  /*2020618 ﾃｨﾂｿﾂｽﾃｨﾂｨﾋ�*/
  .case .servi_flex_wrap {
    justify-content: normal;
  }
  .case_search {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
  }
  .case_search h2 {
    margin-bottom: 15px;
  }
  .case_search .case-place,
  .case_search .case-example,
  .case_search .case-purpose {
    display: flex;
    flex-direction: column;
  }
  .case_search .case-example {
    margin-top: 20px;
  }
  .case_search .case-place .search-box_label,
  .case_search .case-example .search-box_label,
  .case_search .case-purpose .search-box_label {
    margin: 0 0 6px;
    white-space: nowrap;
  }
  /*
    .case_search .case-place .search-all,
    .case_search .case-example .search-all{
    margin: 0 0 6px;
    display: inherit;
    }
    */
  .case_search .case-place .case-category,
  .case_search .case-example .case-category,
  .case_search .case-purpose .case-category {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
  }
  .case_search .case-place .case-category ul,
  .case_search .case-example .case-category ul,
  .case_search .case-purpose .case-category ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  .case_search .case-place .case-category ul li,
  .case_search .case-example .case-category ul li,
  .case_search .case-purpose .case-category ul li {
    display: flex;
    align-items: center;
    width: 50%;
    text-align: center;
    padding: 5px 5px;
  }
  .search-box label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 5px;
    font-size: 12px;
  }
  .search-box input[type="radio"]:checked + label {
    background-color: #344b74;
    color: #fff;
  }
}
.title_section .main_title {
  color: #1a1a1a !important;
}
.bg_caregiver {
  background: #e08431;
}
.bg_retail {
  background: #6fad77;
}
.bg_home {
  background: #db3428;
}
.bg_education {
  background: #1698a8;
}
.bg_other {
  background: #344b74;
}
.pepepr_h3 {
  font-size: 22px;
}
.container {
  margin-top: 50px;
}
.case_study .bg_gray {
  padding: 50px 20px 50px 40px;
  margin-bottom: 200px;
  background-color: #e2eff8;
}
@media screen and (max-width: 768px) {
  .case_study .bg_gray {
    padding: 50px 20px 20px 20px;
    margin-bottom: 100px;
    background-color: #e2eff8;
  }
}
.container .movie__case {
  text-align: right;
  color: #344b74;
}
.container .movie__case::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03d";
  padding-right: 5px;
}
.movie__mark {
  position: absolute;
  right: 15px;
  top: -10px;
}
.movie__mark::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03d";
  /* padding-right: 5px; */
  font-size: 28px;
  color: #344b74;
}
.add__movie {
  position: absolute;
  right: 13px;
  bottom: 22px;
  padding: 5px 10px;
  background: #ffffffe8;
  border: 2px solid #344b74;
  color: #344b74;
  border-radius: 5px;
  font-size: 14px;
}
.add__movie::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03d";
  padding-right: 5px;
  font-size: 16px;
}
.pullDownSort select {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #344b74;
  border: 1px solid #344b74;
  font-weight: 600;
  -webkit-appearance: none;
}
