body.post-type-archive-case #key,
body.tax-case_cat #key {
  background-image: url(../img/key-service004.jpg);
}
body.post-type-archive-case #key .container h1,
body.tax-case_cat #key .container h1 {
  color: #fff;
}
body.post-type-archive-case #key .container h1 span,
body.tax-case_cat #key .container h1 span {
  font-size: 1.4rem;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 1.6rem 0 0;
}

#top-case,
#case-archive {
  margin-bottom: 200px;
}
#top-case .cat_nav_list,
#case-archive .cat_nav_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
#top-case .cat_nav_list .cat_nav_item,
#case-archive .cat_nav_list .cat_nav_item {
  position: relative;
  border: 1px solid #0194de;
  color: #0194de;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 200px;
  font-weight: bold;
}
#top-case .cat_nav_list .cat_nav_item::after,
#case-archive .cat_nav_list .cat_nav_item::after {
  font-family: "Material Icons";
  content: "chevron_right";
  position: absolute;
  right: 15px;
}
#top-case .cat_nav_list .cat_nav_item:hover,
#case-archive .cat_nav_list .cat_nav_item:hover {
  background-color: #0194de;
  color: #fff;
  cursor: pointer;
}
#top-case .cat_nav_list .cat_nav_item:hover:after,
#case-archive .cat_nav_list .cat_nav_item:hover:after {
  color: #fff;
}
#top-case .cat_nav_list .cat_nav_item.active,
#case-archive .cat_nav_list .cat_nav_item.active {
  background-color: #0194de;
  color: #fff;
}
#top-case .cat_nav_list .cat_nav_item.active:after,
#case-archive .cat_nav_list .cat_nav_item.active:after {
  color: #fff;
}
#top-case .case_list,
#case-archive .case_list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#top-case .case_list .case_item,
#case-archive .case_list .case_item {
  width: calc((100% - 100px) / 3);
  display: flex;
  flex-direction: column;
  background-color: rgba(1, 148, 222, 0.1137254902);
}
@media screen and (max-width: 1150px) {
  #top-case .case_list .case_item,
  #case-archive .case_list .case_item {
    width: calc((100% - 50px) / 2);
  }
  #top-case .case_list .case_item:last-child,
  #case-archive .case_list .case_item:last-child {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  #top-case .case_list .case_item,
  #case-archive .case_list .case_item {
    width: 100%;
  }
}
#top-case .case_list .case_item .img_area .img_wrap,
#case-archive .case_list .case_item .img_area .img_wrap {
  position: relative;
}
#top-case .case_list .case_item .img_area .img_wrap .img_fit,
#case-archive .case_list .case_item .img_area .img_wrap .img_fit {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0 auto;
}
#top-case .case_list .case_item .img_area .img_wrap .img_fit img,
#case-archive .case_list .case_item .img_area .img_wrap .img_fit img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .case_list .case_item .txt_area,
#case-archive .case_list .case_item .txt_area {
  padding: 20px;
}
#top-case .case_list .case_item .txt_area .row,
#case-archive .case_list .case_item .txt_area .row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  gap: 15px;
  line-height: 1.4;
}
#top-case .case_list .case_item .txt_area .row .col,
#case-archive .case_list .case_item .txt_area .row .col {
  width: 30%;
  font-weight: bold;
  color: #0194de;
  text-align: center;
}
#top-case .case_list .case_item .txt_area .row .data,
#case-archive .case_list .case_item .txt_area .row .data {
  flex: 1;
}
#top-case .wp-pagenavi,
#case-archive .wp-pagenavi {
  margin-top: 50px;
}

#top-case .top-case-btn {
  margin-top: 60px;
}

#case-single-summary .top_flex_area {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 670px) {
  #case-single-summary .top_flex_area {
    flex-direction: column;
  }
}
#case-single-summary .top_flex_area .img_area {
  width: 50%;
}
@media screen and (max-width: 670px) {
  #case-single-summary .top_flex_area .img_area {
    width: 100%;
  }
}
#case-single-summary .top_flex_area .img_area .img_wrap {
  position: relative;
}
#case-single-summary .top_flex_area .img_area .img_wrap .img_fit {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0 auto;
}
#case-single-summary .top_flex_area .img_area .img_wrap .img_fit img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#case-single-summary .top_flex_area .txt_area {
  flex: 1;
}
#case-single-summary .top_flex_area .txt_area .row {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  gap: 15px;
  line-height: 1.4;
}
#case-single-summary .top_flex_area .txt_area .row .col {
  width: 30%;
  font-weight: bold;
  color: #0194de;
  text-align: center;
}
#case-single-summary .top_flex_area .txt_area .row .data {
  flex: 1;
}

#case-single-info {
  background-color: rgba(1, 148, 222, 0.1137254902);
}
#case-single-info .info_table {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
#case-single-info .info_table .row {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  gap: 15px;
  line-height: 1.4;
}
#case-single-info .info_table .row .col {
  width: 30%;
  font-weight: bold;
  color: #0194de;
  text-align: center;
}
#case-single-info .info_table .row .data {
  flex: 1;
}
#case-single-info .btn-common {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 375px) {
  #case-single-info .btn-common a {
    display: block;
    width: 100%;
    font-size: 3.7vw;
    padding: 1.6vw 2vw 2.4vw;
  }
}/*# sourceMappingURL=page-case.css.map */