@charset "utf-8";
  
body {
    margin:0;
    /*font-family: adobe-arabic,sans-serif;
    font-weight: 400;
    font-style: normal;*/
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
}
p,h1,h2,h3,h4,a {
    margin:0;
    color: #30353a;
}
a {
    text-decoration: none;
}
#container {
    font-size: 18px;
}
h2 {
    font-size: 60px;
    text-align: center;
}
.summary {
    text-align: center;
    margin-bottom: 35px;
    margin-top: -5px;
    line-height: 33px;
}
.bg-grey {
    background-color: #efefef;
}
.header {
    width: 100%;
    font-size: 35px;
    position: absolute;
    z-index: 999;
}
.header li {
    list-style-type: none;
}
.header a {
    color: #fff;
    font-size: 28px;
}
.title {
    position: absolute;
    left: 30px;
    top: 13px;
    z-index: 1;
}
.nav_list {
    margin: 10px 60px;
    display: flex;
    justify-content: flex-end;
    scroll-padding: 6px 30px;
    margin: 10px 0;
    padding: 6px 30px;
}
.nav_list li:not(:first-of-type) {
    margin-left: 30px;
}
#main {
    width: 100%;
    height: 550px;
    overflow: hidden;
}
/*#main::after {
    content: '';
    background-color: rgba(245, 235, 235, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}*/
#main img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
#main h1 {
    font-size: 25px;
    white-space: nowrap;
    color: #191717;
    position: absolute;
    top: 30%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 99;
    text-shadow: 2px 5px 4px rgba(0,0,0,0.5);
}
#about {
    padding: 30px 60px;
}
#about h2 {
    margin-bottom: 0 24px;
}
.about-flex {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}
.about-text-area {
    order: 2;
    display: inline-block;
    width: 50%;
    margin-right: 24px;
}
.about-text-area p {
    line-height: 33px;
}
.about-text-area ul {
    margin-top: 30px;
    line-height: 33px;
    padding-left: 18px;
}
.about-img-area {
    order: 1;
    width: 25%;
    max-width: 400px;
}
.about-img-area img {
    width: 100%;
}
#service {
    padding: 30px 30px 48px;
}
.service-list {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
}
.service-content {
    width: 100%;
}
.service-content:not(:last-of-type) {
    margin-right: 80px;
}
.service-content img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 22px;
}
.service-content p {
    line-height: 25px;
    margin: -10px 10px 0;
    color: #7f8387;
}
.service-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
}
#works {
    padding: 30px 20px 38px;
}
.work-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,auto);
    gap: 20px;
    font-size: 15px;
    text-align: center;
    /*font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: space-between;*/
}
.work-content {
    width: 100%;
} 
.work-content img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.work-content p {
    line-height: 25px;
    margin: -6px 10px 0;
}
#contact {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: center;
}
#contact h2 {
    margin-bottom: 10px;
}
#contact .summary {
    margin-bottom: 30px;
    color: #555;
    font-size: 16px;
}
.contact-form iframe {
    width: 100%;
    height: 750px;
    border: none;
    max-width: 100%;
}
.footer-box {
    background: #adabab;
    padding: 24px 60px 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: 20px;
}
.footer-box p {
    font-size: 25px;
}
.footer-nav {
    display: inline-block;
    border-bottom: 1.5px solid #fff;
    margin-bottom: 18px;
}
.footer-nav ul {
    display: flex;
    padding: 0 28px;
}
.footer-nav li:not(:last-of-type) {
    margin-right: 30px;
}
.copyright {
    margin-bottom: -10px;
}
.sns-area {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
}
.sns-area img {
    height: 24px;
}

@media screen and (min-width:768px) {
    .pc_none{
        display: none!important;
    }
    /*.nav_list {
        margin: 20px 10px;
    }
    #main h1 {
        top: 20%;
        left: 70%;
    }*/
}
@media screen and (max-width:767px) {
    .sp_none{
        display: none!important;
    }
    #container {
        font-size: 16px;
    }
    h2 {
        font-size: 50px;
    }
    .title {
        margin: 8px 20px;
        font-size: 25px;
    }
    #nav-content {
        display: none;
    }
    #main {
        height: 400px;
    }
    #main img {
        height: 400px;
    }
    #main h1 {
        font-size: 15px;
        white-space: normal;
        text-align: center;
        position: absolute;
        left: 10%;
        top: 20%;
    }
    #about {
        padding: 30px 20px 40px;
    }
    #about h2 {
        margin-bottom: 8px;
    }
    .about-flex {
        flex-wrap: wrap;
    }
    .about-text-area {
        width: 100%;
        margin-right: 0;
    }
    .about-img-area ul {
        margin-top: 34px;
        padding-left: 14px;
    }
    .about-img-area {
        width: 100%;
        margin: 0 auto;
    }
    #service {
        padding: 30px 30px 48px;
    }
    #service h2 {
        margin-bottom: 8px;
    }
    .service-list {
        display: block;
        max-width: 1600;
    }
    .service-content:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 44px;
    }

    #contact {
        padding: 30px 10px;
    }
    .contact-form iframe {
        height: 900px;
    }
    .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 {
        width: 50%;
    }
    .footer-box {
        padding: 16px 20px 60px; 
    }
    .footer-box p {
        font-size: 25px;
    }
    .sns-area {
        float: unset;
        margin-top: 30px;
    }
}