@charset "utf-8";


@media screen and (min-width: 801px) {
    .about_ttl {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: .06em;
        padding-bottom: 70px;
    }
    .lead_txt {
        font-size: 18px;
        font-weight: 400;
        line-height: 2.22em;
        letter-spacing: .04em;
        padding-bottom: 70px;
    }
    .ws_list_container {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .ws_list_item {
        width: 50%;
        padding-bottom: 30px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }
    .ws_list_item a {
        position: relative;
    }
    .ws_list_item a:before {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        background-color: #6db131;
        border-radius: 13px;
        position: absolute;
        bottom: 13px;
        right: 31px;
        z-index: 2;
    }
    .ws_list_item a:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        bottom: 21px;
        right: 40px;
        z-index: 2;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .ws_list_inner {
        display: block;
        width: 96.96%;
        max-width: 543px;
        min-height: 155px;
        box-sizing: border-box;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 0 18px rgba(0,0,0,.07);
        position: relative;
        flex: 1 auto;
    }
    .ws_list_inner .img_container {
        width: 100%;
    }
    .ws_list_inner .txt_container {
        padding: 40px 30px 35px 65px;
        position: relative;
    }
    .ws_list_inner .txt_container:before {
        content: '';
        display: block;
        width: 2px;
        height: calc(100% - 75px);
        background-color: #6db131;
        position: absolute;
        top: 40px;
        left: 40px;
    }
    .ws_list_ttl {
        font-size: 16px;
        font-weight: 700;
        color: #6db131;
        letter-spacing: .04em;
        padding-bottom: 15px;
    }
    .ws_list_txt {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.71em;
        letter-spacing: .04em;
    }
}



@media screen and (max-width: 800px) {
    .about_ttl {
        width: 89.33vw;
        font-size: 6vw;
        font-weight: 500;
        letter-spacing: .12em;
        margin: 0 auto;
        padding-bottom: 10.67vw;
    }
    .lead_txt {
        font-size: 3.73vw;
        font-weight: 500;
        line-height: 2.14em;
        letter-spacing: .04em;
        padding-bottom: 8vw;
    }
    .ws_list_container {
        width: 100%;
    }
    .ws_list_item {
        width: 100%;
        padding-bottom: 4vw;
        box-sizing: border-box;
    }
    .ws_list_item a {
        position: relative;
        display: block;
    }
    .ws_list_item a:before {
        content: '';
        display: block;
        width: 6.67vw;
        height: 6.67vw;
        background-color: #6db131;
        border-radius: 3.34vw;
        position: absolute;
        bottom: 3.73vw;
        left: 88.51%;
        z-index: 2;
    }
    .ws_list_item a:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-top: .27vw solid #fff;
        border-right: .27vw solid #fff;
        position: absolute;
        bottom: 6vw;
        right: 6.33vw;
        z-index: 2;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .ws_list_inner {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-radius: 1.33vw;
        background-color: #fff;
        box-shadow: 0 0 2.4vw rgba(0,0,0,.07);
    }
    .ws_list_item a .ws_list_inner {
        padding-bottom: 11.34vw;
    }
    .ws_list_item a .ws_list_inner:before {
        height: calc(100% - 16.01vw);
    }
    .ws_list_inner .img_container {
        width: 100%;
    }
    .ws_list_inner .txt_container {
        padding: 4.67vw 4.67vw 4.67vw 8.67vw;
        position: relative;
    }
    .ws_list_inner .txt_container:before {
        content: '';
        display: block;
        width: .27vw;
        height: calc(100% - 9.34vw);
        background-color: #6db131;
        position: absolute;
        top: 4.67vw;
        left: 4.67vw;
    }
    .ws_list_ttl {
        font-size: 3.73vw;
        font-weight: 700;
        color: #6db131;
        letter-spacing: .1em;
        padding-bottom: 2vw;
    }
    .ws_list_txt {
        font-size: 3.47vw;
        font-weight: 400;
        line-height: 1.54em;
        letter-spacing: .04em;
    }
}