/* CSS Document */
@charset "UTF-8";

/*VISION======================*/
/* .vision{
max-width: 780px;
margin-bottom: 400px;
} */
.sec_bloc.vision {
  margin-bottom: 5em;
}
.vision h2.menuTitle{
color: #474246;
}
/* .vision span.menuTitleJp{
border-bottom: 1px solid #474246;
} */

.visionCopy{
  font-size: 18px;
  font-weight: 300;
  line-height: 2.4;
  letter-spacing: 2.4px;
  text-align: justify;
  margin-bottom: 100px;
}

.vision .linkBtn a{
width: 546px;
line-height: 84px;
background-color: #474246;
color: #fff;
font-size: 20px;
}
.vision .linkBtn a:hover{
opacity: 0.8;
}


/*MEDIA QUERY========================
=====================================
=====================================*/
@media screen and (max-width:801px){

  /* .vision{
    max-width: 90%;
    margin-bottom: 400px;
  } */
  .visionCopy br{
  display: none;
  }

  .aboutWorks{
  margin-bottom: 400px;
  }
  .aboutworksKeyvis{
  height: 1116px;
  background-image: url("../imgs/06_recruit/aboutworks_sp.jpg");
  background-position: center;
  padding: 400px 0 0;
  margin-bottom: 220px;
  }


  .aboutworksKeyvis p{
  font-size: 30px;
  line-height: 2.4;
  }

  .worksWrapper{
  max-width: 552px;
  padding: 0 50px;
  display: block;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
  }
  .works{
  width: 100%;
  min-width: 320px;
  margin-bottom: 220px;
  }
  .works h3{
  font-size: 33px;
  height: 100%;
  margin-bottom: 40px;
  }
  .worksCopy{
  font-size: 28px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 1.2px;
  margin-bottom: 90px;
  }

  .linkBtn a{
  width: 392px;
  }

  .works .linkBtn a{
  font-size: 22px;
  height: 118px;
  line-height: 1.6;
  padding-top: 20px;
  }

  /*COMPANY======================*/
  .company{
  background-image: url("../imgs/06_recruit/company_sp.jpg");
  height: 1452px; 
  padding: 180px 50px 0;
  }
  .company>.menuTitle{
  margin-bottom: 520px;
  }

  .companyWrapper{
  width: 100%;
  max-width: 580px;
  display: block;
  justify-content: space-between;
  margin: 0 auto;
  }
  .company p{
  font-size: 28px;
  }
  .company p:first-child{
  max-width: 100%;
  margin : 0 0 50px 0;
  }
  .companyWrapper>.linkBtn a{
  width: 100%;
  max-width: 580px;
  line-height: 100px;
  border: 2px solid;
  }

  /*recruitInfo=============*/
  /* .recruitInfo{
  max-width: 100%;
  padding: 0 5%;
  } */

}/*MQ 801 end*/

@media screen and (max-width:601px){

  /* .vision{
    margin-bottom: 150px;
  } */
  .visionCopy{
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin-bottom: 60px;
  }
  .vision .linkBtn a{
  width: 100%;
  line-height: 80px;
  font-size: 18px;
  }
}/*MQ 601 end*/