/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_case
====================================================================== */
.p_case .l_main_visual .mvbg {
  background: url(../img/p_case/mv.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_case .l_main_visual .mvbg {
    background: url(../img/p_case/sp/mv.png);
    background-size: cover;
  }
}
.p_case .l_content {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p_case .l_content {
    padding: 0 4.6875vw 60px;
  }
}
.p_case .l_main .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner {
    width: 100%;
  }
}
.p_case .l_main .inner .category {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 40px 40px 0;
  background: #F6F7F9;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .category {
    display: none;
    margin: -35px 0 0;
    border-radius: 0;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100vw;
    padding: 55px 4.6875vw 30px;
    transform: translateX(0);
    z-index: 1;
  }
}
.p_case .l_main .inner .category.is-fixed {
  position: fixed;
  top: 115px;
  left: 0;
  z-index: 1;
  background: #F6F7F9;
  padding: 0 0 0 calc( (100vw - 1100px) / 2 );
  height: calc(100vh - 115px);
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .category.is-fixed {
    width: 100%;
    position: initial;
    padding: 55px 4.6875vw 30px;
  }
}
.p_case .l_main .inner .category.is-fixed.is-stopped {
  position: absolute;
  bottom: 0;
  top: initial;
  left: calc( (-100vw + 1100px) / 2 );
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .category.is-fixed.is-stopped {
    position: initial;
    padding: 55px 4.6875vw 30px;
  }
}
.p_case .l_main .inner .category-ttl {
  font-size: 22px;
  padding: 0 0 0 16px;
  position: relative;
  color: #0D3863;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .category-ttl {
    font-size: 20px;
  }
}
.p_case .l_main .inner .category-ttl:before {
  content: "";
  width: 6px;
  height: 70%;
  background: #1170C3;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p_case .l_main .inner .category-subttl {
  font-size: 18px;
  color: #1170C3;
  font-weight: bold;
  margin: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .category-subttl {
    margin: 20px 0 10px;
  }
}
.p_case .l_main .inner .category label {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 27px;
  position: relative;
  margin-top: 8px;
}
.p_case .l_main .inner .category label:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  border-radius: 4px;
  position: absolute;
  background: #fff;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
}
.p_case .l_main .inner .category label._active:before {
  background: #1170C3;
  border-color: #1170C3;
}
.p_case .l_main .inner .category label._active:after {
  content: url(../img/common/check.svg);
  position: absolute;
  top: 40%;
  left: 4px;
  transform: translateY(-50%);
}
.p_case .l_main .inner .category .c_btn_search {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .category .c_btn_search {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .category-wrap {
    flex-direction: column;
    width: 100vw;
    transform: translateX(-4.6875vw);
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
  }
  .p_case .l_main .inner .category-wrap .c_sp_tglbtn {
    transform: translateX(0);
    z-index: 2;
  }
}
.p_case .l_main .inner .category-inner {
  padding: 50px 80px 50px 0;
  position: relative;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .category-inner {
    padding: 0;
    width: 100%;
  }
}
.p_case .l_main .inner .category-inner:before {
  content: "";
  height: 100%;
  width: calc( (100vw - 1100px) / 2 );
  left: calc( (-100vw + 1100px) / 2 );
  top: 0;
  position: absolute;
  background: #F6F7F9;
}
.p_case .l_main .inner .c_list_2 {
  width: 760px;
  margin: 0 0 0 340px;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .c_list_2 {
    width: 100%;
    margin: 0;
  }
}
.p_case .l_main .inner .c_list_2 .c_list_item {
  width: 365px;
  display: flex;
  flex-direction: column;
}
.p_case .l_main .inner .c_list_2 .infos {
  font-size: 16px;
  padding: 15px 0 0;
  color: #000;
}
.p_case .l_main .inner .c_list_2 .c_list_imgbox {
  display: flex;
  flex: 1;
}
.p_case .l_main .inner .c_list_2 .c_list_imgbox img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_case .l_main .inner .c_list_2 .c_list_imgbox img {
    width: 100%;
    height: auto;
  }
}
.p_case .l_main .inner .c_list_2 .c_list_txtbox {
  display: flex;
  flex: 1;
  flex-direction: column;
}


.p_case.p_case_taxonomy .l_main .inner .c_list_2 {
  width: 100%;
  margin: 0;
  gap: 30px 2%;
}
.p_case.p_case_taxonomy .l_main .inner .c_list_2 .c_list_item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p_case.p_case_taxonomy .l_main .inner .c_list_2 .c_list_item {
    width: 100%;
  }
}
/*# sourceMappingURL=p_case.css.map */
