p {
    line-height: 2;
    font-size: 16px;
}

.flex_wrap {
    display: flex;
}

@media screen and (max-width: 736px) {
    p {
        font-size: 14px;
    }

    .flex_wrap {
        flex-direction: column;
        gap: 30px;
    }

    .sp_colum_re {
        flex-direction: column-reverse;
    }
}

.jsc_sbetween {
    justify-content: space-between;
}

.txal_center {
    text-align: center;
}

.txal_left {
    text-align: left;
}

.txal_rigth {
    text-align: right;
}


section {
    max-width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
}

@media screen and (max-width: 736px) {
    section {
        width: 95%;
        padding: 0;
    }
}

.alitm_center {
    align-items: center;
}

strong,
.fw_bold {
    font-weight: bold;
}

section img {
    width: 100%;
}

h3 {
    max-width: 100%;
    color: #fff;
    background: #5AB432;
    padding: 15px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    ;
}

.ttl_sec {
    justify-content: space-between;
    margin-top: 80px;
}

.ttl_sec div {
    width: 40%;
}

@media screen and (max-width: 736px) {
    .ttl_sec div {
        width: 100%;
    }
}

.ttl_sec div h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 736px) {
    .ttl_sec div h2 {
        font-size: 17vw;
    }
}



.ttl_sec div p {
    font-size: 24px;
    color: #5AB432;
    letter-spacing: .5rem;
    padding-bottom: 50px;
}

.ttl_sec div .copy_cont {
    width: 100%;
}

.ttl_sec div .copy_cont li {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    background-color: #FDFFE0;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: stretch;
    justify-content: start;
}

.ttl_sec div .copy_cont li span {
    font-size: 24px;
    margin-right: 15px;
    color: #fff;
    padding: 10px 15px;
    background-color: #5AB432;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.ttl_sec div .copy_cont li strong {
    padding: 15px 15px 15px 0;
    line-height: 1.2;
}

.ttl_sec img {
    max-width: 55%;
}

@media screen and (max-width: 736px) {
    .ttl_sec img {
        max-width: 100%;

    }
}

.about_txt {
    justify-content: space-between;
    align-items: center;
}

.about_txt p {
    font-size: 18px;
    width: 48%;
    letter-spacing: .15rem;
    line-height: 2;
}

@media screen and (max-width: 736px) {
    .about_txt p {
        width: 100%;
        font-size: 16px;
        line-height: 1.7;
    }
}

.about_txt img {
    width: 48%;
}

@media screen and (max-width: 736px) {
    .about_txt img {
        width: 100%;
    }
}

.about_polyusecom {
    width: 86%;
    padding: 50px 0;
    margin: auto auto 80px auto;
    border-bottom: 1px solid #000;
    border-top: solid 1px #000;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 736px) {
    .about_polyusecom img {
        gap: 30px;
    }
}

.about_polyusecom h4 {
    font-weight: bold;
    font-size: 40px;
}
.about_polyusecom a{
    transition: .5s;
}
.about_polyusecom a:hover{
    opacity: .5;
    transition: .2s;
}

@media screen and (max-width: 736px) {
    .about_polyusecom h4 {
        text-align: center;
    }
}

.about_polyusecom p {
    width: 57%;
}

@media screen and (max-width: 736px) {
    .about_polyusecom p {
        width: 100%;
    }
}

.guide_line_wrap {
    justify-content: space-between;
}

.guide_line_wrap div {
    width: 48%;
}

@media screen and (max-width: 736px) {
    .guide_line_wrap div {
        width: 100%;
    }
}


.guide_line_midashi div h4 {
    background: #5AB432;
    color: #fff;
    position: relative;
    width: 80%;
    padding: 15px 20px;
    font-size: 24px;
    border-radius: 10px;
}


.guide_line_midashi div h4::after {
    content: url(../img/polyuse/guideline.svg);
    position: absolute;
    width: auto;
    height: 100%;
    right: -13%;
    top: 0px;
}

@media screen and (max-width: 736px) {
    .guide_line_midashi div h4::after {
        right: -10%;
        top: -20px;
    }
}

.guideline_book_wrap {
    justify-content: space-between;
}

.guideline_book_wrap p {
    width: 68%;
}

.guideline_book_wrap img {
    width: 26%;
}

.guide_line div {
    width: 100%;
}

@media screen and (max-width: 736px) {

    .guide_line_midashi div p {
        padding-top: 20px;
        width: 100%;
    }

    .guide_line_midashi div h4 {
        line-height: 1.3;
    }

    .guideline_book_wrap {
        align-items: end;
    }

    .guideline_book_wrap p {
        width: 100%;
    }

    .guideline_book_wrap img {
        width: 32%;
        margin: 0 auto;
    }

    .guide_line .txal_rigth {
        text-align: center;
    }
}

.feat_txt {
    font-size: 24px;
    line-height: 1.4;
}

.feat_wrap {
    width: 30%;
}

@media screen and (max-width: 736px) {
    .feat_wrap {
        width: 90%;
        margin: 0 auto;
    }
}


.feat_wrap h4 {
    font-size: 24px;
    background-color: #FDFFE0;
    border-radius: 0 50px 50px 0;
    position: relative;
    padding: 10px 0px 10px 45px;
    margin-left: 10px;
}

.feat_wrap h4 span {
    background-color: #5AB432;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    padding: 10px 14px;
    top: 0;
}

.merit_wrap {
    width: 85%;
    margin: auto auto 150px;
}

.merit_wrap .flex_wrap {
    border-top: solid 1px #000;
    padding: 35px 50px;
    justify-content: space-between;
    align-items: center;
}

.merit_wrap div:last-child {
    border-bottom: solid 1px #000;
}

.merit_wrap div img {
    width: 10%;
}

.merit_wrap div p {
    width: 84%;
}

@media screen and (max-width: 736px) {
    .merit_wrap {
        width: 100%;
    }

    .merit_wrap div img {
        width: 25%;
    }

    .merit_wrap .flex_wrap {
        padding: 35px 0px;
    }
}

.flow_img {
    width: 90%;
    margin: 0 auto 100px;
}

.about_img06 {
    width: 85%;
    margin: 0 auto 100px;
    display: block;
}

.result_sec h4 {
    font-size: 32px;
    color: #5AB432;
}

.result_sec h5 {
    font-size: 24px;
}

.result_sec .flex_wrap .text_cont {
    width: 59%;
    border-bottom: #5AB432 solid 1px;
}

.result_sec .flex_wrap img {
    width: 36%;
}

@media screen and (max-width: 736px) {
    .result_sec .flex_wrap .text_cont {
        width: 100%;
        border: none;
    }

    .result_sec .flex_wrap img {
        width: 100%;
    }
}

.client_data {
    border-left: 10px solid #5AB432;
}

.client_data li {
    display: flex;
    align-items: baseline;
}

.client_data li span {
    width: 15%;
    text-align: center;
}

.client_sec {
    background: #FDFFE0;
    padding: 80px 50px 50px;
    border-radius: 20px;
}

@media screen and (max-width: 736px) {
    .client_sec {
        width: 85%;
        padding: 80px 25px 50px;
    }

    .client_data li span {
        width: 22%;
    }

    .client_data li p {
        width: 75%;
    }
}

.client_sec h3 {
    border-radius: 50px;
    font-size: 22px;
}

.client_sec .client_list_wrap {
    background: #fff;
    border-radius: 20px;
    border: #5AB432 1px solid;
    padding: 50px 60px 40px;
    position: relative;
}

.client_sec .client_list_wrap h3 {
    width: 40%;
    position: absolute;
    top: -25px;
    left: 40px;
}

.client_sec .ather_client_list {
    width: 47.5%;
}

.client_sec .ather_client_list p {
    padding: 0 30px;
}

@media screen and (max-width: 736px) {

    .client_sec .client_list_wrap {
        width: auto;
        padding: 50px 20px 40px;
        
    }
    .client_sec .client_list_wrap h3 {
        width: 75%;
        line-height: 1.3;
        top: -50px;
        left: 25px;
    }
    .client_sec .ather_client_list {
        width: 100%;
    }
}

.dl_sec div {
    width: 86%;
    margin: 150px auto;
    background: #F0F6FD;
}

.dl_sec a {
    position: relative;
    display: flex;
    width: 72%;
    margin: 0 auto;
    padding: 130px 0;
    transition: .5s;
}
.dl_sec a:hover{
    opacity: .5;
    transition: .2s;
}

.dl_sec a img {
    width: 23%;
    position: absolute;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
}

.dl_sec a p {
    border-radius: 20px;
    background: #EDA400;
    color: #fff;
    text-align: center;
    width: 50%;
    padding: 30px 120px 30px 200px;
}

@media screen and (max-width: 736px) {
    .dl_sec a {
        padding: 130px 0 60px;
    }
    .dl_sec a p {
        padding: 110px 60px 30px 60px;
    }

    .dl_sec a img {
        width: 50%;
        position: absolute;
        box-shadow: 0 0 15px rgba(0, 0, 0, .25);
        top: 45px;
        left: inherit;
    }
}

.mb150 {
    margin-bottom: 150px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb10 {
    margin-bottom: 10px;
}