#cLogo,
#cMask {
    display: none;
}

#cLogo2,
#cTxt1,
#cTxt2 {
    z-index: 110;
}

#cLogo {
    background-color: #fff;

    z-index: 130;
}

#cMask {
    margin: auto;

    border: solid #fff;

    z-index: 120;
}

#cTxt1,
#cTxt2 {
    transition: all .5s linear;
}

#cTxt1.hide {
    left: -32px;
}

#cTxt2.hide {
    right: -32px;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.overlay.left,
.overlay.right {
    transform: translate(0, -50%);
    -webkit-transform: translate(0 -50%);
}

.overlay.left {
    left: 20px;
}

.overlay.right {
    left: auto;
    right: 20px;
}

.globalNav {
    height: 50px;
    width: 100%;

    padding-left: 15px;

    background-color: rgba(255, 255, 255, .95);

    line-height: 50px;

    left: 0;

    transition: all .8s ease;

    z-index: 999;
}

.globalNav.fix{
	background-color: rgba(255, 255, 255, .70);
}

@media screen and (min-width: 768px) {
.globalNav.fix{
	height: 80px;
	line-height: 80px;
}
}

.globalNav.hide {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.globalNav h1 {
    display: inline-block;
    font-size: 13px;
}

.globalNav h1 img {
    vertical-align: middle;
    margin-right: 18px;
}

.js-toggleNav {
    display: block;
    height: 50px;
    padding: 15px 15px 15px 10px;

    float: right;
}

.js-toggleNav span {
    display: block;

    height: 3px;
    width: 30px;

    background-color: #000;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.js-toggleNav span + span {
    margin-top: 5px;
}

.js-toggleNav.opened > span:nth-of-type(1) {
    margin: 0;
    transform: translateY(8px)  rotate(45deg);
    -webkit-transform: translateY(8px) rotate(45deg);
}

.js-toggleNav.opened > span:nth-of-type(2) {
    opacity: 0;
}

.js-toggleNav.opened > span:nth-of-type(3) {
    margin: 0;
    transform: translateY(-3px) rotate(-45deg);
    -webkit-transform: translateY(-3px) rotate(-45deg);
}

.footer {
    display: block;

    padding-top: 30px;

    color: #fff;

    text-align: center;

    background-color: #000;
    position: relative;
}

.footer:before {
    content: "";

    height: 111px;
    max-width: 414px;
    width: 80%;

    background: url(../img/img_footer01.png) no-repeat;
    background-position: bottom center;
    background-size: contain;

    margin: auto;
    position: absolute;
    top: -108px;
    left: 0;
    right: 0;
}

.copyright {
    display: inline-block;
    margin: 0 auto 40px;
}

#cover {
    min-height: 100%;

    position: relative;

    background: url(../img/bg_cover01.jpg) no-repeat;
    background-size: cover;

    overflow: hidden;
}

#cover video {
    position: absolute;
    bottom: 0;
    right: 0;

    min-height: 100%;
    min-width: 100%;

    height: auto;
    width: auto;
}

.txt {
    font-weight: bold;
    overflow: auto;

    line-height: 2;
}

#content > section h2 img {
    display: block;
}

#content > section h2 span {
    font-size: 13px;
    text-align: center;
}

.conceptModule {
    margin: 0 auto;
    padding-top: 100px;

    background-color: #f6eee2;
}

.threeS {
    padding: 0 15px 190px;

    text-align: center;
    font-size: 13px;
    font-weight: bold;

    background: url(../img/bg_concept01.png) no-repeat;
    background-position: left bottom;
}

.threeS img {
    display: block;
    margin: 0 auto 18px;
}

.serviceModule {
    background-color: #f3f5f4;
    padding: 120px 256px 60px;
}

.serviceListModule li p {
    line-height: 1.8;
}


.companyModule {
    padding: 120px 256px 80px;
    background-color: #fff;
}

.companyModule table {
    border-collapse: separate;
    line-height: 2.25;
}

.companyModule tr > td:first-of-type {
    width: 80px;
}

.companyModule td {
    vertical-align: top;
}

.companyAddress dt {
    float: left;
}

.serviceListModule {
    padding: 70px 0;

    background: url(../img/bg_service01.png) no-repeat center;
    background-size: cover;

}

.serviceListModule ul {
    display: inline-block;
}

.serviceListModule li {
    text-align: center;
}

.accessMapModule {
    height: 420px;
    border-top: solid 20px #e6dccd;
}

.mapLabel {
    display: inline-block;

    background-color: #d3ac6f;
    color: #fff !important;

    line-height: 1.3;

    width: 86px;
    text-align: center;
}

.contactModule {
    padding: 100px 256px 180px;
	background: #999;
}

.js-closeNav {
    display: block;

    height: 20px;
    width: 30px;

    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.js-closeNav:before,
.js-closeNav:after {
    content: "";

    display: block;

    height: 3px;
    width: 30px;

    background-color: #fff;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

.js-closeNav:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.js-closeNav:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
body.desktop a[href^="tel:"] {
    cursor: default;
}
.contactModule .txt,
.contactModule h2{
	color: #fff;
}
@media screen and (min-width: 768px) {
    body,
    .globalNav {
        min-width: 1280px;
    }

    .txt {
        width: 500px;

        float: right;
    }

    .globalNav {
        height: 70px;
        line-height: 70px;

        padding: 0 45px 0 30px;
    }

    .js-toggleNav,
    .js-closeNav {
        display: none;
    }

    .links {
        display: inline-block;

        float: right;

        font-size: 14px;
    }

    .links li {
        float: left;
    }

    .links li + li {
        margin-left: 40px;
    }

    .links li:last-child {
        margin-left: 0;
    }

    .links li a {
        padding-bottom: 1px;
    }

    .links li a:hover {
        border-bottom: solid 1px #000;
    }

    .threeS {
        padding-top: 120px;
        padding-bottom: 190px;

        font-size: 18px;
    }

    .serviceListModule li {
        float: left;

        height: 202px;
        width: 276px;
    }


	.serviceListModule li img {
		width: 100%;
	}

    .serviceListModule li + li {
        margin-left: 50px;
    }

    #content > section {
        width: 100%;
    }

    .serviceListModule {
        text-align: center;
    }

    #content > section h2 {
        width: 185px;

        float: left;
    }

    #content > section h2 img {
        margin-bottom: 15px;
    }

    #contet > section h2 span {
        text-align: left;
    }

    #content > section .inner {
        width: 760px;
        margin: 0 auto;
    }

    .companyModule table {
        width: 500px;
        float: right;
    }

    .companyModule > table td:first-of-type {
        width: 130px;
    }

    .mapLabel {
        margin-left: 10px;
    }

    .contactModule .txt {
        margin-bottom: 70px;



    }

    .contactList {
        text-align: center;
    }

    .contactList li {
        display: inline-block;
        height: 57px;
        width: 255px;
    }

    .contactList li:first-of-type {
        margin-right: 66px;
        padding-bottom: 1px;
    }

    .contactList li:first-of-type img {
        margin-bottom: 1px;
    }

    .contactList li:last-of-type {
        margin-left: 66px;
    }
}

@media screen and (max-width: 767px) {
    #cTxt1,
    #cTxt2 {
        display: none;
    }

    #content .fit {
        width: 100%;
    }

    .globalNav {
        padding-left: 15px;
    }

    .globalNav h1 {
        width: 80%;
        font-size: 12px;
    }

    .globalNav h1 img {
        max-width: 140px;
        width: 35%;

        margin-right: 10px;
    }

    .links {
        display: none;

        font-size: 16px;

        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;
    }

    .links li {
        background-color: #000;
        text-align: center;

        position: relative;
    }

    .links li + li {
        height: 51px;
        border-top: solid 1px #313131;
    }

    .links li:last-of-type {
        border: none;
    }

    .links li a {
        color: #fff;
    }

    .links li a img {
        height: 12px;
    }

    .conceptModule {
        padding: 55px 15px 0;
    }

    .threeS img {
        margin-bottom: 13px;
    }

    .conceptModule .txt {
        margin-bottom: 50px;
    }

    .contactModule {
        padding: 50px 15px 150px;
    }

    .serviceModule,
    .companyModule {
        padding: 50px 15px 40px;
    }

    .serviceListModule {
        width: 100%;
        padding: 30px 48px;
        height: auto;
    }

	.serviceListModule li img{
		width: 94%;
	}

    .serviceListModule li + li {
        margin-top: 25px;
    }

	.serviceListModule li + li + li{
		margin-top: 20px;
	}

    .serviceListModule li h3 {
        margin-bottom: 15px;
    }

    .companyModule table {
        margin: 0 auto;
    }

    .contactModule .txt {
        margin-bottom: 30px;
    }

    .footer:before {
        height: 88px;
        max-width: 324px;

        top: -86px;
    }

    #content > section h2 {
        margin-bottom: 30px;
        text-align: center;
    }

    #content > section h2 img {
        margin: 0 auto;
    }

    .mapLabel {
        width: 100%;
    }

    .accessMapModule {
        height: 325px;
        border-top-width: 10px;
    }

    .contactList {
        text-align: center;
    }

    .contactList li + li {
        margin-top: 28px;
    }
}

.js-anim.enable {
    opacity: 0;
    transform: translateY(25px);
    transition: all 1s;
}

.js-anim.enable.animated {
    transform: translateY(0);
    opacity: 1;
}
