@keyframes lineActive {
    0% {
        height: 0;
        bottom: 67px;

        @media (max-width: 896px) and (orientation: landscape),
        (max-width: 767px) and (orientation: portrait) {
            bottom: 34px
        }
    }

    45% {
        height: 125px;
        bottom: -69px;

        @media (max-width: 896px) and (orientation: landscape),
        (max-width: 767px) and (orientation: portrait) {
            height: 71px;
            bottom: -37px
        }
    }

    100% {
        height: 0;
        bottom: -69px;

        @media (max-width: 896px) and (orientation: landscape),
        (max-width: 767px) and (orientation: portrait) {
            bottom: -37px
        }
    }
}

@keyframes lineActiveSP {
    0% {
        height: 0;
        bottom: 34px
    }

    45% {
        height: 71px;
        bottom: -37px
    }

    100% {
        height: 0;
        bottom: -37px
    }
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .waste .visual {
        margin-top: 3px
    }
}

.sec01 {
    padding: 89px 15px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec01 {
        padding: 44px 15px 79px
    }
}

.sec01 .ttl {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 51px;
    text-align: center;
    color: #007617;
    margin-bottom: 37px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec01 .ttl {
        font-size: 22px;
        line-height: 35px;
        letter-spacing: 0.1em;
        margin-bottom: 22px
    }
}

@media (max-width: 374px) {
    .sec01 .ttl {
        font-size: 20px
    }
}

.sec01 .txt {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec01 .txt {
        text-align: left;
        font-size: 16px;
        line-height: 30px
    }
}

@media (max-width: 374px) {
    .sec01 .txt {
        font-size: 14px
    }
}

.sec02 {
    background-color: #F4FAEA;
    margin: 0 30px;
    padding: 94px 15px 84px;
    position: relative
}

@media only screen and (max-width: 1299px) {
    .sec02 {
        margin: 0 15px
    }
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec02 {
        padding: 56px 15px
    }
}

.sec02:before {
    position: absolute;
    content: '?';
    font-family: "Avian";
    font-weight: bold;
    font-size: 93px;
    color: #6EB200;
    top: -50px;
    left: calc(50% - 27px)
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec02:before {
        font-size: 71px;
        top: -56px;
        left: calc(50% - 18px)
    }
}

.sec02:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 125px;
    background-color: #007617;
    bottom: -69px;
    left: calc(50% - 2px);
    animation: 2s lineActive infinite
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec02:after {
        height: 71px;
        bottom: -37px;
        animation: 2s lineActiveSP infinite
    }
}

.sec02 .ttl {
    margin-bottom: 36px;
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    color: #007617
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec02 .ttl {
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0.1em;
        margin-bottom: 18px
    }
}

@media (max-width: 374px) {
    .sec02 .ttl {
        font-size: 18px
    }
}

.sec02 .lst {
    max-width: 860px;
    margin: 0 auto
}

.sec02 .lst .item {
    background: #fff url(../../img/common/icon/ico_tick.svg) center left 20px/31px 31px no-repeat;
    padding: 20px 15px 19px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 31px;
    color: #007617;
    margin-bottom: 12px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec02 .lst .item {
        font-size: 17px;
        line-height: 26px;
        text-align: left;
        padding: 14px 15px 14px 67px;
        background-size: 25px 25px
    }
}

@media (max-width: 374px) {
    .sec02 .lst .item {
        font-size: 15px
    }
}

.txt-green {
    color: #007617
}

.sec03 {
    padding: 112px 15px 118px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 {
        padding: 57px 15px 118px
    }
}

.sec03 .ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 47px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .ttl {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 31px
    }
}

.sec03 .lst {
    max-width: 934px;
    margin: 0 auto
}

.sec03 .lst .item {
    font-size: 0;
    margin-bottom: 95px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item {
        margin-bottom: 81px
    }

    .sec03 .lst .item:last-child {
        margin-bottom: 0
    }
}

.sec03 .lst .item table {
    border-collapse: separate;
    border-spacing: 10px 0;
    margin: 0 -10px 33px;
    width: calc(100% + 20px)
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item table {
        border-spacing: 4px 0;
        margin: 0 -4px 17px;
        width: calc(100% + 8px)
    }
}

.sec03 .lst .item table tr td {
    color: #fff;
    background-color: #6EB200;
    vertical-align: middle;
    text-align: center;
    width: 33.3%;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding: 15px 15px 14px;
    position: relative
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item table tr td {
        font-size: 15px;
        line-height: 20px;
        padding: 15px 6px 14px
    }
}

@media (max-width: 374px) {
    .sec03 .lst .item table tr td {
        font-size: 13px;
        padding: 15px 4px 14px
    }
}

.sec03 .lst .item table tr td:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    left: calc(50% - 6px);
    bottom: -6px;
    background-color: #6EB200;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item table tr td:after {
        width: 10px;
        height: 10px;
        left: calc(50% - 5px);
        bottom: -5px
    }
}

.sec03 .lst .item .img,
.sec03 .lst .item .txt {
    display: inline-block;
    vertical-align: top
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {

    .sec03 .lst .item .img,
    .sec03 .lst .item .txt {
        display: block
    }
}

.sec03 .lst .item .img {
    width: 393px;
    position: relative
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item .img {
        width: 100%;
        text-align: right
    }

    .sec03 .lst .item .img img {
        width: calc(100% - 18px)
    }
}

.sec03 .lst .item .img:before {
    position: absolute;
    content: '';
    width: 113.5%;
    height: calc(100% + 5px);
    background: linear-gradient(45deg, #157F8D, #F0F05F);
    left: -83px;
    bottom: -32px;
    z-index: -1
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item .img:before {
        left: 0;
        bottom: -20px;
        z-index: -1;
        width: 94.5%;
        height: 90%
    }
}

.sec03 .lst .item .txt {
    width: calc(100% - 393px);
    padding-left: 50px;
    padding-top: 41px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item .txt {
        width: 100%;
        padding-left: 0px;
        padding-top: 41px
    }
}

.sec03 .lst .item .txt .txt01 {
    margin-bottom: 13px
}

.sec03 .lst .item .txt .txt01 .script01 {
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
    display: block;
    font-weight: bold
}

@media (max-width: 374px) {
    .sec03 .lst .item .txt .txt01 .script01 {
        font-size: 15px
    }
}

.sec03 .lst .item .txt .txt01 .script02 {
    color: #007617;
    font-size: 24px;
    letter-spacing: 0.1em;
    display: block;
    font-weight: bold
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item .txt .txt01 .script02 {
        line-height: 34px
    }
}

@media (max-width: 374px) {
    .sec03 .lst .item .txt .txt01 .script02 {
        font-size: 20px
    }
}

.sec03 .lst .item .txt .txt02 {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.04em
}

@media (max-width: 374px) {
    .sec03 .lst .item .txt .txt02 {
        font-size: 14px
    }
}

.sec03 .lst .item .txt .txt02 .small {
    font-size: 10px
}

.sec03 .lst .item .btn {
    max-width: 830px;
    margin: 50px auto 0;
    padding: 0 15px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item .btn {
        padding: 0;
        margin-top: 30px
    }
}

.sec03 .lst .item .btn a {
    display: block;
    color: #6EB200;
    font-size: 17px;
    color: #6EB200;
    letter-spacing: 0.1em;
    border: 2px solid #6EB200;
    position: relative;
    font-weight: bold;
    text-align: center;
    padding: 15px
}

.sec03 .lst .item .btn a:after {
    position: absolute;
    content: '';
    border-right: 2px solid #6EB200;
    border-top: 2px solid #6EB200;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 6px);
    right: 30px
}

.sec03 .lst .item .btn a:hover {
    opacity: 1;
    background-color: #6EB200;
    color: #fff
}

.sec03 .lst .item .btn a:hover:after {
    border-color: #fff
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec03 .lst .item:nth-child(3) .btn a {
        padding-right: 40px
    }

    .sec03 .lst .item:nth-child(3) .btn a:after {
        right: 22px
    }
}

.sec03 .service_waste_riskcheck-bn {
    width: 97%;
    margin: 0 auto;
}

@media (max-width: 896px) {
    .sec03 .service_waste_riskcheck-bn {
        width: 100%;
    }
}

.sec04 {
    margin-bottom: 97px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec04 {
        margin-bottom: 64px
    }
}

.sec04 .ttl {
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 51px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: linear-gradient(45deg, #94C453, #157F8D);
    padding: 89px 15px 114px;
    margin: 0 30px
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec04 .ttl {
        margin: 0 15px;
        font-size: 22px;
        line-height: 37px;
        padding: 28px 15px 18px
    }
}

@media (max-width: 374px) {
    .sec04 .ttl {
        font-size: 18px
    }
}

.sec04 .lst {
    max-width: 1130px;
    padding: 0 15px;
    margin: -52px auto 0;
    font-size: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec04 .lst {
        margin-top: 32px
    }
}

.sec04 .lst .item {
    border: 2px solid #6EB200;
    width: calc(33.3% - 13px);
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 55px 28px 38px;
    margin-bottom: 22px;
    text-align: left
}

@media only screen and (max-width: 1000px) {
    .sec04 .lst .item {
        width: calc(33.3% - 14px)
    }
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec04 .lst .item {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 25px
    }
}

.sec04 .lst .item:nth-child(3n),
.sec04 .lst .item:last-child {
    margin-right: 0
}

.sec04 .lst .item .number {
    font-size: 53px;
    font-family: "Avian";
    font-weight: bold;
    color: #6EB200;
    display: block;
    line-height: 67px;
    padding-bottom: 9px;
    position: relative;
    margin-bottom: 35px;
    letter-spacing: 0.04em
}

.sec04 .lst .item .number span {
    line-height: 30px;
    letter-spacing: 0.04em;
    font-size: 30px;
    display: block;
    margin-bottom: 4px
}

.sec04 .lst .item .number:before {
    position: absolute;
    content: '';
    width: 115px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #6EB200
}

.sec04 .lst .item .number:after {
    position: absolute;
    content: ''
}

.sec04 .lst .item__ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 32px;
    color: #007617;
    margin-bottom: 25px;
    height: 96px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

@media (max-width: 374px) {
    .sec04 .lst .item__ttl {
        font-size: 17px;
        line-height: 28px;
        height: 84px
    }
}

.sec04 .lst .item .txt {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 26px
}

@media (max-width: 374px) {
    .sec04 .lst .item .txt {
        font-size: 13px
    }
}

.sec04 .lst .item--01 .number:after {
    width: 108px;
    height: 179px;
    background: url(../../img/service/waste/ico01.svg) center/cover no-repeat;
    top: -27px;
    right: 8px;
    z-index: -1
}

@media (max-width: 374px) {
    .sec04 .lst .item--01 .number:after {
        right: 0
    }
}

.sec04 .lst .item--02 .number:after {
    width: 167px;
    height: 149px;
    background: url(../../img/service/waste/ico02.svg) center/cover no-repeat;
    top: -21px;
    right: -10px;
    z-index: -1
}

@media (max-width: 374px) {
    .sec04 .lst .item--02 .number:after {
        right: 0
    }
}

@media (max-width: 896px) and (orientation: landscape),
(max-width: 767px) and (orientation: portrait) {
    .sec04 .lst .item--02 .item__ttl {
        font-size: 19px;
        line-height: 30px
    }
}

@media (max-width: 374px) {
    .sec04 .lst .item--02 .item__ttl {
        font-size: 16px
    }
}

.sec04 .lst .item--03 .number:after {
    width: 150px;
    height: 172px;
    background: url(../../img/service/waste/ico03.svg) center/cover no-repeat;
    top: -24px;
    right: 8px;
    z-index: -1
}

@media (max-width: 374px) {
    .sec04 .lst .item--03 .number:after {
        right: 0
    }
}

.sec04 .lst .item--04 .number:after {
    width: 113px;
    height: 122px;
    background: url(../../img/service/waste/ico04.svg) center/cover no-repeat;
    top: -13px;
    right: 1px;
    z-index: -1
}

@media (max-width: 374px) {
    .sec04 .lst .item--04 .number:after {
        right: 0
    }
}

.sec04 .lst .item--05 .number:after {
    width: 102px;
    height: 149px;
    background: url(../../img/service/waste/ico05.svg) center/cover no-repeat;
    top: -20px;
    right: 23px;
    z-index: -1
}

@media (max-width: 374px) {
    .sec04 .lst .item--05 .number:after {
        right: 0
    }
}

/*# sourceMappingURL=maps/waste.min.css.map */