@charset "utf-8";
/* industry */
.s_industry_list li a {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 12em;
    border-radius: 1.5rem;
    overflow: hidden;
}
.s_industry_list li a > img {
    position: absolute;
    z-index: 3;
    top: -160%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
    max-height: none;
    z-index: 4;
    transition-duration: 0.5s;
}
.s_industry_list li a > em {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(0,0,0,0.6);
    color: #FFF;
    text-align: center;
    font-size: 200%;
    font-weight: 500;
    transition-duration: 0.2s;
}
.s_industry_list li a:hover > em {
    background:rgba(0,0,0,0.2);
}
.s_industry_list li a:hover > img {
    scale: 1.1;
    transition-duration: 0.5s;
}
.s_industry_list li a > span {
    display: inline-block;
    position: absolute;
    z-index: 6;
    right: 1em;
    bottom: 1em;
    color: #FFF;
    padding: 0.5em;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid;
}
.s_industry_list {
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
}

.s_industry_intro {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    padding: 3rem 5%;
    background: #FFF;
    border-radius: 4rem;
    scroll-margin-top: 60px;
}
.s_industry_intro:not(:first-child) {
    margin-top: 3rem;
}
.sii_img {
    min-width: 40%;
    max-width: 40%;
    display: flex;
}
.title_greenset {
    color: #82ac16;
    font-size: 140%;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
}
.title_greenset > em {
    display: block;
    font-size: 160%;
    font-weight:bold;
}
.sii_detail > p {
    margin-top: 1rem;
}
.chara_area {
    margin-top: 1.2rem;
}
.title_leftb {
    padding: 0 0 0 .5em;
    border-left: 8px solid #82ac16;
    font-size: 120%;
    line-height: 1.3;
    font-weight: bold;
    vertical-align: baseline;
}
.chara_list {
    margin: 1rem auto 0;
    display: flex;
    gap: .7em;
    line-height: 1.3;
    font-size: 88%;
    font-weight: 500;
}
.chara_list > dt > span {
    display: inline-block;
    min-width: 5em;
    padding: 0.3em .5em .3em;
    background: #82ac16;
    color: #FFF;
    text-align: center;
}
.chara_list > dd > ul {
    display: flex;
    gap: .3em .5em;
    flex-wrap: wrap;
}
.chara_list > dd > ul > li {
    padding: 0.3em .5em .3em;
    border: 1px solid;
}


@media screen and (min-width: 1201px){

}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1040px){
    .s_industry_list li a > img {
        top: -120%;
    }
}
@media screen and (max-width: 950px){

}
@media screen and (max-width: 768px){
    .s_industry_list li a > img {
        top: -120%;
    }
    .s_industry_list li a > em {
        font-size: 180%;
    }
}
@media screen and (max-width: 650px){
    .s_industry_list li a {
        height: 10em;
    }
    .s_industry_list li a > img {
        top: -100%;
    }
    .s_industry_list li a > em {
        font-size: 150%;
    }
    .s_industry_intro {
        flex-wrap: wrap;
        scroll-margin-top: .5rem;
    }
    .sii_img {
        margin: 0 auto;
        min-width: 50%;
        max-width: 50%;
        justify-content: center;
    }
}
@media screen and (max-width: 479px){

}
@media screen and (max-width: 320px){

}
