@charset "UTF-8";

.sp-reverse{
    display: none;

}




/* -----------------------------
 * mv
--------------------------------*/
.mv{
    width: 100vw;
    padding: 15% 0 5%;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/main.png);
}

.mv-title{
    width: 15%;
    margin: 0 auto;
}

.mv-name{
    padding-top: 10%;
    width: 15%;
    margin: 0 auto;
}


  .mv-contents p{
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: 700;
      padding-top: 1.3em;
  }

  
  
/* -----------------------------
 * /mv
--------------------------------*/

/* -----------------------------
 * about
--------------------------------*/
.about-txt{
    text-align: center;
    padding: 5% 0;
}

.about-txt p{
    font-weight: 600;
}

.about-txt h3{
    font-size: 8rem;
    font-weight: 700;
}

.sub-title{
    width: 80%;
    margin: 0 auto;
}

/* -----------------------------
 * /about
--------------------------------*/


/* -----------------------------
 * business
--------------------------------*/

.section-para__business{
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

.business-contents{
    margin-top: 3%;
    padding: 4% 3%;
    box-sizing: border-box;
}

.sub-image{
    width: 80%;
    margin: 0 auto;
}


/* -----------------------------
 * /business
--------------------------------*/



/* -----------------------------
 * /recruit
--------------------------------*/

/* -----------------------------
 * /recruit
--------------------------------*/
.recruit{
    text-align: center;
    padding-bottom: 5%;
}

.recruit a{
    width: 8%;
    margin: 0 auto;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    color: #000;
    padding: .4em 0;
    border: solid 2px #000;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.recruit p{
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    padding-top: 2em;
}
.sp-img{
    display: none;
}

/* -------------------------------
* common
---------------------------------- */





@media screen and (max-width:769px){

    .sp-img{
        display: block;
    }
    .pc-img{
        display: none;
    }

    .sp-reverse{
        display: block;
    }
    
    .pc-reverse{
        display: none;
    }
    
/* -----------------------------
 * mv
--------------------------------*/
.mv{
    width: 100%;
    padding: 50% 0 85%;
    background-image: unset;
    position: relative;
    background-image: url(../img/mv-sp-04.png);
}


.mv-title{
    width: 40%;
    margin: 0 auto;
    padding-top: 12%;
}

.mv-name{
    padding-top: 20%;
    width: 50%;
    
}


  .mv-contents p{
      font-size: 1.8rem;
      text-transform: uppercase;
      font-weight: 700;
      padding-top: 1.3em;
  }

  
  
/* -----------------------------
 * /mv
--------------------------------*/

/* -----------------------------
 * about
--------------------------------*/
.about-txt{
    padding: 8% 0;
}


/* -----------------------------
 * /about
--------------------------------*/


/* -----------------------------
 * business
--------------------------------*/

.section-para__business{
    padding: 8% 0;
    letter-spacing: 0.08em;
}

.business-contents{
    margin-top: 3%;
    padding: 4% 3%;
    box-sizing: border-box;
}


/* -----------------------------
 * /business
--------------------------------*/



/* -----------------------------
 * /recruit
--------------------------------*/

/* -----------------------------
 * /recruit
--------------------------------*/


.recruit{
    text-align: center;
    padding-bottom: 5%;
}

.recruit a{
    width: 40%;
    font-size: 1.6rem;
    padding: .8em 0;
}

.recruit p{
    font-size: 1.4rem;
    padding-top: 1em;
    line-height: 1.8;
}

/* -------------------------------
* common
---------------------------------- */
    
}
