@charset "utf-8";

@media (min-width:769px){
  body{
  	min-width: 769px;
  }
  .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{
    font-size: 3.6rem;
  }
  .l-section{
    padding: 12.8rem 0 9.6rem;
  }
  /*ーーーheaderーーー*/
  .headerWrap{
    width: auto;
    height: 60rem;
    border-radius: 4.8rem;
    margin: 6.4rem 2.4rem 12.8rem;
  }
  .catchCopy{
    font-size: 4.8rem;
  }
  .aboutWrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
  }
  .aboutImage{
    width: 80%;
    margin: 2.4rem auto;
  }
  .aboutWrap .largeTxt{
    font-size: 3.2rem;
    margin: 0;
    width: 35%;
    letter-spacing: 0.4rem;
  }
  .topImage{
    width: 34rem;
    margin: 0;
  }
  .conceptWrap .conceptFlex{
    width: 80%;
    margin: 0 auto;
    display: flex;
  }
  .conceptWrap .ttl{
    width: 80%;
    margin: 0 auto 4.8rem;
    font-size: 3.6rem;
  }
  .conceptImg{
    width: 50%;
  }
  .conceptText{
    margin-left: 4.8rem;
    width: 45%;
  }
  .conceptText .txt,
  .voiceText .txt{
    margin: 0 auto 3.2rem;
  }
  .voiceWrap{
    width: 80%;
    margin: auto;
  }
  .voiceWrap .ttl{
    text-align: start;
    margin-bottom: 4.8rem;
  }
  .voiceFlex{
    display: flex;
    flex-wrap: nowrap;
  }
  .voiceImg{
    max-width: 36rem;
    margin-right: 6.4rem;
  }
  .visionTxt{
    font-size: 3.6rem;
  }
  .timelineFlex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .timelineImg{
    width: 40%;
    margin: 4.8rem 2.4rem;
  }
  .timelineText{
    width: 40%;
  }
  .recruitmentImg img{
    border-radius: 4.8rem;
  }
  .recruitmentTxtWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 9.6rem auto;
  }
  .recruitmentTxtArea{
    width: calc(90%/2);
  }
  .descriptionsWrap .ttl{
    margin: 2.4rem auto;
  }
  .recruitDate{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
  }
  .recruitDate dt{
    width: 25%;
    border: none;
    border-top: solid #474747 0.1rem;
    border-left: solid #474747 0.1rem;
    text-align: center;
  }
  .recruitDate dd{
    width: 75%;
    border-top: solid #474747 0.1rem;
  }
  .charmWrap .ttl{
    text-align: start;
    width: 80%;
    margin: 0 auto;
  }
  .charmFlex{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .charmImg{
    width: 50%;
    height: auto;
  }
  .charmImg img{
    width: 48rem;
    height: auto;
  }
  .charmText{
    margin: 2.4rem 4.8rem;
    width: 50%;
  }
  .faqTxtWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 9.6rem auto;
  }
  .faqTxtArea{
    width: calc(90%/2);
  }
  .company{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .companyWrap{
    margin: 0;
  }
  .moreBtn{
    margin: 4.8rem 0 0;
  }
  .footerWrap .txt{
    text-align: start;
  }
  .lastMassage .largeTxt{
    font-size: 3.2rem;
  }
}