@charset "UTF-8";

body, html {
    max-width: 100%;
    overflow-x: hidden;
    font-size: 62.5%;
    letter-spacing: 1px;
    font-family: "Noto Sans Japanese";
    color: #2b2b2b;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

li{
    list-style: none;
}

.pc_menu li.active,.sp_menu li.active{
    font-weight: bold;
}

a:hover{
    cursor: pointer;
}

.sp{
    display: block;
}

.pc{
    display: none;
}

.pc_menu{
    display: none;
}
/*ハンバーガーボタン*/

.sp_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9999;
    background-color: #fff;
}

.sp_menu small{
    display: block;
    line-height: 100px;
}

/*ハンバーガーボタン*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
}

.el_humburger {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: auto;
    padding-top: 1px;
    box-sizing: border-box;
    z-index: 10000;
    cursor: pointer;
    pointer-events: auto;
}

.el_humburger > span {
    display: block;
    width: 100%;
    margin: 0 auto 6px;
    height: 3px;
    background: #2b2b2b;
    transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
    margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
    background: #2b2b2b;
}

.js_humburgerOpen .el_humburger > span.top {
    transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
    transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
}

.el_humburgerButton__close > span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
    transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
    transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
.navigation {
    display: none;
}
.navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;

}

.navigation_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 0;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.navigation_wrapper {
    padding: 80px 0 0 0;
    text-align: center;
}

.navigation_wrapper ul{
    padding-left: 0;
}

.navigation_wrapper ul li{
    font-size: 2rem;
    font-weight: bold;
    line-height: 60px;
}

.navigation_wrapper ul li a{
    text-decoration: none;
    color: #2b2b2b;
}

.navigation_wrapper small{
    font-size: 1rem;
}

.navigation_item {
    font-ize: 18px;
    margin-bottom: 20px;
}

.navigation_item > a {
    color: #2b2b2b;
    text-decoration: none;
}

.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
.center-contents{
    position: absolute;
    z-index: 10;
}


.center-contents h1 img {
        max-width: 250px;
        height: auto;
        margin: 0 auto;
}

.center-contents p{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fff;
    margin: 20px 0 0 0;
}

.fv-fix-left {
    display: none;
}

.fv-fix-right {
   display: none;
}


/*about*/




.sp_menu .logo{
    width: 100px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 8px;
}

.sp_menu .logo img{
    width: 100%;
}

.about{
    max-width: 600px;
    padding:100px 20px 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}


.about h2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 5px;
}

.about img{
    width: 100%;
    margin-bottom: 20px;
}

.services{
    max-width: 600px;
    padding:100px 20px 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}


.services h2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 5px;
}

.services_wrap{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.one-service{
    width: 100%;
    margin-bottom: 50px;
}

.one-service:last-child{
    margin-bottom: 0;
}

.one-service h3{
    font-size: 2rem;
    font-weight: 200;
}

.one-service img{
    width: 100%;
}

.one-service p{
    font-size: 1.4rem;
    line-height: 1.7;
}

.company{
    max-width: 600px;
    padding:100px 20px 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}


.company h2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 5px;
}


.company img{
    width: 100%;
    margin: 0 auto;
}


.contact {
    max-width: 600px;
    padding:100px 50px 50px 50px;
    margin: 0 auto;
    box-sizing: border-box;

}

.contact h2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 5px;
}


.contact p{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
}

.contact p.address{
    margin: 20px auto;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2;
}

.contact a{
    color: #2b2b2b;
    text-decoration: underline;
    padding: 0 .3em;
}

footer{
    max-width: 600px;
    padding:50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: right;
}

footer a{
    font-size: 1rem;
    color: #2b2b2b;
    text-decoration: none;
}

@media screen and (min-width:480px) and ( max-width:599px) {


    .sp{
        display: block;
    }

    .pc{
        display: none;
    }

    .sp_menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 9999;
    }

    /*ハンバーガーボタン*/
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
    }

    .el_humburger {
        position: absolute;
        top: 18px;
        right: 18px;
        width: 26px;
        height: auto;
        padding-top: 1px;
        box-sizing: border-box;
        z-index: 10000;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        pointer-events: auto;
    }

    .el_humburger > span {
        display: block;
        width: 100%;
        margin: 0 auto 6px;
        height: 3px;
        background: #2b2b2b;
        transition: all 0.2s ease-in-out;
    }
    .el_humburger > span:last-child {
        margin-bottom: 0;
    }
    .js_humburgerOpen .el_humburger > span {
        background: #2b2b2b;
    }

    .js_humburgerOpen .el_humburger > span.top {
        transform: translateY(9px) rotate(-45deg);
    }

    .js_humburgerOpen .el_humburger > span.middle {
        opacity: 0;
    }

    .js_humburgerOpen .el_humburger > span.bottom {
        transform: translateY(-9px) rotate(45deg);
    }

    .el_humburgerButton.el_humburgerButton__close {
        top: 2%;
        right: 2%;
    }

    .el_humburgerButton__close > span {
        display: block;
        width: 35px;
        margin: 0 auto;
        height: 4px;
        background: #fff;
    }

    .el_humburgerButton__close > span.el_humburgerLineTop {
        transform: translateY(5px) rotate(-45deg);
    }

    .el_humburgerButton__close > span.el_humburgerLineBottom {
        transform: translateY(-6px) rotate(45deg);
    }

    /*ナビゲーション*/
    .navigation {
        display: none;
    }
    .navigation.js_appear {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        z-index: 9999;
    }

    .navigation_screen {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 0;
        margin-top: 0px;
        padding-top: 0px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .navigation_wrapper {
        padding: 80px 0 0 0;
        text-align: center;
    }

    .navigation_item {
        font-ize: 18px;
        margin-bottom: 20px;
    }

    .navigation_item > a {
        color: #2b2b2b;
        text-decoration: none;
    }

    .js_fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    /*fv*/

    .center-contents{
        position: absolute;
        z-index: 10;
    }


    .center-contents h1 img {
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .center-contents p{
        text-align: center;
        font-size: 2rem;
        line-height: 1.3;
        color: #fff;
        margin: 0;
    }


    .fv-fix-left {
        display: block;
        position: fixed;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 999;
    }

    .fv-fix-left img{
        width: 50%;
        height: auto;
    }


    .fv-fix-right {
        display: block;
        position: fixed;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 999;
    }

    .fv-fix-right img{
        width: 50%;
        height: auto;
    }

    /*about*/


    .pc_menu .logo{
        margin: 40px auto 0 auto;
        width: 150px;
    }

    .pc_menu .logo img{
        width: 100%;
    }

    .about{
        max-width: 600px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .about h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;
    }


    .about img{
        width: 100%;
        margin-bottom: 50px;
    }



    .services{
        max-width: 600px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .services h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;
    }

    .services_wrap{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }


    .one-service{
        width: 100%;
        margin-bottom: 50px;
    }

    .one-service h3{
        font-size: 2rem;
    }

    .one-service img{
        width: 100%;
    }

    .one-service p{
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .company{
        max-width: 600px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .company h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;
    }


    .company img{
        width: 100%;
        margin: 0 auto;
    }

    .company p{
        max-width: 600px;
        margin: 0 auto;
        font-size: 1.8rem;
        line-height: 2;
    }

    .contact {
        max-width: 600px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;

    }

    .contact h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;
    }


    .contact p{
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2rem;
    }

    .contact p.address{
        margin: 20px auto;
        text-align: center;
        font-size: 2rem;
        line-height: 2;
    }

    .contact a{
        color: #2b2b2b;
        text-decoration: underline;
        padding: 0 .3em;
    }

    footer{
        max-width: 600px;
        padding:50px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: right;
    }

    footer a{
        font-size: 1rem;
        color: #2b2b2b;
        text-decoration: none;
    }

}

@media screen and (min-width:600px) and ( max-width:959px) {


    .sp{
        display: none;
    }

    .pc{
        display: block;
    }

    /*header*/

    .pc_menu{
        display: block;
    }

    .sp_menu{
        display: none;
    }

    header{
        width: 100vw;
        height: 50px;
        line-height: 50px;
        z-index: 100;
    }

    header nav ul{
        display: flex;
        webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    header nav ul li{
        font-size: 1.2rem;
        display: inline-block;
        width: 100px;
        list-style: none;
        text-align: center;
    }

    header nav ul li a {
        text-decoration: none;
        color: #2b2b2b;
        opacity: 1;
        transition: 0.3s;
    }
    header nav ul li a:hover {
        opacity: 0.6;
    }



    /*fv*/

    .center-contents{
        position: absolute;
        z-index: 10;
    }


    .center-contents h1 img {
        max-width: 400px;
        height: auto;
        margin: 0 auto;
    }

    .center-contents p{
        text-align: center;
        font-size: 2rem;
        line-height: 1.3;
        color: #fff;
        margin: 0;
    }


    .fv-fix-left {
        display: block;
        position: fixed;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 999;
    }

    .fv-fix-left img{
        width: 50%;
        height: auto;
    }


    .fv-fix-right {
        display: block;
        position: fixed;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 999;
    }

    .fv-fix-right img{
        width: 50%;
        height: auto;
    }

    /*about*/


    .pc_menu .logo{
        margin: 40px auto 0 auto;
        width: 150px;
    }

    .pc_menu .logo img{
        width: 100%;
    }

    .about{
        max-width: 960px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .about h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;

    }

    .about img{
        width: 100%;
        max-width: 600px;
        margin: 0 auto 50px auto;
    }

    .services{
        max-width: 960px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .services h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;

    }

    .services_wrap{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .one-service{
        width: 49%;
        margin-bottom: 50px;
    }

    .one-service h3{
        font-size: 2rem;
    }

    .one-service img{
        width: 100%;
    }

    .one-service p{
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .company{
        max-width: 960px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .company h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;

    }


    .company img{
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }

    .company p{
        max-width: 600px;
        margin: 0 auto;
        font-size: 1.8rem;
        line-height: 2;
    }

    .contact {
        max-width: 960px;
        padding: 100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;

    }

    .contact h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;
    }


    .contact p{
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2rem;
    }

    .contact p.address{
        margin: 20px auto;
        text-align: center;
        font-size: 3rem;
        line-height: 2;
    }

    .contact a{
        color: #2b2b2b;
        text-decoration: none;
        padding: 0 .3em;
        background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 50%);
        background-position: 0 0;
        background-size: 200% auto;
        transition: .3s;
    }

    .contact a:hover{
        background-position: -100% 0;
        color: #fff;
    }

    footer{
        max-width: 960px;
        padding:50px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: right;
    }

    footer a{
        font-size: 1rem;
        color: #2b2b2b;
        text-decoration: none;
        opacity: 1;
        transition: 0.3s;
    }

    footer a:hover{
        opacity: 0.6;
    }


}

@media screen and (min-width:960px) and ( max-width:1279px) {



    .sp{
        display: none;
    }

    .pc{
        display: block;
    }

    .pc_menu{
        display: block;
    }

    .sp_menu{
        display: none;
    }
    /*header*/

    header{
        width: 100vw;
        height: 50px;
        line-height: 50px;
        z-index: 100;
    }

    header nav ul{
        display: flex;
        webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    header nav ul li{
        font-size: 1.2rem;
        display: inline-block;
        width: 100px;
        list-style: none;
        text-align: center;
    }

    header nav ul li a {
        text-decoration: none;
        color: #2b2b2b;
        opacity: 1;
        transition: 0.3s;
    }
    header nav ul li a:hover {
        opacity: 0.6;
    }


    /*fv*/

    .center-contents{
        position: absolute;
        z-index: 10;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .fv_left,.fv_right{
        padding: 15px;
    }

    .center-contents h1 img {
        max-width: 400px;
        height: auto;
        margin: 0 auto;
    }

    .center-contents p{
        text-align: left;
        font-size: 2.4rem;
        line-height: 1.3;
        color: #fff;
        margin: 0;
    }


    .fv-fix-left {
        display: block;
        position: fixed;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 999;
    }

    .fv-fix-left img{
        width: 50%;
        height: auto;
    }


    .fv-fix-right {
        display: block;
        position: fixed;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 999;
    }

    .fv-fix-right img{
        width: 50%;
        height: auto;
    }



    /*about*/


    .pc_menu .logo{
        margin: 40px auto 0 auto;
        width: 150px;
    }

    .pc_menu .logo img{
        width: 100%;
    }

    .about{
        max-width: 1240px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .about h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;

    }

    .about img{
        width: 600px;
        margin: 0 auto 50px auto;
    }


    .services{
        max-width: 1240px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .services h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;

    }

    .services_wrap{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }


    .one-service{
        width: 49%;
        margin-bottom: 50px;
    }

    .one-service h3{
        font-size: 2rem;
    }

    .one-service img{
        width: 100%;
    }

    .one-service p{
        font-size: 1.4rem;
        line-height: 1.7;
    }


    .company{
        max-width: 1240px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .company h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;

    }


    .company img{
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .company p{
        max-width: 960px;
        margin: 0 auto;
        font-size: 1.8rem;
        line-height: 2;
    }

    .contact{
        max-width: 1240px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .contact h2{
        text-align: center;
        margin-bottom: 50px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;
    }


    .contact p{
        max-width: 960px;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2rem;
    }

    .contact p.address{
        margin: 20px auto;
        text-align: center;
        font-size: 3rem;
        line-height: 2;
    }

    .contact a{
        color: #2b2b2b;
        text-decoration: none;
        padding: 0 .3em;
        background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 50%);
        background-position: 0 0;
        background-size: 200% auto;
        transition: .3s;
    }

    .contact a:hover{
        background-position: -100% 0;
        color: #fff;
    }

    footer{
        max-width: 1240px;
        padding:50px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: right;
    }

    footer a{
        font-size: 1rem;
        color: #2b2b2b;
        text-decoration: none;
        opacity: 1;
        transition: 0.3s;
    }

    footer a:hover{
        opacity: 0.6;
    }

}

@media screen and (min-width:1280px) {



    .sp{
        display: none;
    }

    .pc{
        display: block;
    }

    .pc_menu{
        display: block;
    }

    .sp_menu{
        display: none;
    }




    .button {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding: .5em 4em;
        border: 1px solid #333;
        color: #333;
        text-align: center;
        text-decoration: none;
        transition: .3s;
        overflow: hidden;
    }
    .button:hover {
        color: #fff;
    }

    .button::before {
        position: absolute;
        top: 0;
        left: -5%;
        z-index: -1;
        content: '';
        width: 150%;
        height: 200%;
        background: #333;
        transform-origin: left bottom;
        transform: skewY(-10deg) scale(1, 0);
        transition: transform .3s;
    }
    .button:hover::before {
        transform-origin: left top;
        transform: skewY(-10deg) scale(1, 1);
    }


/*header*/

    header{
        width: 100vw;
        height: 50px;
        line-height: 50px;
        z-index: 100;
    }

    header nav ul{
        display: flex;
        webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    header nav ul li{
        font-size: 1.2rem;
        display: inline-block;
        width: 100px;
        list-style: none;
        text-align: center;
    }


    header nav ul li a {
        text-decoration: none;
        color: #2b2b2b;
        opacity: 1;
       transition: 0.3s;
    }
    header nav ul li a:hover {
       opacity: 0.6;
    }

    /*fv*/

    .center-contents{
        position: absolute;
        z-index: 10;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .center-contents h1 img {
        max-width: 400px;
        height: auto;
        margin: 0 auto;
    }

    .center-contents p{
        text-align: left;
        font-size: 2.4rem;
        line-height: 1.3;
        color: #fff;
        margin: 0;
    }


    .fv-fix-left {
        display: block;
        position: fixed;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 999;
    }

    .fv-fix-left img{
        width: 50%;
        height: auto;
    }


    .fv-fix-right {
        display: block;
        position: fixed;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 999;
    }

    .fv-fix-right img{
        width: 50%;
        height: auto;
    }


    /*about*/


    .pc_menu .logo{
        margin: 40px auto 0 auto;
        width: 150px;
    }

    .pc_menu .logo img{
        width: 100%;
    }


    .about{
        max-width: 1240px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .about h2{
        text-align: center;
        margin-bottom: 70px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;
    }


    .about img{
        width: 600px;
        margin: 0 auto 50px auto;
    }


    .services{
        max-width: 1240px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .services h2{
        text-align: center;
        margin-bottom: 70px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;

    }

    .services_wrap{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .one-service{
        width: 48%;
        box-sizing: border-box;
        margin-bottom: 50px;
    }



    .one-service h3{
        font-size: 2rem;
    }

    .one-service img{
        width: 100%;
    }

    .one-service p{
        font-size: 1.4rem;
        line-height: 2;
    }

    .company{
        max-width: 1240px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .company h2{
        text-align: center;
        margin-bottom: 70px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;

    }


    .company img{
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .company p{
        max-width: 960px;
        margin: 0 auto;
        font-size: 1.8rem;
        line-height: 2;
    }

    .contact{
        max-width: 1240px;
        padding:100px 50px 50px 50px;
        margin: 0 auto;
        box-sizing: border-box;
    }


    .contact h2{
        text-align: center;
        margin-bottom: 70px;
        font-size: 2.4rem;
        font-weight: bold;
        letter-spacing: 10px;
    }


    .contact img{
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .contact p{
        max-width: 960px;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2rem;
    }

    .contact p.address{
        margin: 20px auto;
        text-align: center;
        font-size: 3rem;
        line-height: 2;
    }

    .contact a{
        color: #2b2b2b;
        text-decoration: none;
        padding: 0 .3em;
        background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 50%);
        background-position: 0 0;
        background-size: 200% auto;
        transition: .3s;
    }

    .contact a:hover{
        background-position: -100% 0;
        color: #fff;
    }

    footer{
        max-width: 1240px;
        padding:50px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: right;
    }

    footer a{
        font-size: 1rem;
        color: #2b2b2b;
        text-decoration: none;
        opacity: 1;
        transition: 0.3s;
    }

    footer a:hover{
        opacity: 0.6;
    }






}