html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }
  /* ------------------------apply----------------------- */
body{
.apply .form-title {
    text-align: center;
    color: #ffffff;
    font-size:68px;  
    font-weight: bold;  
    margin-top:130px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);  
    letter-spacing: 3px; 
  }
  
 .apply-form-wrapper {
    display: flex;
    justify-content: center !important;
    padding: 50px 20px 0 20px;
    margin-top:1%;
  }

.apply-form-wrapper iframe {
  width: 100%;
  max-width: 600px;
  height: 1200px;
  border: none;
  overflow: hidden;
}

.apply .form-title {
  text-align: center;
  color: #ffffff;
  font-size: 68px;
  font-weight: bold;
  margin-top: 130px;
  margin-bottom: 10px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 3px;
}

@media (max-width: 765px) {
.apply .form-title {
    margin-top: 100px;  
    margin-bottom: -20px;
    color: #61bcc9;    
    font-size: 32px;   
    text-shadow: none;  
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;  
  }

  .form-button-wrapper {
    margin-top: 20px;
  
  }

  .apply-form-wrapper {
    padding: 30px 10px 50px 10px;
  }

  .apply-form-wrapper iframe {
    height: 1200px; 
    width:300px;
  }
}
}

 
  /*--------------------------------full-background--------------------------*/
body{
.full-background {
  position: fixed;
  left: 0;
  bottom: 0;    
  width: 100%;
  height: 100%;  
  background-image: url('https://oportable.jp/.assets/bg2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.full-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);  
}

 
@media screen and (max-width: 768px) {
    .full-background {
display: none;
  }
}
}
  