/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

#wrapper_job ul {
  width: 90%;
  margin: 0 auto 2em;
  list-style: none;
}

#wrapper_job li {
  margin-top: 2em;
  position: relative;
}
#wrapper_job li a {
  display: block;
  padding: 1.5em;
  background: #fff;
  box-shadow: 3px 3px 6px 3px rgba( 0, 0, 0,0.1);
}
#wrapper_job li a:hover {
  box-shadow: 3px 3px 6px 3px rgba( 0, 0, 0,0.2);
}

#wrapper_job li::before {  
    position: absolute;
    bottom: -0.25em;
    right: 1em;
    z-index: -1;
    transform: rotate(1deg);
    width: 70%;
    height: 50%;
    background-color: rgba(10,10,10,0.2);
    content: "";
    filter: blur(4px);
}

#wrapper_job a h4 {
  color: #081230;
  font-size: 1.25em;
  text-align: center;
  text-align: left;
}
#wrapper_job a p {
  color: #333;
  line-height: 1.5em;
  padding: 0.5em 0.5em 1em;
  margin: 0;
}
#wrapper_job li a:hover span {
  color: #fff;
  background-color: #081230;
}

@media (min-width: 967px) {
  #wrapper_job a div {
    display: flex;
    flex-direction: row;
  }
  #wrapper_job ul li div {
    display: flex;
　  flex-direction: row;
    justify-content: space-around;
    flex-wrap: no-wrap;
  }
  #wrapper_job li div p {
    flex-basis: 80%;
  }
  #wrapper_job li div p.section_link {
    flex-basis: 20%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #wrapper_job ul {
    margin: 0;
    padding: 0;
    width: 95%;
  }
}




.hs-form-required {
  color: yellow;
}

#wrapper_form p {
  color: #fff;
}

/* form_txt */
.form_txt {
  font-size: 2.6vw;
  color: #fff;
  text-align: center;
}

/* form */
/*.row-number-26,
.row-number-27 */
.dnd_areahome-row-10-background-gradient .row-fluid .row-fluid-wrapper,
.dnd_areahome-row-2-background-gradient .row-fluid .row-fluid-wrapper {
  background-color: transparent !important;
}


form .hs-button,
form input[type=submit] {
  margin: 10px auto 0;
  display: block;
  align-items: center;
  text-align: center;
  width: 80%;
  position: relative;
  background-color: rgba(255, 255, 255, 1.0);
  border: 2px solid #D1D6DC !important;
  color: rgba(26, 26, 124, 1) !important;
  font-size: 1.1em;
}
form .hs-button:hover,
input[type=submit]:active,
input[type=submit]:hover,
input[type=submit]:focus {
  color: rgba(255, 255, 255, 1) !important;
  background-color: #081230 !important;
}
.row-number-28 .row-fluid-wrapper,
.row-number-25 .row-fluid-wrapper,
.dnd_areahome-row-12-background-gradient .row-fluid-wrapper {
  background-color: transparent !important;
}