@charset "UTF-8";


/*====================

ロゴカラー
#bebfbf/rgb(190,191,191)

======================*/



/*====================

common

====================*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #000000;
}


@media (min-width: 1024px) {
    .con {
        max-width: 960px;
        margin: 0 auto;
    }
}




/*====================

header

====================*/

header .con {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 5%;
}

header .anniversary img {
    display: block;
    width: auto;
    height: 40px;
}


@media (min-width: 768px) {
    header .con {
    }
}


@media (min-width: 1024px) {
    header .con {
        padding: 10px 0;
    }
}





/*====================

ヒーローイメージ

====================*/

#hero h1 img {
    display: block;
    width: 50%;
    max-width: 300px;
    height: auto;
    margin: 80px auto;
}



@media (min-width: 768px) {
    #hero h1 img {
        width: auto;

    }
}







/*====================

メインコンテンツ

====================*/

/*----- recruit -----*/

#recruit .con {
    padding: 80px 5% 40px;
}

#recruit h2 {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho Medium", 游明朝, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
    line-height: 2;
    letter-spacing: 1px;
}

#recruit p {
    text-align: center;
    font-size: 0.9em;
    line-height: 2;
    letter-spacing: 1px;
}

#recruit ul {
    text-align: center;
}

#recruit ul li a {
    display: inline-block;
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
    line-height: 2;
    letter-spacing: 1px;
}


@media (min-width: 768px) {
    #recruit ul li a.tel[href^="tel:"] {
        pointer-events: none;
    }
    #recruit ul li a.mail {
        transition: 0.3s all;
    }
    #recruit ul li a.mail:hover {
        color: #bebfbf;
    }
    #recruit h2 {
        font-size: 3em;
    }
    #recruit p {
        font-weight: bold;
    }
}

@media (min-width: 1024px) {
    #recruit .con {
        padding: 80px 0 40px;
    }
}





/*----- about -----*/

#about .con {
    padding: 40px 5%;
}

#about h2 {
    font-size: 0.9em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    color: #bebfbf;
}

#about table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: separate;
    /*border-spacing: 0 20px;*/
}

#about table tr {
}

#about table td:first-of-type {
    width: 25%;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
}

#about table td:first-of-type span {
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    background: #bebfbf;
    border-radius: 3px;
}

#about table td:last-of-type {
    width: 75%;
    padding: 10px 0 10px 10px;
    font-size: 0.8em;
    line-height: 1.5;
    letter-spacing: 1px;
}

#about .service h3 {
    border-top: solid 1px #bebfbf;
    border-bottom: solid 1px #bebfbf;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 3;
    letter-spacing: 2px;
}

#about .service ul {
    padding-top: 5px;
}

#about .service ul li {
    text-align: center;
    padding: 5px 0;
    font-size: 0.9em;
    line-height: 2;
    letter-spacing: 1px;
}

#about .service ul li i {
    color: #bebfbf;
}


@media (min-width: 768px) {
    #about h2 {
    }
    #about .flex {
        display: flex;
    }
    #about .company {
        flex: 2;
        margin-right: 2.5%;
    }
    #about .service {
        flex: 1;
        margin-left: 2.5%;
    }
    #about table {
        margin-bottom: 0;
    }
    #about table td:last-of-type {
        font-weight: bold;
    }
    #about .service ul li {
        font-weight: bold;
    }
}


@media (min-width: 1024px) {
    #about .con {
        padding: 40px 0;
    }
}




/*----- works -----*/

#works .con {
    padding: 40px 5% 80px;
}

#works h2 {
    font-size: 0.9em;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 2;
    letter-spacing: 1px;
    color: #bebfbf;
}

#works ul li {
    float: left;
    width: 47.5%;
    margin: 0 5% 25px 0;
}

#works ul li.bg img {
    background: #e5e5e5;
}

#works ul li:nth-of-type(2n) {
    margin: 0 0 25px;
}

#works ul li img {
    display: block;
    width: 100%;
    height: auto;
}

#works ul li p {
    height: 40px;
    padding-top: 5px;
    font-size: 0.75em;
    line-height: 1.5;
    letter-spacing: 1px;
}


@media (min-width: 768px) {
    #works h2 {
    }
    #works ul li {
        width: 30%;
        margin: 0 5% 20px 0;
    }
    #works ul li:nth-child(2n) {
        margin: 0 5% 20px 0;
    }
    #works ul li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    #works ul li p {
        font-weight: bold;
    }
}


@media (min-width: 1024px) {
    #works .con {
        padding: 40px 0 80px;
    }
}





/*----- map -----*/

#map {
    width: 100%;
    height: 400px;
}


@media (min-width: 768px) {
    #map {
        height: 450px;
    }
}





/*====================

footer

====================*/

footer {
    width: 100%;
}

footer p {
    padding: 8px 0;
    text-align: center;
    font-size: 0.8em;
    font-family: 'Montserrat', sans-serif;
    line-height: 2;
    letter-spacing: 2px;
    color: #ffffff;
    background: #bebfbf;
}


@media (min-width: 768px) {
    
}



/*====================

トップに戻るボタン

======================*/

#page_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

#page_top a {
    display: block;
    z-index: 1000;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 18px;
    background: #979999;
    transition: 0.5s all;
}

#page_top a:hover {
    background: #b1b2b2;
}

#page_top a i {
    color: #ffffff;
}


@media (min-width: 768px) {
	
}