@charset "utf-8";

body {
    margin: 0 ;
    font-family: adobe-arabic, sans-serif;
    font-weight: 400;
    font-style: oblique;
}

p,h1,h2,a {
    margin:0;
    color: white;
}
a {
    text-decoration: none;
}

#container {
    font-size: 18px;
}
h2 {
    font-size: 40px;
    text-align: center;
}
.summary {
    text-align: center;
    margin-bottom: 35px;
    margin-top: -5px;
    line-height: 33px;
}
.bg-black {
    background-color:#1f1c1c;
}

.header {
    width: 100%;
    position: absolute;
    z-index: 999;
}
.header li {
    list-style-type: none;
    right: 3vw;
}
.header a {
    color: #fff;
    font-size: 2.3vw;
}
.header a:hover {
    color: rgb(34, 31, 34);
}
.title {
    position: absolute;
    left: 3vw;
    top: 6px;
}
.nav_list {
    margin: 5px;
    display: flex;
    justify-content: flex-end;
}
.nav_list li:not(first-of-type) {
    margin-right: 25px;
}


#home {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
}
#home::after {
    content: '';
    background-color: rbga(0,0,0,.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}   
#home img {
    width: 100% ;
    height: 800px;
    object-fit: cover;
}
#home h1 {
    font-size: 7vw;
    white-space: nowrap;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 18%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 99;
}
#home p1 {
    font-size: 3.7vw;
    white-space: nowrap;
    color:#fff;
    position: absolute;
    top: 55%;
    left: 4%;
    margin-top: 10px;
    transform: translateY(3%);
    -webkit-transform: translateY(3%)
}
#home p2 {
    font-size: 3.7vw;
    white-space: nowrap;
    color:#fff;
    position: absolute;
    top: 55%;
    left: 4%;
    margin-top: 10px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%)

}



#about {
    padding: 30px 60px;
}
#about h2 {
    margin-top: 100px;
    margin-bottom: 150px;
}
.about-flex {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}
.about-text-area {
    display: inline-block;
    width: 50%;
    margin-right: 25px;
}
.about-text-area p {
    line-height: 30px;
}
.about-img-area {
    width: 50%;
    max-width: 400px;
}
.about-img-area img {
    width: 100%;
}


#works {
    padding: 200px;
}
.works-content {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}
.works-content p {
    font-size: 30px;
    margin-bottom: 20px;
}
#works a {
    color: #fff;
    font-size: 40px;
}
#works a:hover {
    color: darkorchid;
    font-size: 41px;
}


#service {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
}
.service-image {
    width: 100%;
    height: 800%;
    object-fit: cover;
}
.service-list {
    width: 100%;
    top: 300px;
    display: flex;
    position: absolute;
    text-align: center;
    justify-content: space-evenly;
    z-index: 99;
}
#service h2 {
    white-space: nowrap;
    color: #fff;
    position: absolute;
    bottom: 350px;
    z-index: 99;
}
.service-content img{
    width: 100%;
    max-width: 300px;
}



#contact {
    padding: 200px;
}
.contact-form {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}
.works-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
#contact a {
    color: #fff;
    font-size: 30px;
}
#contact a:hover {
    color: darkorchid;
    font-size: 31px;
}


.footer-box {
    background: #1f1c1c;
    padding:25px 30px 60px;
    position: relative;
    text-align: center;
}
.footer-box li {
    list-style-type: none;
}
.footer-box a,
.footer-box p {
    color:#fff;
}
.footer-box a {
    font-size: 25px;
}
.footer-box p {
    font-size: 25px;
}
.footer-nav {
    display: inline-block;
    border-bottom: 1.5px solid #fff;
    margin-bottom: 18px;
}
.footer-nav a:hover{
    color: darkorchid;
}
.footer-nav ul {
    display: flex;
    padding: 0 28px;
}
.footer-nav li:not(:last-of-type) {
    margin-right: 30px;
}
.copyright {
    margin-bottom: -10px;
}
.sns-area {
    float: right;
}
.sns-area img:not(:last-of-type) {
    margin-right: 6px;
}


@media screen and (min-width:768px) {
    .pc_none{
        display: none!important;
    }
}
@media screen and (max-width:768px) {
    .sp_none{
        display: none!important;
    }
    #container {
        font-size: 16px;
    }
    h2 {
        font-size: 30px;
        margin: 0 auto;
    }

    .nav_list {
        margin:1px;
    }
    .nav_list li:not(first-of-type) {
        margin-right: 7px;
        left: 0;
        top: 0;
    }
    .title {
        left: 2vw;
        top: 6px;
    }
    .header a {
        font-size: 2.7vw;
    }
    #nav-content {
        display: block;
    }


    #home h1 {
        top: 54%;
        left: 16.8%;
    }
    #home p1 {
        transform: translate(-2%);
        -webkit-transform: translate(-2%)

    }
    #home p2 {
        transform: translate(-2%,80%);
        -webkit-transform: translate(-2%,80%)
    }


    #about {
        padding: 10px 20px 40px;
    }
    #about h2 {
        margin-bottom: 15px;
    }
    .about-flex {
        flex-wrap: wrap-reverse;
        text-align: center;
    }
    .about-text-area {
        width: 100%;
        margin: 0 auto;
    }
    .about-img-area {
        width: 100%;
        margin: 0 auto;
    }


    #works {
        padding: 30px 20px 40px;
    }
    #works h2 {
        margin-top: 60px;
    }
    .work-list {
        display: block;
    }
    .work-content:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 36px;
    }



    .service {
        padding: 30px 20px 40px;
    }
    .service-list {
        bottom: 300px;
        flex-wrap: wrap;
    }
    .service-list img {
        width: 70%;
    }


    #contact {
        padding: 30px 20px 40px;
    }
    #contact h2 {
        margin-bottom: 6px;
    }


    .footer-nav {
        padding: 0 60px;
        margin-bottom: 10px;
    }
    .footer-nav ul {
        flex-wrap: wrap;
        padding: 0;
    }
    .footer-nav li:not(:last-of-type) {
        margin-right: 0 ;
        width: 50%;
    }
    .footer-nav li:last-of-type {
        margin-right: 0;
        width: 50%;
    }
    .footer-box {
        padding: 16px 30px 60px;
    }
    .footer-box a {
        font-size: 16px;
    }
    .footer-box p {
        font-size: 18px;
    }
    .sns-area {
        float: unset;
        margin-top: 30px;
    }

}