@charset "utf-8";
/* CSS Document */
.curtainField_item:nth-child(1) {
  background-image: url("../imgs/fv/fv_asarepo.png");
}
.curtainField_item:nth-child(2) {
  background-image: url("../imgs/fv/fv_kokorepo.png");
}
.curtainField_item:nth-child(3) {
  background-image: url("../imgs/fv/fv_kyuyo.png");
}
.curtainField_item:nth-child(4) {
  background-image: url("../imgs/fv/fv_nencho.png");
}
.service:nth-child(1) {
  background-image: url("../imgs/service/bk/asarepo.png");
  background-position: right top;
  margin-bottom: 80px;
}
@media screen and (max-width:750px) {
  .service:nth-child(1) {
    margin-bottom: 40px;
  }
}
.service:nth-child(1) .service_box:first-child {
  background-color: white;
  box-shadow: 5px 0 50px rgba(0, 0, 0, 0.1);
}
.service:nth-child(1) .service_box:last-child {
  background-color: transparent;
  box-shadow: none;
}
.service:nth-child(2) {
  background-image: url("../imgs/service/bk/kokorepo.png");
  background-position: left top;
}
.service:nth-child(2) .service_box:first-child {
  background-color: transparent;
  box-shadow: none;
}
.service:nth-child(2) .service_box:last-child {
  background-color: white;
  box-shadow: 5px 0 50px rgba(0, 0, 0, 0.1);
}
.service:nth-child(3) {
  background-image: url("../imgs/service/bk/kyuyo.png");
  background-position: right top;
}
.service:nth-child(3) .service_box:first-child {
  background-color: white;
  box-shadow: 5px 0 50px rgba(0, 0, 0, 0.1);
}
.service:nth-child(3) .service_box:last-child {
  background-color: transparent;
  box-shadow: none;
}
.service:nth-child(4) {
  background-image: url("../imgs/service/bk/nencho.png");
  background-position: left top;
}
.service:nth-child(4) .service_box:first-child {
  background-color: transparent;
  box-shadow: none;
}
.service:nth-child(4) .service_box:last-child {
  background-color: white;
  box-shadow: 5px 0 50px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:750px) {
  .service .service_box.empty{
    display: none !important;
  }
  .service .service_box {
    display: inline-block;
    box-shadow: none !important;
  }
}