.search {
  position: relative;
}
.search .top-product__btn {
  margin: 24px auto 32px;
}

.search_position {
  position: relative;
}

.search_box {
  margin-bottom: 1px;
}

.search_inner {
  padding: 15px;
  display: none;
}
.search_inner.open {
  display: block;
}

.search_link_btn {
  margin-bottom: 1px;
}
.search_link_btn a {
  height: 40px;
  padding: 0 40px 0 15px;
  background: #182329;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.search_link_btn a::after {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border: 1px solid;
  transform: translateY(-50%) rotate(45deg);
  border-color: #fff #fff transparent transparent;
  top: 50%;
  right: 21px;
}

.search_trigger {
  height: 40px;
  padding: 0 40px 0 15px;
  background: #182329;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.search_trigger::after {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  content: "";
  position: absolute;
  top: 44%;
  transform: translateY(-50%) rotate(45deg);
  right: 18px;
  transition: all 0.2s;
}
.search_trigger.active {
  background: #00A073;
}
.search_trigger.active::after {
  top: 60%;
  transform: translateY(-50%) rotate(-135deg);
}
.search_trigger.search_trigger01 {
  left: 0;
}
.search_trigger.search_trigger02 {
  right: 0;
}

.category_wrap {
  position: relative;
}

.category_box {
  margin-bottom: 1px;
}

.category_large_trigger {
  min-height: 50px;
  cursor: pointer;
  display: flex;
}
.category_large_trigger .thum_img {
  width: 80px;
  min-height: 50px;
  background: #f5f5f5;
}
.category_large_trigger .thum_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category_large_trigger .category_large_txt {
  min-height: 50px;
  padding: 5px 40px 5px 15px;
  background: #182329;
  color: #fff;
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.category_large_trigger .category_large_txt::after {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  content: "";
  position: absolute;
  top: 44%;
  transform: translateY(-50%) rotate(45deg);
  right: 18px;
  transition: all 0.2s;
}
.category_large_trigger.active .category_large_txt {
  background: #00A073;
}
.category_large_trigger.active .category_large_txt::after {
  top: 60%;
  transform: translateY(-50%) rotate(-135deg);
}

.category_middle_wrap {
  padding: 8px 0 10px;
  display: none;
}
.category_middle_wrap.open {
  display: block;
}
.category_middle_wrap .input_check {
  min-height: 32px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.category_middle_wrap .input_check input[type=radio],
.category_middle_wrap .input_check input[type=checkbox] {
  display: none;
  position: relative;
}
.category_middle_wrap .input_check input[type=radio] + em,
.category_middle_wrap .input_check input[type=checkbox] + em {
  width: 100%;
  min-height: 24px;
  padding-left: 32px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-style: normal;
  flex: 1;
  order: 2;
  position: relative;
}
.category_middle_wrap .input_check input[type=radio] + em::before,
.category_middle_wrap .input_check input[type=checkbox] + em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.category_middle_wrap .input_check input[type=checkbox] + em::before {
  width: 24px;
  height: 24px;
  background: #d8d8d8;
  border: 1px solid #d8d8d8;
}
.category_middle_wrap .input_check input[type=checkbox]:checked + em::before {
  background: #00A073;
  border-color: #00A073;
}
.category_middle_wrap .input_check input[type=checkbox]:checked + em::after {
  width: 24px;
  height: 24px;
  background: url(/english/images/common/ico-check.svg) no-repeat center/15px auto;
  border-radius: 3px;
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  vertical-align: middle;
}
.category_middle_wrap .input_check span {
  width: 52px;
  height: 100%;
  margin-right: 13px;
  display: block;
  order: 1;
  position: relative;
}
.category_middle_wrap .input_check span::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: transparent;
  border: 1px solid #e8e8e8;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.category_middle_wrap .input_check span img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.category_middle_wrap .input_check input[type=checkbox]:checked + em + span::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #00A073;
}


.solution-category{
  margin: 60px 0 70px;
}

@media only screen and (max-width: 1279px) {
  .solution-category {
    margin: 40px 0 5px; 
  }
}


.solution-category .category_content {
  /* margin: 60px 0 70px; */
  display: grid;
  place-content: center;

}

@media only screen and (max-width: 1279px) {
  .solution-category .category_content {
    /* margin: 40px 0 5px;  */
  }
}

.solution-category .category_content_list {
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  padding: 11px 15px 8px;
}

.solution-category .category_content_item {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 2;
}
.solution-category .category_content_item:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}

/* -------------------------- */
/* search_products */
/* -------------------------- */

/* -------------------------- */
/* search_solution */
/* -------------------------- */
.search_solution .category_middle_wrap .input_check {
  cursor: inherit;
  pointer-events: none;
}
.search_solution .category_middle_wrap .input_check input[type=checkbox] + em {
  padding-left: 0;
}
.search_solution .category_middle_wrap .input_check input[type=checkbox] + em::before, .search_solution .category_middle_wrap .input_check input[type=checkbox] + em::after {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .search .top-product__btn {
    margin: 46px auto 64px;
  }
  .search_position {
    min-height: 163px;
  }
  .search_inner {
    padding: 104px 0 0;
  }
  .search_link_btn {
    width: 33.3333333333%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .search_link_btn a {
    height: 80px;
    padding-left: 24px;
    font-size: 1.6rem;
  }
  .search_link_btn a::after {
    right: 27px;
  }
  .search_trigger {
    height: 80px;
    padding-left: 24px;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    z-index: 3;
  }
  .search_trigger::after {
    right: 24px;
  }
  .search_trigger.active::after {
    top: 55%;
  }
  .category_box {
    width: 100%;
  }
  .category_box:nth-of-type(1) .category_large_trigger {
    left: 0;
  }
  .category_box:nth-of-type(2) .category_large_trigger {
    left: 198.4px;
  }
  .category_box:nth-of-type(3) .category_large_trigger {
    left: 396.8px;
  }
  .category_box:nth-of-type(4) .category_large_trigger {
    left: 595.2px;
  }
  .category_box:nth-of-type(5) .category_large_trigger {
    width: 20%;
    right: 0;
  }
  .category_large_trigger {
    width: calc(20% - 1px);
    height: 163px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .category_large_trigger .thum_img {
    width: 100%;
    height: 123px;
  }
  .category_large_trigger .category_large_txt {
    height: 40px;
    min-height: auto;
    line-height: 1.4;
  }
  .category_large_trigger .category_large_txt::after {
    width: 8px;
    height: 8px;
    top: 42%;
    right: 17px;
  }
  .category_middle_wrap {
    padding: 187px 13px 0;
  }
  .category_middle_wrap .input_check {
    width: 20%;
    padding: 0 11px;
    flex-direction: column;
  }
  .category_middle_wrap .input_check input[type=radio] + em,
.category_middle_wrap .input_check input[type=checkbox] + em {
    padding-top: 4px;
    align-items: flex-start;
    order: 2;
  }
  .category_middle_wrap .input_check input[type=radio] + em::before,
.category_middle_wrap .input_check input[type=checkbox] + em::before {
    transform: inherit;
    top: 0;
  }
  .category_middle_wrap .input_check input[type=checkbox]:checked + em::after {
    transform: inherit;
    top: 0;
  }
  .category_middle_wrap .input_check span {
    width: 100%;
    height: 105px;
    margin: 0 0 12px;
    order: 1;
  }

  .category_content {
    margin: 50px 0 0;
    padding: 0 13px;
  }

  .category_content_list {
    padding: 10px 20px 6px;
  }

  .category_middle_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .search_box_main .search_inner {
    min-height: 268px;
  }
  .search_box_keyword .active + .search_inner {
    min-height: 167px;
  }
  .search_products .search_trigger {
    width: calc(33.3333333333% - 1px);
  }
  .search_solution .search_box_main .search_trigger {
    width: calc(50% - 1px);
  }
  .search_solution .search_box_keyword .search_trigger {
    width: 50%;
  }
}
@media only screen and (max-width: 1279px) {
  .search_box_keyword .top-product__search .ttl {
    margin-bottom: 5px;
  }
  .search_box_keyword .top-product__search .form-control--lg {
    height: 45px;
    padding: 5px 10px;
  }
}
/*# sourceMappingURL=map/search.css.map */
