@charset "utf-8";
/* CSS Document */

/* 事業内容
---------------------------------------------*/
.business {
  position: relative;
  height: 1664px;
  margin-top: 86px;
}
.business-tit-h2 {
  position: absolute;
  top: 180px;
  right: 0;
  width: 55%;
  height: 400px;
  background-image: url(../images/main_img_business.jpg);
  background-position-x: 0;
  background-position-y: 8%;
  z-index: 1;
}
.business-tit-h2::before {
  content: "Business";
  position: absolute;
  color: rgba(255, 153, 0, .3);
  font-size: 11.2rem;
  top: -112px;
  right: 0;
  z-index: 2;
}
.business-tit-h2 h2 {
  position: relative;
  top: calc(100% / 2 - 0.5em);
  color: #fff;
  font-size: 6.4rem;
  padding-left: 30px;
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, .5));
}
.business .business-h2 {
  position: absolute;
  top: 100px;
  left: 10%;
  background-color: #000;
  width: 250px;
  height: 250px;
  letter-spacing: 0em;
  z-index: 10;
}
.business .business-h2 h2::after { /* 右下の三角形 */
  content: "";
  position: absolute;
  bottom: 11px;
  right: 11px;
  border-left: 90px solid transparent;
  border-bottom: 90px solid #FDD000;
  z-index: 11;
}
.business .business-h2 h2 {
  color: #fff;
  font-size: 4.2rem;
  display: inline-block;
  border: 1px solid #fff;
  width: 230px;
  height: 230px;
  padding-top: 30px;
  padding-left: 5px;
  margin: 10px;
}
.business-img-pc {
  position: absolute;
  top: 340px;
  right: 10%;
  width: 420px;
  z-index: 3;
}
.business-img-pc img {
  width: 100%;
  height: auto;
}
.business-img-sp {
  display: none;
}
.business-wrap {
  position: absolute;
  top: 640px;
  left: calc(100% / 2 - 600px);
  width: 1200px;
  padding: 0 45px;
  z-index: 100;
}
.business-wrap::before {
  content: "";
  position: inherit;
  top: -150px;
  left: 0;
  width: 1px;
  min-height: 1174px;
  background-color: #666;
  z-index: 1;
}
.business-wrap ol.ol_protec {
  margin-bottom: 50px;
}
.business-wrap ol.ol_protec li {
  margin-bottom: 1em;
}
.p-system {
  background-color: #eee;
  text-align: center;
  line-height: 3em;
  padding: 30px 20px;
}
.p-system h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-system p.p-system-txt {
  margin-bottom: 1em;
}
.p-system p strong {
  color: #ee0000;
  font-size: 1.8rem;
  padding-top: 20px;
}


@media (max-width: 1200px) {
  .business-wrap {
    width: auto;
    left: 0;
  }
  .business-img-pc {
    right: 5%;
  }
}

@media (max-width: 1024px) {
  .business-tit-h2::before {
    font-size: 9.6rem;
  }
  .business-img-pc {
    top: 470px;
    width: 38%;
    right: 0%;
  }
  .business-wrap::before {
    position: static;
    width: 0;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .business {
    position: static;
    height: auto;
  }
  .business .business-h2 {
    left: 4%;
    top: calc(86px + 80px);
    width: 40%;
    height: auto;
  }
  .business .business-h2::before {
    content: "";
    display: block;
    padding-top: 95%;
  }
  .business .business-h2 h2 {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    font-size: 45px;
    margin: 0;
  }
  .business .business-h2 h2::after {
    bottom: 0;
    right: 0;
    border-left: 70px solid transparent;
    border-bottom: 70px solid #FDD000;
  }
  .business-tit-h2 {
    position: static;
    width: 100%;
    height: 240px;
    margin-top: calc(86px + 160px);
  }
  .business-tit-h2::before {
    top: 100px;
    font-size: 20vw;
  }
  .business-tit-h2 h2 {
    top: calc(100% - 1.5em);
    right: 4%;
    text-align: right;
    font-size: 60px;
  }
  .business-img-pc {
    display: none;
  }
  .business-img-sp {
    display: block;
    position: static;
    width: 92%;
    margin: 0 auto 60px auto;
  }
  .business-img-sp img {
    width: 100%;
    height: auto;
  }
  .business-wrap {
    position: static;
    padding: 0;
    margin-top: 60px;
  }
  .business-wrap h3 {
    padding-top: 0;
    padding-left: 4%;
    padding-right: 4%;
  }
  .business-wrap ol.ol_protec {
    padding: 0 4% 0 2em;
  }
  .p-system {
    padding: 60px 40px;
  }
  .p-system h5 {
    margin-bottom: 1em;
  }
  .p-system p {
    line-height: 1.5em;
  }
}

@media (max-width: 600px) {
  .business .business-h2 {
    width: 50%;
  }
  .business .business-h2 h2 {
    font-size: 9vw;
  }
  .business-tit-h2 h2 {
    font-size: 48px;
  }
  .business-wrap h3 {
    font-size: 27px;
    padding: 0 4%;
    margin-bottom: 30px;
  }
  .business-wrap p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
