@charset "UTF-8";

/* CSS Document */

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

    main

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

main {
}

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

    section

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

main section {
    scroll-margin-top: 80px;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
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: 400%;
    width: 100%;
    color: #fff;
}
main section .inner .sec_ttl h2 span {
}
main section .inner .sec_content {
    margin-top: 30px;
}

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

    #wp_fv

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

#wp_fv {
    height: 60svh;
    width: 100%;
}
#wp_fv .inner {
    width: 100%;
    height: 100%;
    background: url(/images/fv.webp) center center;
    background-size: cover;
}
#wp_fv .inner img {
    width: 100%;
}

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

    #wp_about

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

#wp_about {
    background: #d4572d;
    overflow: hidden;
}
#wp_about .illust {
    position: absolute;
    bottom: -5%;
    right: -5%;
    width: 90%;
    z-index: -1;
    opacity: 0.2;
}
#wp_about .inner {
    padding: 0 20px;
}
#wp_about .inner .sec_content {
}
#wp_about .inner .sec_content h3 {
    width: 100%;
    color: #fff;
}
#wp_about .inner .sec_content h3 span {
    font-size: 80%;
    padding: 0 0 0 .5em;
    color: #fff;
}
#wp_about .inner .sec_content h4 {
    width: 100%;
    font-size: 70%;
    color: #fff;
}
#wp_about .inner .sec_content p {
    margin-top: 20px;
    color: #fff;
}

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

    #wp_works

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

#wp_works {
    background: #5fc1c7;
    overflow: hidden;
}
#wp_works .illust {
    position: absolute;
    top: -5%;
    right: -5%;
    width: 90%;
    display: normal;
    z-index: -1;
    opacity: 0.2;
}
#wp_works .inner {
    padding: 0 20px;
}
#wp_works .inner .sec_content {
}
#wp_works .inner .sec_content .loopSlider {
    height: 220px;
    overflow: hiddef;
    position: relative;
    padding: 0 60px;
}
#wp_works .inner .sec_content .loopSlider .loopslider_wrap {
    height: 220px;
    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: 360px;
}
#wp_works .inner .sec_content .btn {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

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

    #wp_company

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

#wp_company {
    background: #f8b500;
    overflow: hidden;
}
#wp_company .illust {
    position: absolute;
    bottom: -5%;
    right: -5%;
    width: 90%;
    opacity: .2;
}
#wp_company .inner {
    padding: 0 20px;
}
#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%;
}
#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: 80%;
    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 {

}





















