@charset "UTF-8";

/* CSS Document */

/*====================================

    #screen_bg

====================================*/

#screen_bg {
    width: 100%;
    height: 100svh;
    position: fixed;
    background: url(/images/bg.webp) center center;
    background-size: cover;
    z-index: -1;
}

/*====================================

    main

====================================*/

main {
    padding: 0 20px;
    overflow: hidden;
}

/*====================================

    section

====================================*/

main section {
    scroll-margin-top: 80px;
    padding: 80px 0;
    position: relative;
}
main section .inner {
}
main section .inner .sec_ttl {
}
main section .inner .sec_ttl h2 {
    font-family: "Sarpanch", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-style: italic;
    font-size: 300%;
    width: 100%;
    text-align: center;
}
main section .inner .sec_ttl h2 span {
}
main section .inner .sec_content {
    margin-top: 20px;
}

/*====================================

    #wp_fv

====================================*/

#wp_fv {
    height: 100svh;
    height: 100dvh;
}
#wp_fv .inner {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 20%;
}
#wp_fv .inner img {
    width: 100%;
}

/*====================================

    #wp_about

====================================*/

#wp_about {
}
#wp_about .illust {
    position: absolute;
    top: 0;
    right: -20px;
    width: 40%;
}
#wp_about .inner {
}
#wp_about .inner .sec_content {
}
#wp_about .inner .sec_content h3 {
    width: 100%;
    text-align: center;
}
#wp_about .inner .sec_content h3 span {
    font-size: 80%;
    padding: 0 0 0 .5em;
}
#wp_about .inner .sec_content h4 {
    width: 100%;
    text-align: center;
    font-size: 70%;
}
#wp_about .inner .sec_content p {
    margin-top: 20px;
}

/*====================================

    #wp_works

====================================*/

#wp_works {
}
#wp_works .illust {
    position: absolute;
    top: 0;
    left: -20px;
    width: 40%;
}
#wp_works .inner {
}
#wp_works .inner .sec_content {
}
#wp_works .inner .sec_content .loopSlider {
    height: 260px;
    overflow: hidden;
    position: relative;
}
#wp_works .inner .sec_content .loopSlider .loopslider_wrap {
    height: 360px;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
#wp_works .inner .sec_content .loopSlider .loopslider_wrap ul {
    display: -webkit-flex;
    display: flex;
}
#wp_works .inner .sec_content .loopSlider .loopslider_wrap ul li {
    width: 380px;
}
#wp_works .inner .sec_content .btn {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

/*====================================

    #wp_company

====================================*/

#wp_company {
}
#wp_company .illust {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 40%;
}
#wp_company .inner {
}
#wp_company .inner .sec_content {
}
#wp_company .inner .sec_content .list {
}
#wp_company .inner .sec_content .list dl {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding: 10px 0;
    width: 100%;
    text-align: right;
}
#wp_company .inner .sec_content .list dl:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
#wp_company .inner .sec_content .list dl dt {
    font-size: 90%;
    line-height: 1em;
    font-family: "Sarpanch", sans-serif;
    font-weight: 900;
    font-style: normal;
}
#wp_company .inner .sec_content .list dl dd {
}
#wp_company .inner .sec_content .list dl dd p {

}





















