@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:hover {
    color: #222;
    border: 1px solid #222;
    background-color: #ffa95e;
}

/* ヘッダー */
.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%;
}



.about_mv {
    width: 100%;
    width: 100%;
    height: 300px;
    background-image: url(../aboutimage/about_mv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.about_mv_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.about_mv_subtitle{
        position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.about_mv_title {
    font-size: 40px;
}

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

.about_text1{
    width: 100%;
    padding: 5% 20%;
    min-width: 480px;
}

.about_text_name{
    margin-top: 2em;
}


.about_box{
    width: 100%;
}

.about_list{
    display: flex;
    justify-content: center;
}

.about_titletext{
    padding: 1.5em;
}

.service_box_cotainer{
    width: 100%;
}

.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;
}

.access{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.about_access{
    width: 100%;
}

.access_map{
    width: 100%;
    margin-top: 1em;
}

.gm-inset-map{
    display: none;
}

/* コンタクト */
.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: #fff;
    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){

.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;
    } 

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

    .about_mv{
        width: 100%;
        height: 30vh;
    }

    .about_mv_title{
        font-size: 28px;
        padding-top: 1em;
    }

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

    }

    .about_text1{
        width: 90%;
        padding: 0 ;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 370px;
    }

    .about_text p{
        padding: 1em;
    }

    .about_image{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    .about_list_container{
        display: flex;
        justify-content: center;
        margin-top: 3em;
    }

    .about_titletext{
        width: 40%;
        padding: 0.5em;
    }

    .about_access_text{
        padding: 0 0 0 .5em;
    }
    
    .access{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .about_access{
        width: 100%;
    }

    .access_title{
        width: 50%;
    }
    .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;
    }

}