@charset "UTF-8";

.eco .content h3{
    color:var(--color01);
    font-size: 20px;
    margin: 0 auto 3%;
    padding: 2% 0 2% 80px;
    position: relative;
    width: 100%;
}
.eco .content h3:before{
    content: "";
    background: url(/images/common/icon_title.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 70px;
    position: absolute;
    top:50%;
    left: 0;
    transform: translate(0,-50%);
}
.eco .content .top,
.eco .content .middle{
    color: var(--color01);
    line-height: 2.1em;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 5%;
}
.eco .content .top figure{
    border-radius:20px;
    width: 40%;
    margin: 0 5% 5% 0;
    overflow: hidden;
}
.eco .content .top figure img{
    height: 100%;
    object-fit: cover;
}
.eco .content .top .inner{
    color: var(--color01);
    line-height: 2.1em;
    display: flex;
    flex-direction: column;
    width: 55%;
    margin: 0 0 3%;
}
.eco .content .top .inner a{
    display: block;
    background: var(--color06);
    margin: auto 0 10% 0;
    padding: 5px 10px;
    position: relative;
    transition: all ease 0.5s;
}
.eco .content .top .inner a:after{
    content:"";
    background: url(/images/icon_arrow1.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--color01);
    width: 20px;
    height: 20px;
    position: absolute;
    top:50%;
    right:1%;
    transform:translate(0,-50%);
}
.eco .content .top .inner a:hover{
    background: var(--color03);
}
.eco .content .middle figure{
    border-radius:20px;
    width: 20%;
    margin: 0 0 5% 0;
    overflow: hidden;
}
.eco .content .middle figure img{
    height: 100%;
    object-fit: cover;
}
.eco .content .middle .inner{
    color: var(--color01);
    line-height: 2.1em;
    width: 75%;
    margin: 0 5% 3% 0;
}
.eco .content .bottom{
    color: var(--color01);
    line-height: 2.1em;
    margin: 0 auto 5%;
}
.eco .content .bottom .inner{
    margin: 0 auto 5%;
}
.eco .content .bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5%;
    margin: 0 auto 0;
}
.eco .content .bottom ul li{
    text-align: center;
    width: 32%;
}
.eco .content .bottom ul li figure{
    border-radius:20px;
    height: 270px;
    overflow: hidden;
}
.eco .content .bottom ul li img{
    height: 100%;
    object-fit: cover;
}
.eco .content .bottom ul li span{
    display: block;
    font-size:0.8em;
    line-height: 1.6em;
    margin: 1% auto 0;
}

@media all and (min-width:769px){

}
@media all and (max-width:768px){
    .eco .content{
        overflow: hidden;
    }
    .eco .content h3{
        margin: 0 auto 6%;
        padding: 2% 0 2% 50px;
    }
    .eco .content h3:before{
        width: 40px;
        height: 50px;
    }
    .eco .content .top, .eco .content .middle{
        margin: 0 auto 15%;
    }
    .eco .content .top .inner{
        font-size: 12px;
        width: 60%;
        padding: 0 0 0 3%;
    }
    .eco .content .middle .inner{
        font-size: 12px;
        width: 60%;
        padding: 0 3% 0 3%;
        flex-grow: 1;
    }
    .eco .content .bottom .inner{
        font-size: 12px;
        width: 90%;
        margin: 0 auto 5%;
    }
    .eco .content .top figure{
        border-radius: 0 20px 20px 0;
        width: 30%;
    }
    .eco .content .middle figure{
        border-radius: 20px 0 0 20px;
        width: 30%;
    }
    .eco .content .top .inner a{
        margin: 5% 0 0;
    }
    .eco .content .bottom ul li{
        width: 78%;
        margin: 0 auto 5%;

    }
    .eco .content .bottom ul li figure{
        height: 210px;
    }
}