@charset "UTF-8";


html{
    scroll-behavior:smooth;
    box-sizing: border-box;

    --sdgs-box-color-a:rgba(255,255,255,0.9);
    --sdgs-dark-box-color-a: rgba(0,0,0,0.8);
    --sdgs-acc-color:rgb(66, 121, 53);
    --sdgs-acc-color-a:rgba(66,121,53,0.8);
    --sdgs-light-color:#fff;
    --sdgs-dark-color:#333;
    --sdgs-border-color:rgba(0, 0, 0, 0.5);
}

.wl_wide{
    width:100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


#footer{
    margin-top:0;
}


/* top image */
.sdgs_bg{
    background-image: url('./img/00008164.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.sdgs_bg_filter{
    backdrop-filter: blur(1px) brightness(2);

}

.box_cn{
    background-color: var(--sdgs-box-color-a);
    color: var(--sdgs-dark-color);
    padding-top:5rem;
    padding-bottom:5rem;
}

.box_cn.dark{
    background-color: var(--sdgs-dark-box-color-a);
    color: var(--sdgs-light-color);
}

.box_cn.green{
    background-color: var(--sdgs-acc-color-a);
    color: var(--sdgs-light-color);
}

.head_box_cn{
    display: flex;
    justify-items: center;
    align-items: center;
    padding-top:15rem;
    padding-bottom:15rem;
}

.head_box_cn > div > span{
    font-size:2rem;
    color: var(--sdgs-light-color);
    display: inline-block;
    background-color: var(--sdgs-dark-box-color-a);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding:0.25rem 1rem;
}

.top_hako{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 2rem;
    column-gap: 1rem;
}

.top_hako > div{
    background-color: var(--sdgs-light-color);
    color: var(--sdgs-dark-color);
    border-radius: calc(var(--border-radius) * 3);
    text-align: center;
    padding: 0.5rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top_hako > div:hover{
    position: relative;
    filter: drop-shadow(4px 4px 0px var(--shadow-color));
    background-color: rgba(255,255,255,0.85);

}

.top_hako > div > div:first-of-type{
    margin-top:1rem;
}

.top_hako_txt{
    font-size:0.9em;
    margin-top:1rem;
    margin-bottom: 1rem;
    color: var(--sdgs-acc-color);

}

.top_hako_link{
    display: inline-block;
    border: 1px var(--sdgs-acc-color) solid;
    background-color: var(--base-bg-color);
    color:var(--sdgs-acc-color);
    border-radius: 2rem;
    padding:0.5rem 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.top_hako_link::after{
    position:relative;

    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    top:0.2rem;
    left:0.4rem;

    border-left:    0.7rem var(--sdgs-acc-color) solid;
    border-top:     0.5rem transparent solid;
    border-bottom:  0.5rem transparent solid;
}

.top_hako > div:hover .top_hako_link{
    background-color: var(--sdgs-acc-color);
    color:var(--sdgs-light-color);
}

.top_hako > div:hover .top_hako_link::after{
    border-left:    0.7rem var(--base-bg-color) solid;
}

.box_desc_cn{
    --gap:2%;
    --box-width:calc((100% - var(--gap)) / 2);
    display: flex;
    justify-content: space-between;
    column-gap: 3%;
}


.box_desc_box_cn{
    flex:0 0 var(--box-width);
    align-self: center;
    font-size: 1.1rem;
}

.box_desc_box_cn.ns{
    flex: 0 0 calc(40% - (var(--gap) / 2));
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_desc_box_cn.ws{
    flex: 0 0 calc(60% - (var(--gap) / 2));
}

.box_desc_hd_cn{
    position: relative;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.box_desc_hd_cn::before{
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 4rem;
    bottom: -1rem;
    left: 0;
    z-index:90;
}

.box_desc_hd_cn::after{
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 50%;
    bottom: -1rem;
    left: 0;
    z-index:80;
}

:is(.box_cn.dark, .box_cn.green) .box_desc_hd_cn::after{
    background-color: var(--sdgs-light-color);
}

.box_cn .box_desc_hd_cn::after{
    background-color: var(--sdgs-border-color);
}

:is(.box_cn.dark, .box_cn.green) .box_desc_hd_cn::before{
    background-color: var(--sdgs-acc-color-a);
}

.box_cn .box_desc_hd_cn::before{
    background-color: var(--sdgs-acc-color);
}

.box_desc_box_cn p{
    text-indent: 1rem;
}

.box_desc_box_cn p:nth-of-type(n + 2){
    margin-top:1rem;
}

:is(.box_cn.dark, .box_cn.green) .box_desc_box_cn .checklist > li::before{
    color: var(--sdgs-light-color);
}

.box_cn .box_desc_box_cn .checklist > li::before{
    color: var(--sdgs-acc-color);
}

.box_desc_hd_cn + div{
    margin-top:2rem;
    margin-bottom: 2rem;
}

.jirei_items_cn{
    margin-top:4rem;
}

.jirei_cn{
    position: relative;
}

.jirei_cn a:hover{
    filter: brightness(1.2);
}

.jirei_cn span{
    position: absolute;

    width:100%;
    height:3rem;
    bottom:0;
    left:0;

    text-align: left;

    display: flex;
    align-items: center;

    background-color: rgba(0,0,0,0.5);
    color: var(--sdgs-light-color);
    padding-left: 0.5rem;
}


.grid_cn{
    display: grid;
    grid-template-columns: repeat(var(--cols, 3), 1fr);
    column-gap: 1px;
}

.top_oto_button.cn{
    color:var(--light-text-color);
    background-image:var(--button-grad-l);

}

.chart_cn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    z-index: 999;

    width:var(--width, 400px);
    height:var(--height, 400px);

    font-weight:bold;
    font-size:1.5rem;

    background-image: conic-gradient(var(--main-color) 0% var(--value), rgba(255,255,255,0.5) var(--value) 100%);
    border-radius: 50%;
}

/* nenpi kaizen  */
.box_cn_nenpi{
    --bar-height:60px;

    order:-1;
    position: relative;
    padding-top:2rem;
    flex-grow: 1;
}

.nenpi_box{
    position: relative;
}

.nenpi_bar{
    position: absolute;
    left:0;
    height:var(--bar-height);
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left:1rem;
}

.nenpi_bar.normal{
    width:300px;
    top:0;
    color:#333;
    background-color: #eee;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.nenpi_bar.cloud{
    width:260px;
    top:calc(var(--bar-height) * 2);
    color: var(--sdgs-acc-color);
    font-weight: bold;
    filter: drop-shadow(2px 2px 2px #aaa);
}

.nenpi_inc{
    display: block;
    position: absolute;
    background-color: var(--main-color);
    width:40px;
    height:var(--bar-height);
    right:-40px;
    filter: drop-shadow(2px 2px 2px #aaa);
}

.nenpi_inc_hikaku1{
    display: block;
    position: absolute;
    border-left:2px var(--base-bg-color) dashed;
    top:-60px;
    right:-20px;
    width:0px;
    height:60px;
    transform: rotate(30deg);
}

.nenpi_inc_hikaku2{
    display: block;
    position: absolute;
    border-left:2px var(--base-bg-color) dashed;
    top:-55px;
    right:-40px;
    width:0px;
    height:50px;
}

.nenpi_caption{
    font-weight: bold;
    position: relative;
    background-color: #fff;
    color: var(--main-color);
    width:15rem;
    height: 2rem;
    top:calc(var(--bar-height) * 3.3);
    left:100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
}

.nenpi_caption::before{
    content:'';
    display: block;
    position: absolute;
    width:0;
    height:0;
    top:-28px;
    right:32px;
    border-bottom:28px #fff solid;
    border-left: 16px transparent solid;
    border-right: 28px transparent solid;
}


/* koremade box */
.box_desc_box_cn > div.koremade_box{
    margin-bottom: 0;
}

.koremade_caption{
    width:100%;
    text-align: center;
}

.koremade_caption > span{
    padding: 0.25rem 3rem;
    color: var(--sdgs-acc-color);
    font-weight: bold;
    border: 2px var(--sdgs-acc-color) solid;
    border-radius: var(--border-radius);
}

.koremade_axis{
    position: absolute;
    background-color: #333;
    height:1px;
    width:100%;
    bottom:4rem;
    left:-0.75rem;
}

.koremade_box{
    --bar-width:5rem;
    --bar-space:5rem;
    --fy18:142px;
    --fy19:163px;
    --fy20:187px;
    --fy21:207px;
    position: relative;
    width: 100%;
    height: 300px;
}

.koremade_fy{
    filter: none;
    position: absolute;
    white-space:nowrap;
    word-break: keep-all;
    width:5rem;
    text-align: center;
    bottom: 0;
    font-weight: bold;
    font-size:0.95rem;

}

.koremade_fy.fy18{
    left:0rem;
}

.koremade_fy.fy19{
    left:calc((var(--bar-space) + var(--bar-width)) * 1);
}

.koremade_fy.fy20{
    left:calc((var(--bar-space) + var(--bar-width)) * 2);
}

.koremade_fy.fy21{
    left:calc((var(--bar-space) + var(--bar-width)) * 3);
}


.koremade_bar{
    position: absolute;
    background-color: var(--sdgs-acc-color);
    width:var(--bar-width);
    bottom:4rem;
    left: 0px;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.koremade_bar.fy18{
    height:var(--fy18);
    filter: drop-shadow(4px 0px 2px var(--shadow-color));

}

.koremade_bar.fy19{
    height:var(--fy19);
    filter: drop-shadow(7px 0px 2px var(--shadow-color));

}

.koremade_bar.fy20{
    height:var(--fy20);
    filter: drop-shadow(10px 0px 2px var(--shadow-color));

}

.koremade_bar.fy21{
    height:var(--fy21);
    filter: drop-shadow(13px 0px 2px var(--shadow-color));

}

.koremade_units{
    position: relative;
    left:0.2rem;
}

.koremade_units.fy18{
    bottom: calc(4.5rem + var(--fy18));
}

.koremade_units.fy19{
    bottom: calc(4.5rem + var(--fy19));
}

.koremade_units.fy20{
    bottom: calc(4.5rem + var(--fy20));
}

.koremade_units.fy21{
    bottom: calc(4.5rem + var(--fy21));
}

.koremade_sugi{
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    z-index:1020;
}

.koremade_sugi.fy18{
    left:0.3rem;
    bottom: calc(1rem + var(--fy18));
}

.koremade_sugi.fy19{
    left:0.3rem;
    bottom: calc(1rem + var(--fy19));
}

.koremade_sugi.fy20{
    left:0.3rem;
    bottom: calc(1rem + var(--fy20));
}

.koremade_sugi.fy21{
    left:0.3rem;
    bottom: calc(1rem + var(--fy21));
}

/* simulation form */
#sim_form{
    margin-top:2rem;
    padding:1rem;
    background-color: rgba(255,255,255,0.5);
    color: var(--sdgs-dark-color);
    border: 1px var(--sdgs-acc-color) solid;
    border-radius: calc(var(--border-radius) * 2);
}

#sim_form > form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sim_label{
    color:var(--sdgs-dark-color);
    font-size: 1.2rem;
    font-weight: bold;

}

#trucks{
    min-width:5rem;
    background-color: #fff;
    color: #333;
    border: 1px var(--sdgs-acc-color) solid;
    background-color: rgba(66,121,53,0.2);

    font-size:1.2rem;
    font-weight: bold;

    padding:0.25rem 0.5rem;
    flex:0 1;
}

#sim_button{
    color: #fff;
    background-color: var(--sdgs-acc-color);

    font-size:1rem;
    font-weight: bold;
    padding:0.25rem 1rem;

    border: 1px var(--sdgs-acc-color) solid;
    border-radius: 2rem;
}

.box_desc_box_cn.lft{
    justify-self: left;
    position: relative;
}

#sim_result{
    position: relative;
    display: block;
    width:0;
    height: 6rem;
    background-color: var(--sdgs-acc-color);
    color: var(--sdgs-acc-color);
}

.sim_result span{
    filter: none;
}

#ref_result{
    width:2rem;
    border: 1px var(--sdgs-acc-color) solid;
    box-sizing: border-box;
}

.ref_result{
    position: relative;
    display: block;
    height: 6rem;
    background-color: #ccc;
    color: #333;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ref_result > div{
    position: absolute;
    left:3rem;
}

#sim_result_txt{
    position: absolute;
    display: block;
    top:1.5rem;

}

.footnote.cn{
    margin-top:1rem;
}

@media screen and (max-width:759px){
    .box_cn{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .box_cn_nenpi{
        padding-top:0;
        order: 999;
    }

    .box_cn.sim{
        display: none;
    }

    .head_box_cn{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .head_box_cn > div{
        margin: 0 auto;
        text-align: center;
    }

    .head_box_cn > div > span{
        display: block;
        font-size: 1.5rem;
        padding:0.25rem;
    }

    .head_box_cn > div > span:first-of-type,
    .head_box_cn > div > span:nth-of-type(2){
        margin:0;
        padding: 0;
    }

    .head_box_cn > div > span > span{
        display: none;
    }

    .box_desc_cn{
        flex-direction: column;
    }

    .top_hako{
        grid-template-columns: 1fr;
    }

    .jirei_cn span{
        font-size:0.8rem;
        height:100%;
    }

    .box_desc_hd_cn{
        margin-top:1rem;
    }

    .top_oto{
        grid-template-rows: auto;
    }

    .corp_info > ul{
        column-gap: 1rem;
        justify-content: center;
        text-align: center;
    }
}