@charset "utf-8";

/* 6つの重点領域css */
.wrapper {}

.page .wrapper {
    background: #fbf7ef;
}

.strength-top {
    font-size: 17px;
}

@media (max-width: 768px) {

    .strength-top {
        font-size: 14px;
    }
}
.color-yellow{color:#ffce45}
.color-blue{color:#3ab4f2 !important;}
.color-red{color:#f55050 !important;}
.color-gray{color:#86a3b8 !important;}

/**************** ページタイトル ****************/
.strength-page-ttl {
    height: 320px;
    text-align: center;
    font-size: 45px;
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#strength_health .strength-page-ttl {
    background-image: url(../images/strength/mv01.jpg);
}

#strength_affluent_life .strength-page-ttl {
    background-image: url(../images/strength/mv02.jpg);
}

#strength_environment .strength-page-ttl {
    background-image: url(../images/strength/mv03.jpg);
}

#strength_value_chain .strength-page-ttl,
#food_loss .strength-page-ttl {
    background-image: url(../images/strength/mv04.jpg);
}

#strength_supply_chain .strength-page-ttl {
    background-image: url(../images/strength/mv05.jpg);
}

#strength_human_management .strength-page-ttl,
.strength_human_management .strength-page-ttl {
    background-image: url(../images/strength/mv06.jpg);
}

.strength-page-ttl .page-ttl-icon {
    width: 136px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.strength-page-ttl .num {
    display: inline-block;
    vertical-align: text-top;
    line-height: 1.3;
    /* margin-top: 0.2em; */
    height: 1em;
    margin-right: 20px;
}

.strength-page-ttl .num img {
    width: auto;
    height: 100%;
}

.bold-title.color-blue{color:#3ab4f2 !important;}
.bold-title.color-red{color:#f55050}
.bold-title.color-gray{color:#86a3b8}
.bold-title.mt2em{margin-top:1.5em;}

@media (max-width:1480px) {
    .strength-page-ttl {
        font-size: 36px;
        min-height: calc(320 / 1480 * 100vw);
        height: auto;
        padding: 25px 0;
    }

    .strength-page-ttl .page-ttl-icon {
        width: calc(136 / 1480 * 100vw);
        min-width: 100px;
        margin-bottom: 2%;
    }
}

@media (max-width:768px) {
    .strength-page-ttl {
        font-size: 26px;
        padding: 20px 0 15px;
    }

    .strength-page-ttl .page-ttl-icon {
        width: 60px;
        min-width: auto;
        margin-bottom: 10px;
    }

    .strength-page-ttl .num {
        margin-right: 10px;
    }

}

@media screen and (max-width:480px) {
    .strength-page-ttl {
        font-size: 24px;
    }

    .strength-page-ttl .page-ttl-icon {
        width: 50px;
    }

}

/**************** パンクズ ****************/
.bread_crumble_block {
    position: relative;
}

.bread_crumble_block::before {
    content: '';
    background-color: #fff;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    bottom: 0;
}

#food_loss .bread_crumble_block::before {
    content: none;
}

.bread_crumble_block ul li {
    color: #42B409;
}

.bread_crumble_block ul li:before {
    color: #333;
}

.bread_crumble_block ul li a {
    color: #333;
}

/**************** first section ****************/

.bg-color {
    padding: 70px 0 75px;
}

#strength_health .bg-color {
    background-color: #fff8e3;
}

#strength_affluent_life .bg-color {
    background-color: #ffeeee;
}

#strength_environment .bg-color {
    background-color: #e6f4e1;
}

#strength_value_chain .bg-color {
    background-color: #e2f4fd;
}

#strength_supply_chain .bg-color {
    background-color: #fee5e5;
}

#strength_human_management .bg-color {
    background-color: #edf1f4;
}

.bg-color+.bg-none {
    margin-top: 75px;
}

@media (max-width:1080px) {
    .bg-color {
        padding: 45px 0;
    }

    .bg-color+.bg-none {
        margin-top: 45px;
    }
}

@media (max-width:768px) {
    .bg-color {
        padding: 30px 0 35px;
    }

    .bg-color+.bg-none {
        margin-top: 30px;
    }
}

/**************** section-in ****************/
.section-in+.section-in {
    margin-top: 80px;
}

.bg-none .section-in+.section-in {
    border-top: 1px dotted #cacaca;
    padding-top: 65px;
    margin-top: 65px;
}

.section-in .content {
    margin-top: 30px;
}

.section-in .content+.content {
    margin-top: 50px;
}

@media (max-width:1080px) {

    .section-in+.section-in {
        margin-top: 50px;
    }

    .bg-none .section-in+.section-in {
        padding-top: 40px;
        margin-top: 40px;
    }


    .section-in .content+.content {
        margin-top: 45px;
    }

}

@media (max-width:768px) {

    .section-in+.section-in {
        margin-top: 30px;
    }

    .bg-none .section-in+.section-in {
        padding-top: 25px;
        margin-top: 25px;
    }

    .section-in .content {
        margin-top: 20px;
    }

    .section-in .content+.content {
        margin-top: 30px;
    }
}

/**************** section-title ****************/
/* .section-ttl {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    position: relative;
}

.section-ttl::before {
    content: "";
    display: inline-block;
    position: static;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: #3caa0a;
    border-radius: 8px;
    margin-top: -4px;
} */


.section-ttl.lead {
    padding-left: 0;
    text-align: center;
}

.section-ttl.lead::before {
    content: none;
}

.section-ttl span {
    font-size: 17px;
    display: inline-block;
}

#strength_health .section-ttl.lead {
    color: #ffce45;
}

#strength_health .section-ttl::before {
    background-color: #ffce45;
}

#strength_affluent_life .section-ttl.lead {
    color: #fe8f8f;
}

#strength_affluent_life .section-ttl::before {
    background-color: #fe8f8f;
}


#strength_environment .section-ttl.lead {
    color: #42B409;
}

#strength_environment .section-ttl::before {
    /* background-color: #fe8f8f; */
}


#strength_value_chain .section-ttl.lead {
    color: #3ab4f2;
}

#strength_value_chain .section-ttl::before {
    background-color: #3ab4f2;
}

#strength_supply_chain .section-ttl.lead {
    color: #f55050;
}

#strength_supply_chain .section-ttl::before {
    background-color: #f55050;
}

#strength_human_management .section-ttl.lead {
    color: #86a3b8;
}

#strength_human_management .section-ttl::before {
    background-color: #86a3b8;
}

.section-ttl-kpi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.section-ttl-kpi .section-ttl {
    margin-top: 12px;
}

.section-ttl-kpi .icon {
    height: 60px;
    margin-left: 1em;
    flex-grow: 1;
    text-align: right;
}

.section-ttl-kpi .icon img {
    width: auto;
    height: 100%;
}

@media (max-width:768px) {
    .section-ttl span {
        font-size: 14px;
    }

    .section-ttl-kpi {
        margin-bottom: 15px;
    }

    .section-ttl-kpi .section-ttl {
        margin-top: 3px;
        margin-bottom: 0;
    }

    .section-ttl-kpi .icon {
        height: 35px;
    }
}


/**************** KPI ****************/



.kpi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -20px;
    margin-bottom: -15px;
}

.kpi-list+.kpi-list {
    margin-top: 15px;
}
.kpi-label{
    background-color: #fff;
    padding: 12px;
    padding-bottom: 10px;
    margin: 0.7% 0.7% 15px 0.7%;
    width: calc(94% / 4);
    max-width: none;
    border-radius: 10px;
    overflow: hidden;
    /*border: 2px solid #ffce45;*/
    text-align:center;
} 
.kpi-label.full{width:100%;}
.kpi-label.half{width:50%;}
.kpi-label.three-two{width:75%;}

.kpi-label .color{
    font-weight: 900;
    font-size: 17px;
    line-height:1.7;
}
.kpi-label .color span.ib{display:inline-block;}
.kpi-item {
    border: 2px solid #ffce45;
    background-color: #fff;
    padding: 25px;
    padding-bottom: 20px;
    margin: 0.7%;
    width: calc(94% / 4);
    max-width: none;
    border-radius: 30px;
    overflow: hidden;
}


.kpi-item.large {
    width: 630px;
}

.kpi-item.lead-only {
    display: flex;
    align-items: center;
}

.kpi-item.lead-only.center {
    justify-content: center;
}

.kpi-item.lead-only .item-top {
    margin-bottom: 0;
}

.kpi-item .item-top {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kpi-item .item-top .item-top-double{display:flex; justify-content: space-between; margin-top:10px;}
.item-top-double p{padding:0 15px}
.kpi-item.lead-only .item-top {
    margin-bottom: 0;
}

.kpi-item .item-top .color {
    color: #ffce45;
    font-weight: bold;
    font-size: 24px;
}

.kpi-item .item-top .color span {
    font-size: 18px;
}

.kpi-item .item-top p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.54;
}
.kpi-item .item-top p.small-bold{font-size:0.8em;}
.kpi-item p.large-title{
    font-weight: bold;
    margin: -26px -26px 17px;
    text-align: center;
    padding: 8px;
}

.kpi-item .item-top .color img {
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0 7px;
}

.kpi-item .item-top img {
    height: 55px;
}

.kpi-item .item-top img.ml-10 {
    margin-left: 10px;
}

.kpi-item .item-text {
    font-size: 14px;
}

.kpi-item .item-text.center {
    text-align: center;
}

.kpi-list+.note-list {
    margin-top: 40px;
}

/* 
#strength_health .kpi-item {
    border-color: #000;
}

#strength_health .kpi-item .item-top .color {
    color: #000;
} */

#strength_affluent_life .kpi-item {
    border-color: #fe8f8f;
}

#strength_affluent_life .kpi-item .item-top .color {
    color: #fe8f8f;
}

#strength_affluent_life .note-list {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

#strength_affluent_life .kpi-item .item-top {
    /* height: auto !important; */
}

#strength_affluent_life .kpi-item .item-top img {
    margin-top: 25px;
}

#strength_environment .kpi-item {
    border-color: #42B409;
}

#strength_environment .kpi-item .item-top .color {
    color: #42B409;
}

#strength_value_chain .kpi-item {
    border-color: #3ab4f2;
}

#strength_value_chain .kpi-item .item-top .color {
    color: #3ab4f2;
}

#strength_supply_chain .kpi-list {
/*     margin: 0 auto;*/
    margin-bottom: -2%;
/*    justify-content: space-between;*/
/*    max-width: 940px; */
}

#strength_supply_chain .kpi-item {
    border-color: #f55050;
    /* width: calc(96% / 3);*/
    margin: 0.7%;
    margin-bottom: 2%; 
    width: calc(94% / 4);
    max-width: none;
}


#strength_supply_chain .kpi-item.w-half {
    /* width: calc(98% / 2); */
}

#strength_supply_chain .note-list {
    /* max-width: 940px;
    margin-left: auto;
    margin-right: auto; */
}

#strength_supply_chain .supply_chain01 .item-top {
    margin-top: 20px;
}

#strength_supply_chain .kpi-item .item-top .color {
    color: #f55050;
}

#strength_human_management .kpi-item {
    border-color: #86a3b8;
}

#strength_human_management .kpi-item .item-top .color {
    color: #86a3b8;
}
#strength_human_management .kpi-item p.large-title{
    background: #86a3b8;
    color: #fff;
}

@media (max-width:1080px) {
    .kpi-list {
        margin-top: 20px;
    }
    .kpi-label.half{width:100%;}
    .kpi-label.half{width:100%;}
    .kpi-label.three-two{width:100%;}

    .kpi-item,.kpi-label {
        margin: 0;
        width: calc(97% / 2);
        margin-bottom: 3%;
    }
}

@media (max-width:1076px) {

    #strength_supply_chain .supply_chain01 .item-top {
        margin-top: 0px;
    }
    #strength_supply_chain .kpi-list{
        justify-content: space-between;
    }
    #strength_supply_chain .kpi-item {
        margin: 0;
        width: calc(97% / 2);
        margin-bottom: 3%;
    }
}

@media (max-width: 768px) {

    #strength_supply_chain .kpi-list,
    .kpi-list {
        margin-left: -10px;
        /*margin-top: 0;
        margin-bottom: -10px;*/
        justify-content: center;
    }

    .kpi-list+.kpi-list {
        margin-top: 20px;
    }

    #strength_supply_chain .kpi-item,
    #strength_supply_chain .kpi-item.w-half,
    .kpi-item {
        width: calc((100% - (10px * 2))/2);
        border-width: 1px;
        padding: 15px;
        padding-bottom: 10px;
        max-width: 300px;
        border-radius: 15px;
        margin: 0;
        margin-bottom: 10px;
        margin-left: 10px;
        min-height: 80px
    }
    
    .kpi-label {
        width: calc((100% - (10px * 2))/2);
        border-width: 1px;
        padding: 10px;
        padding-bottom: 10px;
        /*max-width: 300px;*/
        border-radius: 8px;
        margin: 0;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .kpi-label.full{width:100%; margin: 0; margin-bottom: 10px;}
    .kpi-label.half{width:100%;}
    .kpi-label.tri{width:100%;}
    .kpi-label .color{font-size:13px;}

    .kpi-item.large {
        max-width: 630px;
    }

    .kpi-item p.large-title{
        margin: -15px -15px 12px;
        padding: 6px;
    }
    .kpi-item .item-top {
        margin-bottom: 10px;
    }

    .kpi-item .item-top .color {
        font-size: 17px;
    }

    .kpi-item .item-top p {
        font-size: 15px;
    }

    .kpi-item .item-top img {
        height: 40px;
    }

    .kpi-item .item-text {
        font-size: 12px;
        line-height: 1.4;
    }

    .kpi-list+.note-list {
        margin-top: 30px;
    }

    #strength_affluent_life .kpi-item .item-top img {
        margin-top: 15px;
    }

}

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

    .kpi-list {
        margin-left: 0;
    }

    .kpi-item,.kpi-label {
        width: 100%;
        margin-left: 0;
    }

    .kpi-item.large {
        max-width: 300px;
    }

    #strength_affluent_life .kpi-item .item-top img {
        margin-top: 0;
    }
}



/* フードロス削減への取り組み */

#food_loss .food_loss-lead {
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #42B409;
}

#food_loss .list-col2 .item {
    margin-left: -5%;
    margin-top: 40px;
}

#food_loss .list-col2 .item {
    flex-basis: calc((100% - (5% * 2))/2);
    margin-left: 5%;
}

#food_loss .list-col2 .item .left {
    text-align: left;
    font-size: 13px;
    margin-top: 20px;
}

#food_loss .content+.content {
    margin-top: 80px;
}

@media (max-width:1080px) {
    #food_loss .food_loss-lead {
        font-size: 26px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #food_loss .content+.content {
        margin-top: 60px;
    }

}

@media (max-width:768px) {
    #food_loss .food_loss-lead {
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 35px;
    }

    #food_loss .list-col2 .item {
        margin-left: 0;
        margin-top: 25px;
    }

    #food_loss .list-col2 .item {
        margin-left: 0;
    }

    #food_loss .content+.content {
        margin-top: 45px;
    }

    #food_loss .list-col2 .item .left {
        font-size: 12px;
        margin-top: 15px;
    }

}

@media screen and (max-width:575px) {
    #food_loss .food_loss-lead {
        font-size: 20px;
    }

}

.caption {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #42B409;
    margin-bottom: 30px;
}

.sectino-pic {
    display: flex;
}

.sectino-pic .text {
    padding-right: 65px;
    width: calc(100% - 415px);
}

.sectino-pic .pic {
    width: 415px;
}

@media (max-width:1080px) {

    .caption {
        font-size: 18px;
    }

    .sectino-pic .text {
        padding-right: 3%;
        width: 65%;
    }

    .sectino-pic .pic {
        width: 35%;
    }
}

@media (max-width:768px) {

    .caption {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sectino-pic {
        display: block;
    }

    .sectino-pic .text {
        width: 100%;
    }

    .sectino-pic .pic {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}


/**************** おいしさ、美のある豊かな生活 ****************/

#strength_affluent_life .kpi-list {
    margin-top: 0;
}

.box_header .bot_title{font-size:1.8rem;}
.balloon_title{display:block; width:fit-content; padding:10px 20px; background:#3caa0a; border-radius:10px; color:#fff; font-weight:700; font-size:1.8rem; position:relative;}
.balloon_title:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border-color: rgba(60, 170, 10, 0);
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:5px;
	border-right-width:5px;
	margin-left: -5px;
	border-top-color:#3CAA0A;
	top:100%;
	left:50%;
}

@media (max-width: 768px) {
    .box_header .bot_title{font-size:1.6rem;}
    .balloon_title{padding:6px 16px; font-size:14px;}
}




table.normal_table {
    font-size: 15px;
    border-collapse: collapse;
    border: solid 1px #ddd;
    width: 100%;
    background-color: #fff;
    margin: 20px 0 10px;
}

table.normal_table th {
    padding: 15px 20px;
    box-sizing: border-box;
    font-weight: 500;
    border-collapse: collapse;
    border: solid 1px #ddd;
    background: #777;
    color:#fff;
}

table.normal_table td {
    padding: 15px 20px;
    font-weight: 500;
    border-collapse: collapse;
    border: solid 1px #ddd;
    line-height: 1.8;
    vertical-align:middle;
}

.table_wrap.normal_wrap{margin-bottom:20px;}

@media (max-width: 768px) {
    table.normal_table {
        font-size: 13px;
        margin: 20px 0 10px;
    }
    
    table.normal_table th {
        padding: 12px 15px;
    }
    
    table.normal_table td {
        padding: 12px 15px;
    }
    
    .table_wrap.normal_wrap{margin-bottom:20px;}
}

a.outer-link{position: relative;}
a.outer-link:after{content:""; display:inline-block; width:11px; height:11px; background-image: url(../images/outer-link.png); background-size:11px 11px;}

.title-in.outer-link{position: relative;}
.title-in.outer-link:after{content:""; display:inline-block; width:11px; height:11px; background-image: url(../images/outer-link.png); background-size:11px 11px; margin-left:5px;}