.headerTitle-page {
    font-size: 4.5rem;
}

.blue-text {
    color: rgba(53,82,115,1); 
}

.info-box {
    border-color: rgba(240,246,247,1);
    border-style: solid;
    border-width: thick;
}

.form-infoText {
    color: #6A8EB2;
}

.contentInput {
    height: 250px;
}

.modal-closeButton {
    width: 18%;
}

.recruit-button {
  background-color: rgba(53,82,115,1);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer-line {
    height: 3px; 
}

.pc-view, .pc-header{
    display: block;
}

.mb-view, .mb-header{
    display: none;
}

.header-img{
  height: 25%;
  width: 100%;
}

.w-pc{
  width: 75%;
}

.w-90, .form-width{
  width:90%;
}

.form-padding{

  margin: 50px;
  padding: 75px;
}

.policy-padding{
  padding: 75px;
}

.width-responsive{
  width: 60%;
}

@media only screen and (max-width:1280px) {
  .width-responsive{
    width: 75%;
  }
}

@media only screen and (max-width:768px) {

    .pc-view, .pc-header{
      display: none;
    }
  
    .mb-view, .mb-header{
      display: block;
    }
  
    .font-size-13, p, div, .recruit-button{
      font-size: 13px;
    }
  
    .font-size-10{
      font-size: 10px;
    }
  
    .font-size-14{
      font-size: 14px;
    }
  
    .font-size-16{
      font-size: 16px;
    }
  
    .headerTitle-page {
      font-size: 1.5rem;
    }
  
    .w-90, .form-width, .outer-form-width{
      width: 90%;
    }

    .w-pc{
      width: 100%;
    }
    
    #header-section{
      z-index: 10;
      position: inherit;
    }
  
    .header-img{
      width: 150%;
    }
  
    .hide-extra{
      overflow: hidden;
    }

    .modal-closeButton{
      width: 25%;
    }

    .input-holder::placeholder{
      font-size: 13px;
    }

 /* .g-recaptcha {
    transform: scale(.77);
    -webkit-transform: scale(.77); 
    transform-origin: left top; 
    -webkit-transform-origin: 0 0;
    display: inline-block;          
    } */

    .g-recaptcha {
      transform-origin: left top;
      -webkit-transform-origin: left top;
      display: inline-block;
    }

    .form-padding{
      padding: 40px 10px;
      margin: 0;
    }

    .policy-padding{
      padding: 20px;
    }

    .width-responsive{
      width: 90%;
    }
    
  }