@charset "utf-8";

@media (min-width:769px){
  body{
  	min-width: 769px;
	font-size:1.6rem;
  }
  .container{
  max-width: 129.8rem;
  margin: 0 auto;
  -webkit-margin: 0 auto;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  -webkit-padding-left: 4.8rem;
  -webkit-padding-right: 4.8rem;
  }
  .sp{
    display: none;
  }
  .ttl{
    width: 56rem;
    margin: 0 auto 1.6rem;
    background-size: cover;
    font-size: 3.2rem;
  }
  .l-section{
    padding: 12.8rem 0 9.6rem;
  }
  /*ーーーheaderーーー*/
  #header{
    background-image: none;
    height: auto;
  }
  .headerWrap{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 1.2rem 0;
    position: static;
  }  
  .headerLogo{
    max-width: 12.8rem;
  }
  .headerNav{
    display: flex;
    justify-content: space-evenly;
    height: auto;
    position: static;
    background-color: transparent;
  }
  .headerNav li{
    padding-right: 2.4rem;
    font-size: 1.4rem;
  }
  .hamburger{
    display: none;
  }
  .topView{
    background-image: url(../img/topViewPc.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 6.4rem;
    background-position: center;
    width: 100%;
    height: 55rem;
  }
  .catchCopy{
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 9.6rem 4.8rem;
    text-align: center;
    left: 0;
    font-size: 7.2rem;
  }
  .topText{
    position: static;
  }
  .aboutImage{
    width: 80%;
    margin: 2.4rem auto;
  }
  .aboutCover .txt{
    font-size: 2.4rem;
  }
  .entryIcon img{
    width: 24rem;
    margin-bottom: 9.6rem;
  }
  .amagingWrap,
  .personWrap,
  .recruitmentWrap{
    max-width: 56rem;
    margin: 4.8rem auto;
  }
  .amagingImage,
  .voiceImage,
  .voiceTxt .txt,
  .companyWrap{
    width: 56rem;
    margin: 2.4rem auto;
  }
  .careerImage{
    margin: 9.6rem auto;
    max-width: 56rem;
  }
  .footerLogo{
    width: 20%;
  }
}