/**********************
 page-service
**********************/
#page-service #service-main {
  padding-bottom: 190px;
  background: #d3bb72;
}
#page-service .bg-img {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background: url("../../images/top/rebuild.jpg");
  background-position: center;
  background-size: cover;
  z-index: 80;
}
#page-service .bg-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: rgb(0, 0, 0, 0.4);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 80;
}
#page-service .bg-img .bg-black {
  width: 420px;
  height: 100vh;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 81;
}
#page-service .main-title {
  position: absolute;
  top: 250px;
  left: 50px;
  z-index: 82;
  color: #fff;
}
#page-service .main-title .label {
  font-size: 20px;
  margin-bottom: 30px;
  color: #edc64f;
}
#page-service .main-title h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}
#page-service .main-title .en-catch {
  color: #ccc;
}
#page-service .main-catch {
  position: absolute;
  top: 500px;
  left: 0;
  padding: 50px;
  background: #edc64f;
  z-index: 83;
  width: 600px;
}
#page-service .main-catch h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #page-service .bg-img .bg-black {
    display: none;
  }
}
@media (max-width: 767px) {
  #page-service .main-title {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0%, -50%);
    z-index: 82;
    color: #fff;
  }
  #page-service .main-title h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 2em;
  }
  #page-service .main-title h1 span {
    display: block;
  }
  #page-service .main-catch {
    position: static;
    padding: 50px;
    background: #edc64f;
    width: 100%;
  }
  #page-service .main-catch h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #page-service #service-main {
    padding-bottom: 0px;
  }
}
/**************************
 service-org
***************************/
#service-org {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
  transition: 1s all;
}
#service-org.inview {
  transition: 1s all 1s;
  background: #fbeec9;
}
#service-org .service-title img {
  max-width: 200px;
}
#service-org .service-sub-title {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 50px;
}
#service-org .catch {
  max-width: 400px;
}
#service-org .thumb {
  width: 100%;
  min-height: 600px;
  background: url("../../images/service/gun.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #service-org .service-sub-title {
    font-size: 24px;
  }
}
/**************************
 service-products
***************************/
#service-products {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
  transition: 1s all;
}
#service-products.inview {
  transition: 1s all 1s;
  background: #fbeec9;
}
#service-products .service-title img {
  max-width: 200px;
}
#service-products .service-sub-title {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  max-width: 400px;
  margin: 0 auto 50px;
}
#service-products .catch {
  max-width: 400px;
  margin: 0 auto;
}
#service-products .thumb {
  width: 100%;
  min-height: 600px;
  background: url("../../images/service/bu.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #service-products .service-sub-title {
    font-size: 24px;
  }
}
/**************************
 service-products
***************************/
#service-fund {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
  transition: 1s all;
}
#service-fund.inview {
  transition: 1s all 1s;
  background: #fbeec9;
}
#service-fund .service-title img {
  max-width: 200px;
}
#service-fund .service-sub-title {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  max-width: 400px;
  margin: 0 auto 50px;
}
#service-fund .catch {
  max-width: 400px;
  margin: 0 auto;
}
#service-fund .thumb {
  width: 100%;
  min-height: 600px;
  background: url("../../images/service/fund.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #service-fund .service-sub-title {
    font-size: 24px;
  }
}
/**************************
 service-target
***************************/
#service-target {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
  transition: 1s all;
}
#service-target.inview {
  transition: 1s all 1s;
  background: #fbeec9;
}
#service-target .service-title {
  font-size: 82px;
  font-weight: bold;
  margin-bottom: 50px;
}
#service-target .service-sub-title {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 50px;
}
#service-target .catch {
  max-width: 400px;
}
#service-target ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #service-target .service-sub-title {
    font-size: 24px;
  }
}
