@charset "utf-8";
.box-global {
  border: 5px solid #a70615;
  background-image: url("../img/scene/bgbox.jpg");
  background-position: center top;
  background-repeat: repeat;
  border-radius: 5px;
  padding: 8vw 5%;
}
.box-global .sec-img {
  position: relative;
}
.box-global .sec-img .deco {
  position: absolute;
}
.box-global .price-global {
  position: relative;
  border-bottom: 1px solid #301003;
}
.box-global .price-global dd {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #a40000;
  font-size: 5vw;
  font-weight: bold;
}
#key h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#lead {
  position: relative;
}
#lead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../img/scene/lead_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 705px;
}
#soro .sec-img .deco {
  width: 25.62%;
  bottom: -5vw;
  right: -10%;
}
#work .sec-img .deco {
  width: 36.66%;
  bottom: -5vw;
  left: -10%;
}
#family .sec-img .deco {
  width: 54.58%;
  bottom: -5vw;
  right: -10%;
}
#kinjo .sec-img .deco {
  width: 44.79%;
  bottom: -5vw;
  left: -10%;
}