/* Vendor prefix
--------------------------------- */
.c-mainVisual--lv2 .c-mainVisual__category + .c-mainVisual__title {
  color: #fff;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.s_inner {
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
}

.l-section#assist01, .l-section#assist03, .l-section#assist04 {
  /*border-top: solid 5px #bebcc0;*/
  padding: 40px 0 0;
}
.l-section#assist02 {
  padding: 60px 0 0;
}

.assist_list02 li a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #bebcc0;
  height: 100%;
}
.assist_list02 li a::before {
  position: absolute;
  top: 50%;
  color: #ff0000;
  line-height: 1;
}
.assist_list02 li p.tag01 {
  line-height: 1;
  margin-bottom: 8px;
}
.assist_list02 li p.tag01 span {
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 3px 20px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 10;
}
.assist_list02 li p.tag01 span::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.assist_list02 li p.tag01 span.t_process::before {
  background: #004878;
}
.assist_list02 li p.tag01 span.t_electricity::before {
  background: #40a34a;
}
.assist_list02 li p.tag01 span.t_control::before {
  background: #38a8c6;
}
.assist_list02 li p.tag01 span.t_control02::before {
  width: 50%;
  background: #f7852f;
}
.assist_list02 li p.tag01 span.t_control02::after {
  content: "";
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  background: #38a8c6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.assist_list02 li p.tag01 span.t_operation01::before {
  background: #38a8c6;
}
.assist_list02 li p.tag01 span.t_operation02::before {
  background: #004878;
}
.assist_list02 li p.txt {
  color: #000;
  font-weight: 700;
}

@media screen and (min-width: 981px) {
  .c-mainVisual--lv2 .c-mainVisual__category {
    font-size: 24px;
  }
  .assist_list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px;
  }
  .assist_list02 li {
    width: 49%;
    margin-bottom: 20px;
  }
  .assist_list02 li a {
    padding: 15px 50px 15px 20px;
  }
  .assist_list02 li a::before {
    font-size: 35px;
    margin-top: -17px;
    right: 20px;
  }
  .assist_list02 li a p.tag01 {
    font-size: 16px;
  }
  .assist_list02 li a p.tag01 span {
    padding: 8px 20px;
  }
  .assist_list02 li a p.tag01 span:not(:last-child) {
    margin-right: 12px;
  }
  .assist_list02 li a p.txt {
    font-size: 18px;
  }
  .assist_list02 li a:hover p.txt {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .assist_list02 li a p.tag01 {
    font-size: 14px;
  }
  .assist_list02 li a p.txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .c-mainVisual--lv2 .c-mainVisual__category {
    font-size: 16px;
    padding-right: 0;
  }
  .assist_list02 {
    margin-top: 40px;
  }
  .assist_list02 li:not(:last-child) {
    margin-bottom: 10px;
  }
  .assist_list02 li a {
    padding: 10px 30px 10px 15px;
  }
  .assist_list02 li a::before {
    font-size: 28px;
    margin-top: -14px;
    right: 5px;
  }
  .assist_list02 li a p.tag01 {
    font-size: 15px;
  }
  .assist_list02 li a p.tag01 span {
    padding: 5px 15px;
  }
  .assist_list02 li a p.tag01 span:not(:last-child) {
    margin-right: 8px;
  }
  .assist_list02 li a p.txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-mainVisual__background img {
    -o-object-position: 30% 100%;
       object-position: 30% 100%;
  }
  .vpc {
    display: none;
  }
}