.p-contact .form-section {
  margin-top: 1.5rem;
}

.l-content-header {
  margin-bottom: 90px;
}

.business-overview {
  margin-bottom: 90px;
}

@media (max-width: calc(992px - 0.02px)) {
  .l-content-header {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=local.css.map */




/*MV編集用20250905*/
.parts--cube1{
	position: absolute;
    width: 7%;
    left: 86%;
    top: 64%;
    z-index: 1;	
}
.parts--cube2{
	position: absolute;
    width: 5%;
    left: 32%;
    top: 59%;
    z-index: 1;	
}
.parts--cube3{
	position: absolute;
    width: 6%;
    left: 58%;
    top: 7%;
    z-index: 1;	
}
.parts--cube4{
	position: absolute;
    width: 5.5%;
    left: 81%;
    top: 57%;
    z-index: 1;	
}
.parts--cube5{
	position: absolute;
    width: 4%;
    left: 38%;
    top: 38%;
    z-index: 1;	
}
.parts--cube6{
	position: absolute;
    width: 3%;
    left: 22%;
    top: 43%;
    z-index: 1;	
}
.parts--cube7{
	position: absolute;
    width: 4%;
    left: 84%;
    top: 1%;
    z-index: 1;	
}
.parts--cube8{
	position: absolute;
    width: 2%;
    left: 90%;
    top: 50%;
    z-index: 1;	
}

.parts__image--animation{
	animation: slideinTop 1s ease-out;
}


@keyframes slideinTop {
  0% {
    transform: translateY(-50px);
	opacity: 0%;
  }

  100% {
    transform: translateY(0);
	opacity: 100%;
  }
}