.head_img{
  text-align: center;
  background-image: url(../img/contact2.jpg);
  height: 400px;
  width: 100%;
}

.head_img p{
  font-size: 3rem;
  padding-top:10%;
  color: white;
}


.wrap_recruit{
  text-align: center;
}

.space{
  height: 50px;
  border-bottom: 1px solid black;
  margin-left: 5%;
  margin-right: 5%;
}

.wrap_recruit h1{
  padding-top: 10%;
  font-size: 2rem;

}

.recruit-text{
  /* text-align: left; */
  /* width: 50%; */
  /* float: left; */
  margin-top: 7%;
  /* margin-bottom: 5%; */
}

.recruit-text h5{
  font-size: 1.6rem;
  margin-top: 2.5%;
  /* margin-left: 15%; */
}

.recruit-text p{
  font-size: 1.4rem;
  margin-top: 1%;
  /* margin-left: 15%; */
}


/* .message{
  width: 50%;
  float: right; */


.message p{
  font-size: 1.7rem;
  margin-top: 10%;
  margin-left: 5%;
  margin-right:5%;
  margin-bottom: 5%;
  line-height: 140%;
}



























@media screen and (max-width: 1100px) {
  .head_img {
height: 300px;
}
}

@media screen and (max-width: 900px) {
  .head_img {
height: 250px;
}
}

@media screen and (max-width: 650px) {
  .head_img {
height: 200px;
}
}

@media screen and (max-width: 500px) {
  .head_img {
height: 150px;
}
}

@media screen and (max-width: 500px) {
  .head_img p{
color: glay;
}
}

@media screen and (max-width: 1030px) {
  .message p{
font-size: 1.4rem;
}
}

@media screen and (max-width: 910px) {
  .message p{
font-size: 1.2rem;
}
}


@media screen and (max-width: 725px) {
  .message p{
font-size: 15px;
}
}

@media screen and (max-width: 400px) {
  .message p{
font-size: 13px;
}
}

@media screen and (max-width: 820px) {
  .wrap_recruit h1{
font-size: 1.6rem;
}
}

@media screen and (max-width: 510px) {
  .wrapper{
height: 600px;
}
}

@media screen and (max-width: 500px) {
  .wrap_recruit h1{
font-size: 1.4rem;
}
}

@media screen and (max-width: 430px) {
  .recruit-text h5{
font-size: 1.4rem;
}
}

@media screen and (max-width: 430px) {
  .recruit-text p{
font-size: 1.2rem;
}
}
