#execute_section {
  padding-top: 80px;
  padding-bottom: 120px;
  min-height: calc(100vh - 280px);
}
#execute_section .inner {
  min-height: calc(100vh - 280px);
}

#page_img_1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#page_img_2 {
  position: absolute;
  bottom: 0px;
  right: 10%;
}
#page_img_3 {
  position: absolute;
  top: 20%;
  right: 0px;
}
.no_develop_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.no_devel_title {
  margin-top: 66px;
  font-size: 40px;
  font-weight: bold;
}
.no_devel_text {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  word-break: keep-all;
}

.page_title {
  font-size: 24px;
  font-weight: bold;
}

iframe {
  width: 100%;
  height: 70vh;
  margin-top: 24px;
}

@media (max-width: 956px) {
  #page_img_1 {
    width: 100px;
  }
  #page_img_2 {
    width: 100px;
  }
  #page_img_3 {
    width: 100px;
  }
  .no_develop {
    width: 250px;
  }
  .no_devel_title {
    margin-top: 20px;
    font-size: 24px;
  }
  .no_devel_text {
    margin-top: 10px;
    font-size: 16px;
  }

  .page_title {
    font-size: 18px;
    font-weight: bold;
  }
  #execute_section {
    padding-top: 80px;
  }
}
