@charset 'utf-8';


/* 共通 */
body {

    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .1em;
    color: #222;
    background-color: #ffffff;
}


.warapper {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

img{
    display: block;
}

.button {
    display: flex;
    justify-content: center;
    width: 260px;
    padding: 1em 0;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
    color: #222;
    border: 1px solid #222;
    background-color: #EF7C1A;
}

.button_b {
    display: flex;
    justify-content: center;
    width: 260px;
    padding: 1em 0;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
    color: #05173f;
    border: 1px solid #05173f;
    background-color: #fff;
}

.button:hover {
    color: #222;
    border: 1px solid #222;
    background-color: #ffa95e;
}

.button_b:hover {
    color: #fff;
    background-color: #05173f;
    border: 1px solid #fff;
}





/* ヘッダー */
.header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}



.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_inner a{
    width: 20%;
}

.header_image {
    padding: 1em 1em;
    width: 80%;
}

.gNav {
    display: flex;
    justify-content: flex-end;
    width: 60%;
}


.gNav_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 70px;
}

.gNav_list a {
    font-size: 18px;
    text-decoration: none;
    color: #05173f;
}

.gNav_list a::after {
    display: block;
    width: 0;
    height: 1px;
    content: '';
    transition: .3s;
    background-color: #05173f;
}

.gNav_list a:hover::after {
    width: 100%;
}


.mv {
    width: 100%;
    height: 650px;
    background-image: url(../image/top_mv.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.mv_text {
    padding-top: 15%;
    padding-left: 10%;
    color: #fff;
}

.mv_title {
    font-size: 40px;
    width: 40%;
}

.colorchange{
    color: #EF7C1A;
}

.mv_subtitle{
    width: 40%;
}

.about {
    margin-top: 100px;
}

.about_contaier {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.about_image_box{
    width: 50%;
}

.about_text{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_text_box{
    padding: 5em;
}

.srvice_container {
    margin-top: 160px;
    padding: 2em 0 4em;
}

.service_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.service_title_text {
    font-size: 40px;
    letter-spacing: 4px;
}

.service_title_subtext {
    margin-top: 1em;
}

.service_box_cotainer{
    width: 100%;
}

.service_box {
    position: relative;
    overflow: hidden;
    }

.service_box_item {
    width: 100%;
    display: block;
    width: 98%;
}

.service_box_cotainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.service_box_itemtitle {

    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.service_box_itemtext{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.ken{
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ken2{
    position: absolute;
    z-index: 2;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service_text_box{
    display: flex;
    justify-content: center;
    align-items: center;
}


.case_container {
    margin-top: 160px;
}

.case_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.case_title_text {
    font-size: 40px;
    letter-spacing: 4px;
}

.case_title_subtext {
    margin-top: -1em;
}

.case_box {
    display: flex;
    width: 100%;
    margin-top: 60px;
}

.recruit_subtitle {
    width: 30%;
    padding: 40px 50px;
    min-width: 480px;
}

.case_subtitle_subtext{
    display: block;
    width: 80%;
    padding: 20% 5% 5%;
}

.case_button{
    padding-left: 5%;
}

.case_button {
    margin-top: 20px;
    position: relative;
}

.case_imagebox {
    width: 50%;
}

.case_image{
    display: block;
}

/* コンタクト */
.contact_container {
    margin-top: 160px;
    color: #fff;
    background-image: url(../image/contact_image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact_box {
    padding: 60px 0;
}

.contact_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contact_title_text {
    font-size: 40px;
    letter-spacing: 4px;
}

.contact_title_subtext {
    margin-top: -1em;
}

.contact_title_subtext_sub {
    margin-top: .5em;
}

.contact_button {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}


.contact_tel {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2em;
    justify-self: center;
}

.contact_tel_number {
    font-size: 24px;
}

/* フッター */
.footer {
    background-color: #ffffff;
    padding-bottom: 14px;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    color: #222;
}

.footer_ligo{
    width: 80%;
}

.footer_gNav {
    width: 100%;
}

.footer_gNav_list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 50%;
}

.footer_gNav_list a {
    font-size: 18px;
    text-decoration: none;
    color: #222;
}

.footer_gNav_list a::after {
    display: block;
    width: 0;
    height: 1px;
    content: '';
    transition: .3s;
    background-color: #222;
}

.footer_gNav_list a:hover::after {
    width: 100%;
}

.footer_copyright {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #222;
    padding: .5em 0;
}




@media (max-width:912px){

    .warapper{
        max-width: 100%;
        overflow: hidden;
    }

    .mv{
        width: 100%;
        height: 56.25vh;
    }

    .mv_text{
        padding: 4em 2em;
    }

    .mv_title{
        font-size: 20px;
        width: 90%;
    }

    .mv_subtitle{
        margin-top: 2em;
        width: 90%;
    }

    .header_image {
    padding: 1em 1em;
    width: 10em;
    }
    

    
    .gNav{
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.8);
        position: fixed;
        top: 0;
        left: 100vw;
        margin-top: 0;
        transition: 0.4s;
    }

    .gNav_list{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 30% 0;
        box-sizing: border-box;
    }

    .gNav_list li{
        margin-top: 2em;
    }
    
    .nav-button {
        border-radius: 100px;
        background-color: #05173f;
        width: 40px;
        height: 40px;
        position: fixed;
        right: 10px;
        top: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 100;
}

    .nav-button span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        margin: 2px auto;
    }

    .gNav.show {
        left: 0;
    } 

    .about_contaier{
        width: 98vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about_image_box{
        display: none;
    }

    .about_text{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 1vw;
        padding: 0 3em;
        min-width: 370px;
        background-image: url(../image/about_image.jpg);
        background-color:#ffffff66;
        background-blend-mode:lighten;
    }

    .about_text_box{
        padding: 2em 1em;
    }

    .about_title{
        padding: 0;
    }

    .about_subtitle_text{
        padding: 0;
    }

    .about_subtitle_subtext{
        padding: 0;
    }

    .about_button{
        padding: 20px 0;
    }

    .about_arrow{
        display: none;
    }

.srvice_container{
    margin-top: 60px;
}

    .service_box_cotainer{
        flex-direction: column;
        width: 98vw;
    }

    .service_title_text{
        font-size: 32px;
    }

    .service_title_subtext{
        padding: 0 1em;
    }

    .service_box{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1em 0;
    }

    .service_box_itemtext{
        padding: .5em 0;
    }

    .case_container{
        margin-top: 100px;
    }

    .case_title_text{
        font-size: 32px;
    }

        .case_box{
        min-width: 370px;
        display: flex;
        justify-content: center;
        
    }

    .case_subtitle{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 1vw;
        padding: 0 3em;
        min-width: 370px;
        background-image: url(../image/case_image.jpg);
        background-color:#ffffff66;
        background-blend-mode:lighten;
    }

    .case_button{
        display: flex;
        justify-content: center;
        padding: 1em 0;
    }


    .case_imagebox{
        display: none;
    }

    .case_image{
        display: none;
    }

.contact_title_text{
    font-size: 32px;
}
.contact_title_subtext_sub{
    padding: 1em;
}

    .footer_inner{
        display: none;
    }

    .footer_gNav{
        display: none;
    }


    .footer_copyright{
        padding-top: 1em;
        font-size: 9px;
    }



}
