main{
    padding-top: 80px;
    max-width: 2000px;
}
.mainvisual{
    display: flex;
    position: relative;
    width: 100%;
    height: 42.7vw;
    max-height: 857px;
    margin-bottom: 15vw;
    overflow: hidden;
}
.mainvisual .mainvisual-text{
    width: 38%;
    font-size: clamp(26px, 3.5vw, 70px);
    font-weight: normal;
    position: absolute;
    left: 6%;
    top: 15vw;
    z-index: 1;
    font-family: "Zen Old Mincho", serif;
    
}
.mainvisual .mainvisual-img{
    width: 70%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#company{
    position: relative;
    width: 100%;
    height: 42.7vw;
    max-height: 854px;
    overflow: hidden;
    margin-bottom: 8.5vw;
}
#company .section-title{
    font-size: clamp(61.44px, 8vw, 160px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#company .section-img{
    width: 65%;
    position: absolute;
    top: 6.5vw;
    left: 0;
}
#company .section-content{
    width: 35%;
    background-color: #fff;
    position: absolute;
    top:  13vw;
    right: 8%;
    z-index: 1;
    padding: 5% 0 5% 5%;
}
#company .section-content h3{
    font-size: clamp(13.15px, 1.71vw, 34.29px);
    font-weight: normal;
    margin-bottom: 10%;
}
#company .section-content p{
    font-size: clamp(8.22px, 1.07vw, 21.43px);
    margin-bottom: 10%;
}
#company .section-content a{
    font-size: clamp(6.57px, 0.86vw, 17.14px);
    border: 1px solid #1f1f1f;
    padding: 10px 28px;
}
#products{
    position: relative;
    width: 100%;
    height: 60.6vw;
    max-height: 1212px;
    overflow: hidden;
    margin-bottom: 8.5vw;
}
#products .section-title{
    font-size: clamp(61.44px, 8vw, 160px);
    position: absolute;
    top: 0;
    left: 35%;
    z-index: 1;
}
#products .section-text{
    font-size: clamp(8.22px, 1.07vw, 21.43px);
    position: absolute;
    top: 13.7vw;
    left: 35%;
    z-index: 1;
}
#products .section-img{
    display: flex;
    width: 100%;
    position: absolute;
    top: 21vw;
    left: 0;
}
#products .section-img > img{
    width: 33.3%;
}
#products .back-img{
    width: 70%;
    height: 35.3%;
    background-color: #FAFAFA;
    position: absolute;
    top: 6vw;
    left: 30%;
    z-index: -1;
}
#products > a{
    font-size: clamp(6.57px, 0.86vw, 17.14px);
    border: 1px solid #1f1f1f;
    padding: 10px 28px;
    position: absolute;
    bottom: 0;
    left: 45.7%;
}
#works{
    position: relative;
    width: 100%;
    height: 52vw;
    max-height: 1040px;
    overflow: hidden;
    margin-bottom: 8.5vw;
}
#works .section-title{
    font-size: clamp(61.44px, 8vw, 160px);
    position: absolute;
    top: 0;
    left: 4%;
    z-index: 1;
}
#works .section-content{
    width: 33%;
    position: absolute;
    top: 13vw;
    left: 4%;
    z-index: 1;
}
#works .section-content p{
    font-size: clamp(8.22px, 1.07vw, 21.43px);
    margin-bottom: 10%;
}
#works .section-content a{
    font-size: clamp(6.57px, 0.86vw, 17.14px);
    border: 1px solid #1f1f1f;
    padding: 10px 28px;
}
#works .section-img{
    display: flex;
    flex-wrap: wrap;
    gap: 0.6%;
    width: 57%;
    position: absolute;
    top: 12vw;
    right: 0;
}
#works .section-img > img{
    width: 49.7%;
    margin-bottom: 0.6%;
}
#news{
    width: 100%;
    margin-bottom: 8.5vw;
    padding: 0 5%;
}
#news .section-title{
    font-size: clamp(61.44px, 8vw, 160px);
    text-align: center;
    margin-bottom: 50px;
}
#faq-contact{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5.7vw;
    padding: 0 5%;
    
}
#faq-contact > a::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1));
    position: absolute;
    top: 0;
    left: 0;
}
#faq-contact .faq{
    width: 48%;
    position: relative;
}
#faq-contact .contact{
    width: 48%;
    position: relative;
}
#faq-contact .section-img{
    width: 100%;
}
#faq-contact .section-content{
    position: absolute;
    bottom: 1.4vw;
    left: 4%;
    z-index: 1;
    color: #fff;
}
#faq-contact .section-title{
    font-size: clamp(30.72px, 4vw, 80px);
    font-weight: normal;
}
#faq-contact .section-text{
    font-size: clamp(7.68px, 1vw, 20px);
}
#faq-contact .arrow{
    width: 23%;
    position: absolute;
    bottom: 1.4vw;
    right: 4%;
}
#faq-contact .arrow img{
    width: 100%;
}
#faq-contact .faq .arrow{
    width: 23%;
    position: absolute;
    bottom: 1.4vw;
    right: 4%;
}
#faq-contact .faq .arrow img{
    width: 100%;
}
@media screen and (max-width: 767px){
    .mainvisual{
        height: 400px;
        margin-bottom: 60px;
    }
    .mainvisual .mainvisual-img{
        width: 100%;
    }
    .mainvisual .mainvisual-img img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .mainvisual .mainvisual-text{
        top: 300px;
        left: 6%;
        font-size: 28px;
        color: #fff;
        text-shadow: 1px 1px 1px #777;
        width: 100%;
    }
    #company{
        margin-bottom: 60px;
        height: auto;
        overflow: visible;
    }
    #company .section-title{
        position: relative;
        margin: 0 0 -7vw;
        text-align: center;
        font-size: 12vw;
    }
    #company .section-img{
        position: static;
        width: 100%;
    }
    #company .section-img img{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    #company .section-content {
        width: 100%;
        background-color: #fff;
        position: static;
        padding: 20px 20px 0;    
    }
    #company .section-content h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #company .section-content p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    #company .section-content a{
        font-size: 12px;
    }
    #products{
        margin-bottom: 60px;
        height: auto;
        overflow: visible;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #products .section-title{
        font-size: 12vw;
        text-align: center;
        position: static;
        margin-bottom: 30px;
    }
    #products .section-text{
        text-align: left;
        position: static;
        font-size: 15px;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    #products .section-img{
        position: static;
        margin-bottom: 20px;
    }
    #products .back-img {
        width: 100%;
        height: 60%;
        top: 9vw;
        left: 0;
    }
    #products > a{
        position: static;
        margin: 0 auto;
        font-size: 12px;
    }
    #works{
        margin-bottom: 60px;
        height: auto;
        overflow: visible;
    }
    #works .section-title{
        font-size: 12vw;
        text-align: center;
        position: static;
        margin-bottom: 30px;
    }
    #works .section-content{
        width: 100%;
        position: static;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    #works .section-content p{
        font-size: 15px;
        text-align: left;
    }
    #works .section-img{
        width: 100%;
        position: static;
    }
    #works .section-content a {
        font-size: 12px;
    }
    #faq-contact{
        flex-direction: column;
        margin-bottom: 60px;
    }
    #faq-contact .faq{
        width: 100%;
        margin-bottom: 20px;
    }
    #faq-contact .contact{
        width: 100%;
    }
    #faq-contact .section-img{
        width: 100%;
    }

}