@charset "utf-8";
/* CSS Document */
/*メインビジュアル設定*/

.main_visual {
    max-width: 1920px;
    width: 100%;
    height: 80vh;
    margin: 0 auto;
      background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.8)),
  url('https://dummyimage.com/1920x800/444/ffffff');
    /*background-image: url(../img/common/mv_back.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.main_visual p {
    display: none;
    height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 2em 1em 0;
}
.main_visual img {
    display: none;
    max-width: 420px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/*------------------
about
-------------------*/
.main_contents .about_box {
    margin-bottom: 0rem;
}
.main_contents .about_box p {
    margin: 1em 0;
}
/*------------------
service
-------------------*/
.main_contents .service_box ul {
    display: flex;
    justify-content: space-between;
}   
.main_contents .service_box ul li {
    max-width: 330px;
    width: 100%;
     background-color: #fff;
     padding: 30px;
}
.main_contents .service_box ul li img {
    width: 100%;
    height: auto;
} 
.main_contents .service_box ul li h3 {
    font-size: 1.17em;
    padding: 1.4rem 0;
}
.main_contents .service_box ul li p {
    text-align: left;
}
/*------------------
recruite
-------------------*/
.main_contents .recruit_box {
	
}
/*------------------
contact
-------------------*/
.main_contents  .contact_box .button a {
}


@media screen and (max-width:501px) {
    .main_contents .service_box ul {
        display: block;
        justify-content: space-between;
    }
    .main_contents .service_box ul li {
        max-width: 500px;
        margin-bottom: 24px;
    }

}









