@charset "UTF-8";
.l-detail-history.page_content {
  background: #FFDE00 url(../images/content/history-bg.png) no-repeat center top;
}

.l-detail-history.page_content .l-footer-history_slider::before {
  background: #ffde00;
}

.l-detail-history.page_content .l-footer-history_slider::after {
  background: #ffde00;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.l-pager a, .l-pager .is-current {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .l-detail-history.page_content {
    padding: 20px 0 40px;
    background: #FFDE00 url(../images/content/history-bg.png) no-repeat center top -110px;
  }
  .l-detail-history.page_content .c-page-h2 {
    font-size: 50px;
  }
}

/*============================================================
common_trouble
==============================================================*/
.common_trouble {
  background: #FF758B;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

.common_trouble::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/original_icon.png) no-repeat;
  background-size: contain;
  width: 163px;
  height: 100px;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common_trouble_title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 20px;
}

.common_trouble_text {
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .common_trouble {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
    margin-bottom: 50px;
  }
  .common_trouble_inner {
    width: 76%;
    margin: 0 auto;
  }
  .common_trouble_title {
    font-size: 1.8rem;
  }
  .common_trouble_text {
    text-align: left;
    margin-bottom: 20px;
  }
}

/*============================================================
お客様事例アーカイブ
==============================================================*/

#page_content .l-container_category {
  max-width: unset;
}

#page_content .l-content_category {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}

#page_content .l-content_category .l-category_content .p-category_title {
  margin-bottom: 30px;
}

#page_content .l-content_category .l-category_content .top_txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

#page_content .l-content_category .l-category_content .number_of_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  position: relative;
  margin-top: 40px;
}

#page_content .l-content_category .l-category_content .number_of_case .left .item {
  padding-left: 80px;
  position: relative;
}

#page_content .l-content_category .l-category_content .number_of_case .left .item::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/camera_icon.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page_content .l-content_category .l-category_content .number_of_case .left .item .txt {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 10px;
}

#page_content .l-content_category .l-category_content .number_of_case .left .item .num {
  font-weight: bold;
}

#page_content .l-content_category .l-category_content .number_of_case .left .item .num span {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.075em;
  font-size: 48px;
}

#page_content .p-taxonomy_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}

#page_content .p-taxonomy_filters .p-filter_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

#page_content .p-taxonomy_filters .p-filter_block:not(:has(~ .p-filter_block)) {
  border-bottom: none;
}

#page_content .p-taxonomy_filters .p-filter_block .p-filter_title {
  width: 100%;
  max-width: 115px;
  font-size: 16px;
  font-weight: bold;
  color: #626262;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#page_content .p-taxonomy_filters .p-filter_block .p-filter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: clamp(4px, 1vw, 20px);
  font-weight: bold;
  white-space: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    width: 100%;
}

#page_content .p-taxonomy_filters .p-filter_block .p-filter_list .p-filter_item {
  background-color: #efefef;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#page_content .p-filter_button-text {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: clamp(4px, 1vw, 7px) clamp(8px, 1.5vw, 8px);
  font-size: clamp(12px, 1.5vw, 14px);
  color: #626262;
  display: block;
  text-align: center;
  font-feature-settings: "palt";
}

#page_content .p-filter_button-text:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#page_content .p-filter_button-text.is-active {
  background-color: #ef7d8d;
  color: #fff;
}

#page_content .p-filter_submit {
  margin: 14px auto;
  text-align: center;
}

#page_content .p-filter_submit .c-btn--search {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #231815;
  border: 2px solid #231815;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  position: relative;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  width: 300px;
}

#page_content .p-filter_submit .c-btn--search:hover {
  background-color: #fff;
  color: #231815;
}

#page_content .p-case-study_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 40px;
}

#page_content .p-case-study_item {
  height: 100%;
}

#page_content .p-case-study_link {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

#page_content .p-case-study_link:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#page_content .p-case-study_thumb {
  height: auto;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 410.67 / 303.95;
  width: 100%;
  overflow: hidden;
}

#page_content .p-case-study_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page_content .p-case-study_company {
  padding-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

#page_content .p-case-study_tags {
  margin-top: auto;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#page_content .p-case-study_tags .c-tag--case-study_cat {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: clamp(4px, 1vw, 7px) clamp(8px, 1.5vw, 18px);
  font-size: clamp(12px, 1.5vw, 16px);
  display: block;
  text-align: center;
  font-feature-settings: "palt";
  background-color: #ef7d8d;
  color: #fff;
}
#page_content .p-case-study_tags .c-tag--case-study_scene {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: clamp(4px, 1vw, 7px) clamp(8px, 1.5vw, 18px);
  font-size: clamp(12px, 1.5vw, 16px);
  display: block;
  text-align: center;
  font-feature-settings: "palt";
  background-color: #ef7d8d;
  color: #fff;
}
#page_content .p-case-study_tags .c-tag--case-study_technique {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: clamp(4px, 1vw, 7px) clamp(8px, 1.5vw, 18px);
  font-size: clamp(12px, 1.5vw, 16px);
  display: block;
  text-align: center;
  font-feature-settings: "palt";
  background-color: #ef7d8d;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .l-category_content .c-title_cate {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #page_content .l-content_category .l-category_content .top_txt {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  #page_content .l-content_category .l-category_content .number_of_case {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page_content .l-content_category .l-category_content .number_of_case .left {
    width: 100%;
  }
  #page_content .l-content_category .l-category_content .number_of_case .left .item {
    max-width: 150px;
    margin: auto;
    padding-left: 50px;
  }
  #page_content .l-content_category .l-category_content .number_of_case .left .item::before {
    width: 40px;
    height: 40px;
  }
  #page_content .l-content_category .l-category_content .number_of_case .left .item .txt {
    font-size: 12px;
    top: 8px;
  }
  #page_content .l-content_category .l-category_content .number_of_case .left .item .num span {
    font-size: 32px;
  }




  #page_content .p-taxonomy_filters .p-filter_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0;
  }

  #page_content .p-taxonomy_filters .p-filter_block .p-filter_title {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
  }

  #page_content .p-taxonomy_filters .p-filter_block .p-filter_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }

  #page_content .p-taxonomy_filters .p-filter_block .p-filter_list .p-filter_item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: unset;
  }

  #page_content .p-filter_button-text {
    font-size: 16px;
  }

  #page_content .p-filter_submit .c-btn--search {
    font-size: 14px;
    padding: 10px;
  }

  #page_content .p-case-study_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }

  #page_content .p-case-study_tags .c-tag--case-study_cat {
    font-size: 16px;
  }
  #page_content .p-case-study_tags .c-tag--case-study_scene {
    font-size: 16px;
  }
  #page_content .p-case-study_tags .c-tag--case-study_technique {
    font-size: 16px;
  }

}

/*============================================================
pagenation
==============================================================*/
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}
.pagenation li {
  width: 32px;
  height: 32px;
  margin: 0 6px;
  line-height: 32px;
  text-align: center;
  background-color: #ebebeb;
}
.pagenation li.current {
  background-color: #c9c7c7;
}
.pagenation li.pager_item_next {
  background-color: transparent;
  background: url(../images/category/pager_arrow_n.png) no-repeat left center;
}
.pagenation li.pager_item_next a {
  width: 32px;
  height: 32px;
}
.pagenation li.pager_item_prev {
  background-color: transparent;
  background: url(../images/category/pager_arrow_p.png) no-repeat right center;
}
.pagenation li.pager_item_prev a {
  width: 32px;
  height: 32px;
}
.pagenation li a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
