@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}



#wrap {
    overflow: hidden;
}

#loader-bg {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1100;
    background-color: #fff;
}

#loader {
    /*	display: none;*/
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 159px;
    height: 60px !important;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
}

#loader .loader-img {
    width: 100%;
    height: 100px;
}

#loader p {
    color: #000;
    font-size: 2em;
    font-family: chelsea-market-open, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
}




/***************************************************
 * Generated by SVG Artista on 4/1/2021, 8:51:40 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 631.3685913085938px;
        stroke-dasharray: 631.3685913085938px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 631.3685913085938px;
        stroke-dasharray: 631.3685913085938px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
        animate-svg-fill-1 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s both;
    animation: animate-svg-stroke-1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
        animate-svg-fill-1 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.5s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 631.3685913085938px;
        stroke-dasharray: 631.3685913085938px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 631.3685913085938px;
        stroke-dasharray: 631.3685913085938px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
        animate-svg-fill-2 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.6s both;
    animation: animate-svg-stroke-2 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
        animate-svg-fill-2 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.6s both;
}

/* header  ////////////////////////*/
header {
    margin: 0;
    padding: 0;
    background-color: #000;
    position: fixed;
    width: 100%;
    z-index: 102;
    transition: all 0.3s;
    top:0;
}
header.hide{
    transform: translateY(-100%);
}

.navbar-brand img{
    width: 180px;
    display: none;
}
#header .contact {
    text-align: right;

    margin: 0 auto;
    height: 60px;
}

#header .contact a {
    font-weight: 900;
    letter-spacing: 2px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 20px;
}

#header .contact a:hover {
    background-color: #fff;
    color: #000;
}



#header .nav-link {
    color: #fff;
    font-family: ingra, sans-serif;
    font-weight: 700;
    font-size: 1.2em;

}

#header .nav-link:hover {
    color: #a2a2a2;
}



.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
    outline: none;
    padding: .25rem .15rem;
}

.navbar-toggler:focus {
    outline: none;
}

@media screen and (max-width:991px) {
    #header .nav-item {
        padding: 0;
    }
    #header .nav-link {
        display: block;
        padding: 1.5rem 0;
        border-top: solid 1px #fff;
    }
    .navbar{
        padding: .1rem .5rem;
    }
    .navbar-brand{
        margin-right: 0;
        padding-bottom: 0;
    }

}


/* main  ////////////////////////*/
main {
    overflow: hidden;
}

#main .wrap {
    height: 100vh;
    background: #000;
}

.wrap {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}


.main-logo {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}



.main-logo h1 {
    width: 200px;
    margin: 0 auto 1.5em;
}

.copy {
    letter-spacing: 0.05rem;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

@media screen and (max-width:576px) {

    .main-logo h1 {
        width: 150px;
    }

    .copy {
        font-size: 0.75rem;
        letter-spacing: 0.025rem;
    }
}

/* about  ////////////////////////*/

.about-table {
    margin: 0 auto;
}

.about-table th,
.about-table td {
    border-top: 2px dashed #000000;
    padding: 3em 8em 3em 1em;
    width: auto;
    font-size: 18px;
}
.about-table th a,.about-table td a{
    color: #000 !important;
}
.about-table th:last-of-type,
.about-table td:last-child {
    border-bottom: 2px dashed #000000;
}

.about-table li {
    padding: 0.3em 0;
}

.vision-copy {
    font-size: 130px;
    line-height: 1.2em;
    margin-bottom: 50px;
}

.vision-copy span {
    font-size: 16px;
    line-height: 0;
}

.vision p {
    font-weight: 300;
    line-height: 2em;
}

.vision {
    margin-bottom: 200px;
}

@media screen and (max-width:992px) {
    .vision-copy {
        font-size: 50px;
    }

    .service-title {
        font-size: 20px;
    }

    .about-table {
        margin-bottom: 200px;
    }

    .about-table th {
        padding: 4em 0.5em 4em 4em;
        white-space: nowrap;
    }

    .about-table td {
        padding: 4em 4em 4em 0em;
    }

    .about-table th,
    .about-table td {
        font-size: 14px;
    }

    .vision {
        margin-bottom: 100px;
    }
}



@media screen and (max-width:576px) {
    .about-table th,
    .about-table td {
        font-size: 12px;
    }
    .about-table th {
        padding: 2em 0.5em 2em 1em;

    }

    .about-table td {
        padding: 2em 1em 2em 0em;
    }

    p,
    th,
    td,
    a {
        font-size: 0.9em;
    }

    .about-table {
        margin-bottom: 100px;
    }

}



.wrap {
    padding-bottom: 300px;
}

@media screen and (max-width:576px) {
    .wrap {
        padding-bottom: 150px;
    }
}

.common-btn {
    background-color: #000000;
    color: #ffffff;
    padding: 1.5em 7em;
    border-radius: 100vw;
    letter-spacing: 5px;
    border: 3px solid #000000;
    height: auto;
}

.common-btn:hover,
.common-btn:active,
.common-btn:focus {
    background-color: #ffffff;
    color: #000000;
    border: 3px solid #000000;
}

.common-btn:disabled:hover {
    background-color: #000000;
    color: #fff;
}

.common-btn-line {
    border: 3px solid #fff;
}

.common-btn-wh {
    background-color: #fff;
    color: #000;
    border: 3px solid #fff;
}

.common-btn-wh:hover,
.common-btn-wh:active,
.common-btn-wh:focus {
    background-color: #000;
    color: #ffffff;
    border: 3px solid #fff;
}

.common-btn-sm {
    padding: .75em 4em;
    letter-spacing: 1px;
}

#contact .wrap {
    background-color: #d8d6d6;
    padding-bottom: 300px;
    overflow: hidden;
    letter-spacing: 1px;
}



.form-group {
    max-width: 700px;
    margin: 20px auto;
}

.form-control {
    color: #000000;
    border: 3px solid #fff;
    border-radius: 0;
    opacity: 1;
    outline: 0;
    width: 95%;
    margin: 0 auto;
    padding: 2rem 1rem;
    border-radius: 10px;
}

.form-control:focus {
    border: 3px solid #000000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    font-family: ingra, sans-serif;
    font-weight: 700;
    color: #000000;
    letter-spacing: 5px;
    opacity: 1;
}

.form-control.is-invalid,
#contactform input.form-control:focus,
#contactform textarea.form-control:focus {
    border-color: #fff;
}

.form-control.is-valid {
    border-color: #fff;
    background-color: #f3fff0;
}

form .common-btn {
    margin-bottom: 15px;
}

footer .licence {
    letter-spacing: 2px;
}

@media screen and (max-width:992px) {
    #contact .wrap {
        padding-bottom: 150px;    
    }
}

/* service ////////////////////////*/
.right-content {
    padding-left: 50px;
    padding-right: 0;
}

.left-content {
    padding-right: 50px;
    padding-left: 0;
}

.service-box {
    position: relative;
    width: 100%;
    margin-bottom: 200px;
    margin-left: 0;
    margin-right: 0;
}

.service-icon {
    width: 45px;
    height: auto;
    margin: 1em 0;
}

.service-num {
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

.service-num::before {
    content: "";
    position: absolute;
    border: solid 1px #a2a2a2;
    width: 83%;
    top: 50%;
    right: 0;
}

.service-title {
    font-size: 38px;
    margin-top: 100px;
    margin-bottom: 30px;
    line-height: 1.3em;
}

.service-txt {
    font-weight: 400;
    color: #3a3a3a;
    padding-bottom: 200px;
}

.service-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}


.service-box:nth-of-type(2) .service-img {
    background-image: url("images/service_01@2x.jpg");
    background-position: center;
}

.service-box:nth-of-type(3) .service-img {
    background-image: url("images/service_02@2x.jpg");
    background-position: center;
}

.service-box:nth-of-type(4) .service-img {
    background-image: url("images/service_03@2x.jpg");
    background-position: bottom 0px left 0px;
}

.service-box:nth-of-type(5) .service-img {
    background-image: url("images/service_04@2x.jpg");
    background-position: bottom 0px right 0px;
}

.service-box:nth-of-type(5) {
    margin-bottom: 0;
}

@media screen and (max-width:1500px) {
    .left-content {
        padding-right: 20px;
    }

    .right-content {
        padding-left: 20px;
    }

    .service-title {
        font-size: 30px;
    }

    .service-num::before {
        width: 75%;
    }
}

@media screen and (max-width:992px) {
    .service-box {
        display: flex;
        flex-direction: column;
    }

    .service-img {
        height: 70vw;
    }

    .left-content {
        padding-right: 0;
    }

    .right-content {
        padding-left: 0;
    }

    .service-content {
        padding: 30px;
    }


    .service-title {
        margin-top: 0;
        margin-bottom: 0px;
        font-size: 22px;
        margin-left: 15px;
        display: inline-block;
    }

    .service-num::before {
        width: 85%;
    }

    .service-txt {
        padding-bottom: 0;
    }

    .service-box {
        margin-bottom: 100px;
    }

    .sp-display {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }

    .service-icon {
        margin: 0;
    }



    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }



    h2.head01 {
        margin: 50px 0;
    }

    .wrap {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 50px;
    }

}

@media screen and (max-width:576px) {
    .service-num::before {
        width: 75%;
    }

    .service-content {
        padding: 15px;
    }
}