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

.section_simple {
  width: 100vw;
  height: auto;
  margin: 10% 0 10% 0;
}

.section_deformed {
  width: 100vw;
  height: auto;
  margin: 10% 0 0 0;
  padding: 10% 0;
  background-image: url("../../../common/image/second_bg.png");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover 50%;
  border-radius: 60px;
}
.section_real {
  width: 100vw;
  height: auto;
  margin: 10% 0 10% 0;
}


@media (max-width: 1400px){
   .section_simple {
  width: 100vw;
  height: auto;
  margin: 15% 0 20% 0;
} 
   .section_deformed {
  width: 100vw;
  height: auto;
  margin: 15% 0 20% 0;
} 
   .section_real {
  width: 100vw;
  height: auto;
  margin: 15% 0 20% 0;
} 
}