﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*****************************
font family
******************************/
/*
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
/*****************************
sustainability content
******************************/
.sustainability-content-wrap {
    position: relative;
    width: 100%;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 16px;
}
/*****************************
header
******************************/
.sustainability-content-wrap .sustainability-header-wrap {
    position: relative;
    width: 100%;
}
.sustainability-content-wrap .sustainability-header-wrap .sustainability-header-img-wrap {
    position: relative;
    width: 100%;
    height: 649px;
}
.sustainability-content-wrap .sustainability-header-wrap .sustainability-header-img-wrap img {
    width: 100%;
    height: 649px;
    object-fit: cover;
}
.sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 800px;
    color: #ffffff;
    text-align: center;
}
.sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap .main-title {
    font-size: 337.5%;
    font-weight: 700;
    padding: 0px 0px 35px 0px;
}
.sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap .sub-title {
    font-family: "Noto Serif JP", serif;
    font-size: 162.5%;
    font-weight: 650;
    letter-spacing: 0.07em;
    padding: 0px 0px 40px 0px;
}
.sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap .main-desc {
    font-size: 87.5%;
    text-align: left;
    line-height: 1.8;
}
/*****************************
numerical
******************************/
.sustainability-content-wrap .numerical-wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: -189px auto 0 auto;
    background-color: #ffffff;
    font-family: "Inter","Noto Sans JP",sans-serif;
}
.sustainability-content-wrap .numerical-wrap .numerical-title-wrap {
    padding: 100px 0px 0px 0px;
    text-align: center;
}
.sustainability-content-wrap .numerical-wrap .numerical-title-wrap .main-title {
    font-size: 212.5%;
    font-weight: 800;
    padding: 0px 0px 20px 0px;
}
.sustainability-content-wrap .numerical-wrap .numerical-title-wrap .update-wrap {
    font-size: 87.5%;
}
.sustainability-content-wrap .numerical-wrap .numerical-content-wrap {
    position: relative;
    width: 100%;
    max-width: 1045px;
    margin: 0 auto;
    padding: 160px 0px 0px 0px;
}
.sustainability-content-wrap .numerical-wrap .numerical-content-wrap .numerical-content-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

/* -------------------------------  追加CSS  -------------------------------*/
.num {
    font-family: 'Inter', sans-serif;
  }

.unit {
 font-size: 14px;
}

.num-lg-unit {
    font-size: 34px;
    line-height: 20px;
}

.kwh-num-lg-unit {
    line-height: 6px;
    font-size: 34px;
}

.num-unit {
    font-size: 28px;
    line-height: 0px;
}

.date-unit {
    font-size: 16px;
}

.num-text-unit {
    font-size: 14px;
}

.sustainability-content-wrap {
    background-color: #ffffff;
}

.sustainability-content-wrap .numerical-wrap {
    border-radius: 6px;
    z-index: 1;
}

.sustainability-content-wrap .numerical-wrap .numerical-content-wrap {
    padding-bottom: 150px;
    margin: 0px auto 10px auto;
}

.numerical-content-block-top {
    display: flex;
}

.numerical-content-block {
    display: grid !important;
    grid-template-columns: 3fr 1.8fr;
}

.numerical-content-block h3 {
    font-size: 30px;
    font-weight: 800;
}

.numerical-co2__sub-title {
    font-size: 18px;
    padding: 16px 110px 50px 0;
}

.numerical-co2__value {
    background-color: rgb(228, 242, 247);
    padding: 28px 16px 16px 16px;
    border-radius: 6px;
}

.numerical-co2__value-all {
    position: relative;
    width: 70%;
    margin: 0 0 0 auto;
}

.numerical-co2__value-all .numerical-building {
    position: absolute;
    width: 184px;
    top: -58px;
    left: -180px;
    z-index: 3;
}

.numerical-co2__value-all__title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.numerical-co2__value-all__title-main {
    font-size: 24px;
    font-weight: 700;
    color: #4583CB;
    margin: 0 16px 0 0;
}

.numerical__title-goal {
    display: flex;
    align-items: center;
    background-color: rgb(69, 131, 203);
    border-radius: 100px;
    padding: 0 14px 0 8px;
    font-size: 12px;
    width: fit-content; 
}

.numerical-co2__value-all__detail .right-arrow-icon {
    width: 16px;
    height: auto;
    margin: 0 0 12px 0;
}

.energy__contents__value-all__detail .right-arrow-icon {
    margin: 0 0 12px 0;
}

.water__contents__value-all__detail .right-arrow-icon {
    margin: 0 0 12px 0;
}

.numerical__title-goal-text {
    color: #4583CB;
    background-color: #ffffff;
    padding: 0px 8px;
    border-radius: 100px;
    margin: 0 12px 0 0;
    font-weight: 600;
    font-size: 14px;
}

.numerical__title-goal-number {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
font-family: 'Inter', sans-serif;
}

.right-arrow-icon {
    width: 16px;
    height: auto;
    margin: 0 0 8px 0;
}

.down-arrow-icon {
    display: none;
    width: 16px;
    height: 44px;
    margin: 0 0 -8px 1px;
}

.numerical-content-lg-num {
    font-size: 54px;
    font-weight: 600;
    color: #21497B;
    line-height: 44px;
    font-family: 'Inter', sans-serif;
}
.numerical-solar__value-part__detail-after-number.numerical-content-lg-num.upper-type{
    line-height: 14px;    
}
.numerical-content-sm-num {
    font-size: 20px;
    font-weight: 600;
    color: #21497B;
    font-family: 'Inter', sans-serif;
}

.numerical-content-md-num {
    font-size: 40px;
    font-weight: 600;
    color: #21497B;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
}

.detail-num__contents {
    display: flex;
    align-items: flex-end;
    margin-top: 8px;
    justify-content: center;
}

.detail-num__contents-before,
.detail-num__contents-after {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}



.detail-num__contents-before .numerical-content-lg-num {
    color: #4583CB;
}

.detail-num__contents-before .numerical-content-sm-num {
    color: #4583CB;
}
.detail-num__contents-before .numerical-content-md-num {
    color: #4583CB;
}

.numerical-co2__value-part {
    background-color: #ffffff;
    margin: 44px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 32px 0;
    border-radius: 6px;
}

.factory-icon {
    position: absolute;
    bottom: 20px;
    right: 56px;
    width: 100px;
    height: auto;
}

.numerical-co2__value-part__title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.numerical-co2__value-part__title-goal {
    display: flex;
}

.numerical-co2__value-part__title-main {
    font-size: 20px;
    font-weight: 700;
    color: #4583CB;
    margin: 0 16px 0 0;
}

.numerical-co2__value-part__detail {
    margin: 8px 68px 0 0;
}

.numerical-solar {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.numerical-solar__value-title {
    text-align: center;
    margin: 26px 0 14px 0;
}
.numerical-solar__value-title.solar-value{
    color: #4583CB;    
}

.numerical-solar__value-title span.marker{    
background: linear-gradient(transparent 70%, #C1E7F5 70%);
   
}

.numerical-solar-img {
    height: 254px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.up-arrow-icon {
    display: none;
    width: 16px;
    height: 44px;
    transform: rotate(180deg);
}

.numerical-content-sub-block {
    margin: 43px 0 0 0;
    padding: 43px 0 0 0;
    border-top: 2px solid #4583cb;
    display: grid;
    gap: 28px;
}

.energy__contents {
    background-color: rgb(228, 242, 247);
    border-radius: 6px;
}

.sub-block1 {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
    order: 1;
}

.energy__contents__value-all__title {
    display: flex;
    justify-content: center;
}

.energy__contents__value-all__title-main {
    font-size: 30px;
    font-weight: 700;
    margin: 0 18px 0 0;
    color:#4583CB;
}

.energy__contents__value-all {
    padding: 40px 20px;
    position: relative;
}

.energy__contents__value-all__detail {
    margin: 8px 0 0 74px;
}

.light-bulb-icon {
    position: absolute;
    width: 54px;
    height: auto;
    top: 85px;
    left: 36px;
}

.water__contents__value-all__title-main {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0 0;
    line-height: 38px;
    border-radius: 6px;
    text-align: center;
    color:#4583CB;
}

.water__contents__value-all__title-sub {
    font-size: 14px;
    font-weight: 500;
    color: #4583CB;
    white-space: nowrap;
    line-height: 19px;
}

.water__contents {
    background-color: rgb(228, 242, 247);
    border-radius: 6px;
}

.water__contents__value-all {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
}

.sewer_icon {
    position: absolute;
    width: 86px;
    height: auto;
    top: 146px;
    left: 12px;
}

.waste__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(228, 242, 247);
    padding: 30px 40px 40px 40px;
    border-radius: 6px;
    order: 3;
}

.waste__contents__value-all__title-main {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0 0;
    line-height: 42px;
    color:#4583CB;
}

.waste__contents__value-all__title-sub {
    font-size: 14px;
    font-weight: 500;
    color: #4583CB;
    white-space: nowrap;
    line-height: 19px;
    text-align: center;
}

.wood-title {
    background-color: #ffffff;
    text-align: center;
    font-weight: 700;
    color:#4583CB;
}

.waste__contents__value-all__wood {
    margin: 0 26px;
    width: 326px;
}

.waste__contents__value-all__combustible {
    width: 326px;
}

.waste__contents__value-all__detail {
    margin: 8px 0 0 0;
}

.combustible-title {
    background-color: #ffffff;
    text-align: center;
    font-weight: 700;
    color:#4583CB;
}

.recycling-icon {
    width: 72px;
    height: auto;
    margin: 0 20px 0 0;
}

.fuel__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(228, 242, 247);
    padding: 30px 40px 40px 40px;
    border-radius: 6px;
    order: 2;
}

.fuel__contents__value-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 5px;
}

.fuel__contents__value-all__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fuel__contents__value-all__title-main {
    font-size: 30px;
    font-weight: 700;
    line-height: 58px;
    color:#4583CB;
}

.fuel__contents__value-all__title-goal-number {
    font-size: 20px;
}

.fuel__contents__value-all__title-goal {
    padding: 0px 34px 0px 9px;
}

.fuel__contents__value-all__gasoline {
    margin: 0 68px 0 0;
}

.gasoline-icon {
    width: 34px;
    height: auto;
}

.gas_station-icon {
    width: 26px;
    height: auto;
}

.sp-only {
    display: none;
}

.sp-only-inline {
    display: none;
}

.pc-only {
    display: block;
}

.pc-only-span {
    display: inline-block;
}

@media screen and (max-width: 1080px) {
    .sustainability-content-wrap .numerical-wrap {
        margin: -215px auto 74px;
        width: 94%;
    }

    .sustainability-content-wrap .numerical-wrap .numerical-title-wrap {
        padding: 52px 0px 0px 0px;
        text-align: center;
    }

    .sustainability-content-wrap .numerical-wrap .numerical-content-wrap .numerical-content-block {
        align-items: center;
    }

    .sustainability-content-wrap .numerical-wrap .numerical-title-wrap .main-title {
        font-size: 154%;
        line-height: 38px;
        padding: 0px 0px 12px 0px;
    }

    .sustainability-content-wrap .numerical-wrap .numerical-content-wrap {
        padding: 44px 0px 0px 0px;
        width: 90%;
        max-width: 540px;
    }

    .numerical-content-block h3 {
        font-size: 144%;
        font-weight: 700;
    }

    .numerical-co2__title {
        margin: 0 0 0 0;
    }

    .numerical-co2 {
        width: 100%;
    }

    .numerical-content-block-top {
        width: 100%;
    }

    .sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap .main-title {
        font-size: 192%;
        padding: 0px 0px 24px 0px;
    }

    .sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap .sub-title {
        font-size: 90%;
    }

    .sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap .main-desc {
        font-size: 85%;
        width: 89%;
        font-weight: 400;
        margin: 6px auto 0 auto;
    }

    .sustainability-content-wrap .sustainability-header-wrap .sustainability-header-img-wrap img {
        height: 542px;
    }

    .numerical-content-md-num {
        font-size: 228%;
        line-height: 28px;
    }

    .numerical-co2__title {
        text-align: center;
    }

    .numerical-co2__sub-title {
        padding: 12px 0 26px 0;
        text-align: center;
        font-size: 100%;
    }

    .numerical-content-block {
        display: flex !important;
        flex-direction: column;
    }

    .numerical-co2__value-all .numerical-building {
        width: 82px;
        top: -33px;
        left: auto;
        right: 13px;
    }

    .numerical__title-goal-number {
        color: #ffffff;
        font-size: 116%;
    }

    .numerical-co2__value-all {
        position: relative;
        width: auto;
        margin: 0 auto;
        padding: 0 20px 0 8px;
    }

    .numerical-content-lg-num {
        font-size: 300%;
        line-height: 40px;
    }

    .numerical-content-md-num {
        font-size: 294%;
        line-height: 40px;
    }

    .numerical-content-sm-num {
        font-size: 16px;
    }

    .numerical-co2__value-all__title {
        flex-direction: column;
        align-items: normal;
        margin: 0 0 6px 0;
    }

    .numerical-co2__value-all__title-main {
        font-size: 148%;
        margin: 0 0 12px 0;
    }

    .numerical__title-goal-text {
        font-size: 96%;
        padding: 0px 6px;
        margin: 0 6px 0 0;
    }

    .numerical__title-goal {
        padding: 2px 18px 2px 6px;
        margin: 0 0 0 0;
    }

    .numerical-co2__value-part {
        align-items: normal;
        margin: 24px 0 0 0;
        padding: 22px 0 28px 0;
    }

    .numerical-co2__value-part__title {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
    }

    .numerical-co2__value-part__title-main {
        margin: 0 0 9px 0;
        font-size: 103%;
    }

    .factory-icon {
        bottom: 0;
        top: 25px;
        right: 13px;
        width: 88px;
        height: auto;
    }


    .energy__contents__value-all__title-goal-number {
        font-size: 107%;
    }

    .energy__contents__value-all__title-goal {
        padding: 2px 12px 2px 5px;
    }

    .energy__contents__value-all__title-goal-text {
        margin: 0 4px 0 0;
        padding: 0px 7px;
    }

    .numerical-co2__value-part__detail {
        margin: 4px 0 0 0;
    }

    .numerical-co2__value {
        padding: 28px 5% 23px 5%;
        width: 100%;
    }

    .numerical-solar {
        flex-direction: column;
        width: 100%;
    }

    .numerical-solar-img {
        margin: 24px 0 0 0;
        height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    .numerical-solar .co2-value {
        order: 3;
        margin: 0 0 20px 0;
    }

    .numerical-solar .co2-value .up-arrow-icon {
        width: 14px;
        height: auto;
        margin: 4px 0 0 0;
    }

    .numerical-solar .solar-value {
        order: 2;
    }

    .numerical-solar-img {
        order: 1;
    }

    .numerical-solar__value-title {
        margin: 40px 0 8px 0;
    }

    .numerical-content-sub-block {
    margin: 20px 0 0 0;
        display: grid;
        gap: 18px;
    }

    .sub-block1 {
        gap: 18px;
        display: flex;
        flex-direction: column;
    }

    .energy__contents__value-all__title {
        flex-direction: column;
        align-items: center;
    }

    .fuel__contents {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(228, 242, 247);
        padding: 30px 40px 40px 40px;
        flex-direction: column;
    }

    .fuel__contents__value-all__title-goal {
        padding: 6px 46px 6px 9px;
    }

    .fuel__contents__value-all__title-goal-number {
        font-size: 15px;
    }

    .fuel__contents__value-all {
        margin: 0 0 0 0;
    }

    .light-bulb-icon {
        width: 17px;
        height: auto;
        top: 21px;
        left: 226px;
    }


    .energy__contents__value-all__title-main {
        font-size: 138%;
        font-weight: 800;
        margin: 0 -6px 9px 0;
    }

    .energy__contents__value-all {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px 0 30px 0;
    }

    .energy__contents__value-all__detail {
        margin: 10px 0 0 0;
    }

    .water__contents__value-all {
        flex-direction: column;
        padding: 20px 20px 30px 20px;
    }

    .water__contents__value-all__title {
        display: flex;
        align-items: center;
        margin: 0 0 2px 0;
    }

    .water__contents__value-all__title-sub {
        font-size: 14px;
        font-weight: 600;
        margin: 0 10px 0 0;
    }

    .water__contents__value-all__title-main {
        font-size: 140%;
    }

    .sewer_icon {
        position: absolute;
        width: 30px;
        height: auto;
        top: 20px;
        left: 142px;
    }

    .waste__contents {
        flex-direction: column;
        padding: 18px 0 28px 0;
        position: relative;
    }

    .waste__contents__value-all__title {
        display: flex;
        align-items: center;
        margin: 0 0 6px 0;
    }

    .waste__contents__value-all__title-main {
        font-size: 140%;
        line-height: 32px;
    }

    .waste__contents__value-all__detail {
        margin: 4px 0 0 0;
    }

    .combustible-title {
        height: 22px;
        line-height: 22px;
        font-size: 78%;
    }

    .recycling-icon {
        width: 28px;
        height: auto;
        margin: 0 20px 0 0;
        position: absolute;
        top: 13px;
        left: 155px;
    }

    .waste__contents__value-all__title-sub {
        font-weight: 600;
        margin: 0 10px 0 0;
    }

    .waste__contents__value-all__wood {
        margin: 0 0 16px 0;
        width: 90%;
    }

    .waste__contents__value-all__combustible {
        width: 90%;
    }

    .wood-title {
        height: 22px;
        line-height: 22px;
        font-size: 78%;
    }

    .gasoline-icon {
        width: 22px;
    }

    .fuel__contents__value-all__title {
        flex-direction: row-reverse;
        margin: 12px 0 0 0;
    }

    .fuel__contents__value-all__title-main {
        margin: 0 0 0 12px;
        font-size: 138%;
        line-height: 48px;
    }

    .fuel__contents__value-all__gasoline {
        margin: 0;
    }

    .fuel__contents {
        padding: 0 0 26px;
    }

    .gas_station-icon {
        width: 17px;
        margin: 5px 0 4px 0;
    }

    .detail-num__contents {
        margin: 3px 0 0 0;
        justify-content: center;
    }
}

@media screen and (max-width: 620px) { 
    .light-bulb-icon {
        width: 17px;
        height: auto;
        top: 21px;
        left: 40%;
    }

    .sewer_icon {
        left: 19%;
    }

    .recycling-icon {
        left: 22%;
    }
}

@media screen and (max-width: 450px) {
    .unit {
        font-size: 12px;
       }

       .num-lg-unit {
        font-size: 26px;
        margin: 0 0 0 2px;
    }

    .date-unit {
        font-size: 14px;
    }

    .num-unit {
        font-size: 24px;
    }

    .kwh-num-lg-unit {
        font-size: 22px;
    }

    .sustainability-content-wrap .numerical-wrap {
        margin: -215px auto 74px;
        width: 94%;
    }

    .sustainability-content-wrap .numerical-wrap .numerical-title-wrap {
        padding: 52px 0px 0px 0px;
        text-align: center;
    }

    .sustainability-content-wrap .numerical-wrap .numerical-title-wrap .main-title {
        font-size: 154%;
        line-height: 38px;
        padding: 0px 0px 12px 0px;
    }

    .sustainability-content-wrap .numerical-wrap .numerical-content-wrap {
        padding: 44px 0px 0px 0px;
        width: 95%;
    }

    .numerical-content-block h3 {
        font-size: 144%;
        font-weight: 700;
    }

    .numerical-co2__title {
        margin: 0 0 0 0;
    }

    .sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap .main-title {
        font-size: 192%;
        padding: 0px 0px 24px 0px;
    }

    .sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap .sub-title {
        font-size: 90%;
    }

    .sustainability-content-wrap .sustainability-header-wrap .sustainability-header-desc-wrap .main-desc {
        font-size: 85%;
        width: 89%;
        font-weight: 400;
        margin: 6px auto 0 auto;
    }

    .sustainability-content-wrap .sustainability-header-wrap .sustainability-header-img-wrap img {
        height: 542px;
    }

    .numerical-content-md-num {
        font-size: 228%;
        line-height: 28px;
    }

    .numerical-co2__title {
        text-align: center;
    }

    .numerical-co2__sub-title {
        padding: 12px 0 50px 0;
        text-align: center;
        font-size: 100%;
    }

    .numerical-content-block {
        display: flex !important;
        flex-direction: column;
    }

    .numerical-co2__value-all .numerical-building {
        width: 82px;
        top: -33px;
        left: auto;
        right: 4px;
    }

    .numerical__title-goal-number {
        color: #ffffff;
        font-size: 14px;
    }

    .numerical-co2__value-all {
        position: relative;
        width: auto;
        margin: 0 auto;
        padding: 0 20px 0 8px;
    }

    .numerical-content-lg-num {
        font-size: 228%;
        line-height: 26px;
    }

    .numerical-content-sm-num {
        font-size: 16px;
    }

    .numerical-co2__value-all__title {
        flex-direction: column;
        align-items: normal;
        margin: 0 0 6px 0;
    }

    .numerical-co2__value .down-arrow-icon {
        margin: 0 0 -4px 1px;
    }

    .numerical-co2__value-all__detail .right-arrow-icon {
        margin: 0 0 6px 0;
    }

    .numerical-co2__value-all__title-main {
        font-size: 148%;
        margin: 0 0 12px 0;
    }

    .numerical__title-goal-text {
        font-size: 96%;
        padding: 0px 6px;
        margin: 0 6px 0 0;
    }

    .numerical__title-goal {
        padding: 2px 18px 2px 6px;
        margin: 0 0 0 0;
    }

    .numerical-co2__value-part {
        align-items: normal;
        margin: 24px 0 0 0;
        padding: 22px 0 28px 0;
    }

    .numerical-co2__value-part__title {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
    }

    .numerical-co2__value-part__title-main {
        margin: 0 0 9px 0;
        font-size: 103%;
    }

    .energy__contents__value-all__detail .right-arrow-icon {
        margin: 0 0 6px 0;
    }
    
    .water__contents__value-all__detail .right-arrow-icon {
        margin: 0 0 6px 0;
    }

    .factory-icon {
        bottom: 0;
        top: 25px;
        right: 2px;
        width: 88px;
        height: auto;
    }

    .energy__contents__value-all__title-goal-number {
        font-size: 107%;
    }

    .energy__contents__value-all__title-goal {
        padding: 2px 12px 2px 5px;
    }

    .energy__contents__value-all__title-goal-text {
        margin: 0 4px 0 0;
        padding: 0px 7px;
    }

    .numerical-co2__value-part__detail {
        margin: 4px 0 0 0;
    }

    .numerical-co2__value {
        padding: 28px 10px 10px 10px;
    }

    .numerical-solar {
        flex-direction: column;
        width: 100%;
    }

    .numerical-solar-img {
        margin: 24px 0 0 0;
        height: 190px;
        width: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    .numerical-solar__value-title {
        margin: 40px 0 8px 0;
    }

    .numerical-content-sub-block {
        margin: 20px 0 0 0;
        display: grid;
        gap: 18px;
    }

    .sub-block1 {
        gap: 18px;
        display: flex;
        flex-direction: column;
    }

    .energy__contents__value-all__title {
        flex-direction: column;
        align-items: center;
    }

    .fuel__contents {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(228, 242, 247);
        padding: 30px 40px 40px 40px;
        flex-direction: column;
    }

    .light-bulb-icon {
        width: 17px;
        height: auto;
        top: 20px;
        left: 36%;
    }

    .energy__contents__value-all__title-main {
        font-size: 138%;
        font-weight: 800;
        margin: 0 -6px 9px 0;
    }

    .energy__contents__value-all {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px 0 30px 0;
    }

    .energy__contents__value-all__detail {
        margin: 10px 0 0 0;
    }

    .water__contents__value-all {
        flex-direction: column;
        padding: 20px 20px 30px 20px;
    }

    .water__contents__value-all__title {
        display: flex;
        align-items: center;
        margin: 0 0 2px 0;
    }

    .water__contents__value-all__title-sub {
        font-size: 14px;
        font-weight: 600;
        margin: 0 10px 0 0;
    }

    .water__contents__value-all__title-main {
        font-size: 140%;
    }

    .sewer_icon {
        position: absolute;
        width: 30px;
        height: auto;
        top: 20px;
        left: 12%;
    }

    .waste__contents {
        flex-direction: column;
        padding: 18px 0 28px 0;
        position: relative;
    }

    .waste__contents__value-all__title {
        display: flex;
        align-items: center;
        margin: 0 0 6px 0;
    }

    .waste__contents__value-all__title-main {
        font-size: 140%;
    }

    .waste__contents__value-all__detail {
        margin: 4px 0 0 0;
    }

    .combustible-title {
        height: 22px;
        line-height: 22px;
        font-size: 78%;
    }

    .recycling-icon {
        width: 28px;
        height: auto;
        margin: 0 20px 0 0;
        position: absolute;
        top: 13px;
        left: 15%;
    }

    .waste__contents__value-all__title-sub {
        font-weight: 600;
        margin: 0 10px 0 0;
    }

    .waste__contents__value-all__wood {
        margin: 0 0 16px 0;
    }

    .wood-title {
        height: 22px;
        line-height: 22px;
        font-size: 78%;
    }

    .gasoline-icon {
        width: 22px;
    }

    .fuel__contents__value-all__title {
        flex-direction: row-reverse;
        margin: 12px 0 0 0;
    }

    .fuel__contents__value-all__title-main {
        margin: 0 0 0 12px;
        font-size: 138%;
        line-height: 48px;
    }

    .fuel__contents__value-all__gasoline {
        margin: 0;
    }

    .fuel__contents {
        padding: 0 0 26px;
    }

    .gas_station-icon {
        width: 17px;
        margin: 5px 0 4px 0;
    }

    .detail-num__contents {
        margin: 3px 0 0 0;
    }
    
}   
/* 全体的な取り組みセクション - start */
.overall-attempt__bg {
    grid-column: 1;
    grid-row: 1 / 2;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 0;
    clip-path: inset(0);
    width: 100%;
}

.overall-attempt__bg-img {
    height: 100%;
    inset: 0;
    position: fixed;
    width: 100%;
    object-fit: cover;
}

.overall-attempt__contents {
    width: 92%;
    display: grid;
    grid-template-columns: 2.8fr 5.4fr;
    max-width: 1200px;
    margin: -260px auto 0 auto;
    position: relative;
    z-index: 1;
    font-family: "Inter","Noto Sans JP",sans-serif;
}

.overall-attempt__contents-title {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin: 90px 0 0 0;
    position: sticky;
    height: 200px;
    top: 300px;
}

.overall-attempt__contents-group {
    background-color: #ffffff;
    padding: 80px 56px;
    border-radius: 6px;
    margin: 0 0 100px 0;
}

.overall-attempt__contents-group .recycling-icon {
    width: 56px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.overall-attempt__contents-group .sub-title {
    font-size: 30px;
    color: #4583CB;
    margin: 20px 0 40px 0;
    text-align: center;
    font-weight: 700;
}

.overall-attempt__contents-group .sub-title-detail {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 36px 0;
}

.overall-attempt__contents-group .sheet-detail {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 14px 0 36px 0;
    color: #21497B;
}

.road-map {
    display: grid;
    gap: 12px;
    position: relative;
}

.road-map::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 94px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
  }

.road-map-decoration {
    position: absolute;
    top: -80px;
    left: 31px;
    height: 81px;
    width: 1px;
    background-color: #21497B;
    z-index: 0;
}

.overall-attempt__contents-group .road-map__future {
    background-color: rgb(69, 131, 203);
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.overall-attempt__contents-group .road-map__future-icon img{
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
}

.road-map__future__detail-date {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.road-map__future__detail-text {
    font-size: 16px;
    font-weight: 500;
}

.road-map__past {
    background-color: rgb(228, 242, 247);
    color: #21497B;
    padding: 14px 20px;
    border-radius: 6px;
    display: flex;
    align-items: stretch;
}

.road-map__past-icon img {
    width: 22px;
    height: auto;
    margin: 2px 10px 0 0;
}

.road-map__past__detail-date {
    color:  #4583CB;
    font-size: 16px;
    line-height: 20px;
}

.road-map__past__detail-text {
    color: #21497B;
    font-size: 16px;
}

.portal-link {
    background-color: rgb(33, 73, 123);
    color: #ffffff;
    padding: 10px 34px;
    border-radius: 100px;
    display: flex;
    width: fit-content;
    align-items: center;
}

.portal-link:hover {
    background-color: #4582CB;
    text-decoration: none;
}

.portal-contents {
    border: 1px solid #21497B;
    border-radius: 6px;
    padding: 38px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 22px 0 0 0;
}

.portal-contents__logo {
    width: 267px;
}

.portal-contents-text {
    font-size: 14px;
    margin: 14px 0;
    text-align: center;
}

.portal-link-text {
    font-size: 16px;
    margin: 0 10px 0 0;
}

.portal-icon-img {
    width: 16px;
    height: 16px;
}

.portal-link-text {
    font-size: 16px;
}

.sbt-contents {
    margin: 100px 0 0 0;
}

.sbt-contents__icon {
    width: 56px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.sbt-contents__title {
    font-size: 30px;
    font-weight: 700;
    color: #00A0C6;
    text-align: center;
    margin: 16px 0 30px 0;
}

.sbt-contents__graph {
    margin: 20px 0 0 0;
    padding: 24px 40px 50px 40px;
    background-color: rgb(228, 242, 247);
    border-radius: 6px;
    position: relative;
}

.sbt-contents__graph__area {
    border-bottom: 1px solid #21497B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 44px;
}

.sbt-contents__graph__area-before {
    background-color: #21497B;
    color: #ffffff;
    font-size: 24px;
    height: 166px;
    padding: 18px;
    display: flex;
    align-items: center;
}

.sbt-contents__graph__area-before p {
    line-height: 18px;
    text-align: center;
}

.sbt-contents__graph__area-after2 p {
    line-height: 18px;
    text-align: center;
}

.sbt-contents__graph__area-arrow {
    width: 20px;
    height: 16px;
    margin: 0 12px;
}

.sbt-contents__graph__area-after1 {
    height: 83px;
    padding: 18px;
    display: block;
    border-top: 2px dashed #21497B;
    border-right: 2px dashed #21497B;
    border-left: 2px dashed #21497B;
}

.sbt-contents__graph__area-after2 {
    background-color: #21497B;
    color: #ffffff;
    font-size: 24px;
    height: 83px;
    padding: 18px;
    line-height: 46px;
    display: flex;
    align-items: center;
}

.sbt-contents__graph-detail {
    text-align: center;
}

.sbt-contents__graph-detail-goal {
    background-color: #21497B;
    color: #ffffff;
    font-weight: 600;
    border-radius: 100px;
    padding: 0 12px;
    display: inline-block;
}

.sbt-contents__graph-detail-text {
    color: #21497B;
    font-size: 20px;
    font-weight: 700;
    margin: 4px 46px 4px 46px;
    line-height: 34px;
}

.sbt-contents__graph-detail-strong {
    color: #D50052;
}


.area-before-text {
    position: absolute;
    bottom: 14px;
    left: 18.6%;
    font-size: 20px;
    font-weight: 600;
}

.area-after-text {
    position: absolute;
    bottom: 14px;
    left: 37%;
    font-size: 20px;
    font-weight: 600;
}
  
.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
    transition: backdrop-filter 0.5s ease, background-color 0.5s ease;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    z-index: 0;
  }

  .blur-overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
    transition: backdrop-filter 0.5s ease, background-color 0.5s ease;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    z-index: 0;
  }

  
.blur-overlay.active {
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.2);
  }

  @media screen and (max-width: 1280px) {
    .area-before-text {
        position: absolute;
        bottom: 14px;
        left: 17.4%;
        font-size: 20px;
        font-weight: 600;
    }
    
    .area-after-text {
        position: absolute;
        bottom: 14px;
        left: 38%;
        font-size: 20px;
        font-weight: 600;
    }

    .sbt-contents__graph-detail {
        text-align: center;
        width: 50%;
    }

    .sbt-contents__graph-detail-text {
        color: #21497B;
        font-size: 20px;
        font-weight: 700;
        margin: 4px 0;
        line-height: 34px;
    }
  }

@media screen and (max-width: 1080px) {
    .sbt-contents__graph__area-before {
        font-size: 18px;
        height: 141px;
        padding: 12px;
        line-height: 118px;
    }

    .overall-attempt__contents {
        width: 90%;
        display: flex;
        margin: -240px auto 0 auto;
        flex-direction: column;
        max-width: 540px;
    }

    .overall-attempt__contents-group {
        padding: 34px 20px 40px 20px;
        margin: 0 0 100px 0;
        position: relative;
    }

    .sbt-contents__graph__area-after1 {
        height: 62px;
        padding: 12px;
    }

    .sbt-contents__graph__area-arrow {
        width: 16px;
        height: 14px;
        margin: 0 4px;
    }

    .overall-attempt__contents-title {
        font-size: 24px;
        margin: 90px 0 35px 0;
        position: unset;
        height: auto;
    }

    .overall-attempt__contents-group .recycling-icon {
        width: 38px;
        height: auto;
        margin: 0 auto;
        display: block;
        top: 0;
        left: 0;
        position: relative;
    }

    .overall-attempt__contents-group .sub-title {
        font-size: 18px;
        margin: 14px 0 24px 0;
    }

    .overall-attempt__contents-group .sub-title-detail {
        font-size: 16px;
        margin: 0 0 20px 0;
        text-align: left;
    }

    .overall-attempt__contents-group .sheet-detail {
        text-align: left;
        margin: 14px 0 22px 10%;
        font-size: 14px;
    }

    .road-map-decoration {
        top: -61px;
        height: 62px;
    }

    .road-map__future__detail-date {
        font-size: 20px;
        line-height: 28px;
    }

    .overall-attempt__contents-group .road-map__future {
        padding: 14px 22px 14px 16px;
        align-items: flex-start;
    }

    .overall-attempt__contents-group .road-map__future-icon img {
        width: 22px;
        height: auto;
        margin: 4px 10px 0 0;
    }

    .road-map {
        gap: 8px;
    }

    .portal-contents {
        padding: 30px 26px 22px 26px;
        margin: 22px 0 0 0;
    }

    .portal-contents-text {
        font-size: 14px;
        font-weight: 400;
        margin: 14px 0;
        text-align: left;
    }

    .portal-contents__logo {
        width: 210px;
    }

    .sbt-contents__icon {
        width: 36px;
    }

    .sbt-contents__title {
        font-size: 18px;
        margin: 14px 0 30px 0;
    }

    .sbt-contents {
        margin: 76px 0 0 0;
    }

    .sbt-contents__detail {
        font-weight: 400;
        font-size: 14px;
    }

    .sbt-contents__graph__area {
        padding: 0 0 0 0;
    }

    .sbt-contents__graph-detail-text {
        font-size: 14px;
        margin: 4px -10px 4px 0;
        line-height: 20px;
        width: auto;
    }

    .sbt-contents__graph-detail-goal {
        padding: 0 10px;
        font-size: 10px;
    }

    .sbt-contents__graph__area-after2 {
        font-size: 14px;
        height: 58px;
        padding: 12px;
        line-height: 38px;
    }

    .sbt-contents__graph__area-before {
        font-size: 14px;
        padding: 11px;
        height: 120px;
        line-height: 100px;
    }

    .sbt-contents__graph {
        padding: 24px 40px 50px;
    }

    .area-before-text {
        bottom: 22px;
        left: 13%;
        font-size: 14px;
        font-weight: 700;
    }

    .area-after-text {
        bottom: 22px;
        left: 30.4%;
        font-size: 14px;
        font-weight: 700;
    }

    .partial-attempt__contents-title {
        font-size: 152%;
        margin: 90px 0 18px 0;
        position: unset;
        height: auto;
        line-height: 52px;
    }
}


@media screen and (max-width: 580px) {
    .area-before-text {
        left: 12.6%;
    }
    
    .area-after-text {
        left: 31.4%;
    }
}


@media screen and (max-width: 532px) {
    .road-map-decoration {
        top: -88px;
        height: 88px;
    }
}

@media screen and (max-width: 450px) {
    .sbt-contents__graph__area-before {
        font-size: 18px;
        height: 141px;
        padding: 12px;
        line-height: 118px;
    }

    .overall-attempt__contents {
        width: 90%;
        display: flex;
        margin: -280px auto 0 auto;
        flex-direction: column;
    }

    .overall-attempt__contents-group {
        padding: 34px 20px 40px 20px;
        margin: 0 0 100px 0;
        position: relative;
    }

    .sbt-contents__graph__area-after1 {
        height: 62px;
        padding: 12px;
    }

    .sbt-contents__graph__area-arrow {
        width: 16px;
        height: 14px;
        margin: 0 4px;
    }

    .overall-attempt__contents-title {
        font-size: 152%;
        margin: 90px 0 35px 0;
        position: unset;
        height: auto;
    }

    .overall-attempt__contents-group .recycling-icon {
        width: 38px;
        height: auto;
        margin: 0 auto;
        display: block;
        top: 0;
        left: 0;
        position: relative;
    }

    .overall-attempt__contents-group .sub-title {
        font-size: 132%;
        margin: 14px 0 24px 0;
    }

    .overall-attempt__contents-group .sub-title-detail {
        font-size: 100%;
        margin: 0 0 20px 0;
        text-align: left;
    }

    .overall-attempt__contents-group .sheet-detail {
        text-align: left;
        margin: 14px 0 22px 21%;
    }

    .road-map-decoration {
        top: -88px;
        height: 88px;
    }

    .road-map__future__detail-date {
        font-size: 148%;
        line-height: 28px;
    }

    .overall-attempt__contents-group .road-map__future {
        padding: 14px 22px 14px 16px;
        align-items: flex-start;
    }

    .overall-attempt__contents-group .road-map__future-icon img {
        width: 22px;
        height: auto;
        margin: 4px 10px 0 0;
    }

    .road-map__past {
        padding: 14px 14px;
    }

    .road-map__past__detail-text {
        font-size: 15px;
    }

    .road-map > div:nth-of-type(4) .road-map__past__detail {
        margin: 0 0 0 8px;
      }

    .road-map {
        gap: 8px;
    }

    .portal-contents {
        padding: 30px 26px 22px 26px;
        margin: 22px 0 0 0;
    }

    .portal-contents-text {
        font-size: 80%;
        font-weight: 400;
        margin: 14px 0;
        text-align: left;
    }

    .portal-contents__logo {
        width: 210px;
    }

    .sbt-contents__icon {
        width: 36px;
    }

    .sbt-contents__title {
        font-size: 134%;
        margin: 14px 0 30px 0;
    }

    .sbt-contents {
        margin: 76px 0 0 0;
    }

    .sbt-contents__detail {
        font-weight: 400;
    }

    .sbt-contents__graph__area {
        padding: 0 0 0 0;
    }

    .sbt-contents__graph-detail {
        width: auto;
    }

    .sbt-contents__graph-detail-text {
        font-size: 86%;
        margin: 4px -10px 4px 0;
        line-height: 20px;
        width: 146px;
    }

    .sbt-contents__graph-detail-goal {
        padding: 0 10px;
        font-size: 60%;
    }

    .sbt-contents__graph__area-after2 {
        font-size: 110%;
        height: 58px;
        padding: 11px;
    }

    .sbt-contents__graph__area-before {
        font-size: 110%;
        padding: 11px;
        height: 120px;
        line-height: 100px;
    }

    .sbt-contents__graph {
        padding: 24px 8px 50px;
    }


    .sbt-contents__graph__area-before p {
        line-height: 16px;
    }

    .sbt-contents__graph__area-after2 p {
        line-height: 16px;
    }

    .area-before-text {
        bottom: 22px;
        left: 8%;
        font-size: 90%;
        font-weight: 700;
    }

    .area-after-text {
        bottom: 22px;
        left: 33%;
        font-size: 90%;
        font-weight: 700;
    }

    .partial-attempt__contents-title {
        font-size: 152%;
        margin: 90px 0 18px 0;
        position: unset;
        height: auto;
        line-height: 52px;
    }

}

@media screen and (max-width: 375px) {
    .area-before-text {
        bottom: 22px;
        left: 4.4%;
        font-size: 90%;
        font-weight: 700;
    }

    .area-after-text {
        bottom: 22px;
        left: 32%;
        font-size: 90%;
        font-weight: 700;
    }

    .sbt-contents__graph-detail-text {
        font-size: 86%;
        margin: 4px -10px 4px 0;
        line-height: 20px;
        width: 134px;
    }
}
  
/* 全体的な取り組みセクション - end */

/* 鎌ヶ谷工場での取り組みセクション - start */
.partial-attempt {
    z-index: 1;
}

.partial-attempt__bg {
    grid-column: 1;
    grid-row: 1 / 2;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 0;
    clip-path: inset(0);
    width: 100%;
}

.partial-attempt__bg-img {
    height: 100%;
    inset: 0;
    position: fixed;
    width: 100%;
    object-fit: cover;
}

.partial-attempt__contents-title {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin: 90px 0 0 0;
    position: sticky;
    height: 200px;
    top: 300px;
    line-height: 52px;
}

.partial-attempt__contents {
    width: 92%;
    display: grid;
    grid-template-columns: 2.8fr 5.4fr;
    max-width: 1200px;
    margin: -240px auto 0 auto;
    position: relative;
    z-index: 1;
}

.partial-attempt__contents-group {
    background-color: #ffffff;
    padding: 80px 56px;
    border-radius: 6px;
    margin: 0 0 100px 0;
}

.partial-attempt__contents-group__text {
    display: flex;
}

.partial-attempt__contents-group__text-detail {
    padding: 0 26px 0 0;
}

.partial-attempt__contents-group .detail-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}

.partial-attempt__contents-group .detail-sub-title {
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(228, 242, 247);
    width: fit-content;
    margin: 36px 0 12px 0;
    padding: 0 12px;
}

.partial-attempt__contents-group .detail-text {
    font-size: 16px;
    font-weight: 400;
}

.detail-pdf {
    display: flex;
    background-color: #21497B;
    color: #ffffff;
    width: fit-content;
    border-radius: 100px;
    padding: 7px 30px;
    margin: 14px 0 0 0;
    align-items: center;
}

.detail-pdf:hover {
    background-color: #4582CB;
    text-decoration: none;
}

.detail-pdf-text {
    font-size: 16px;
    margin: 0 6px 0 0;
}

.detail-pdf-icon {
    width: 15px;
    height: 16px;
}

.sdgs-mascot {
    width: 162px;
    height: 303px;
}

.sdgs-sheet {
    margin: 44px 0 0 0;
}

.container {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(21, 1fr);
    gap: 12px;
    width: 100%;
    padding: 0;
}

.sdg-image {
    width: 100%;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
}

.sdg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sdg-text {
    background-color: transparent;
    padding: 10px 0 8px 0;
    font-size: 11px;
    line-height: 1.6;
    color: #21497B;
}

.sdg-3 {
    grid-row: 1 / 7;
    grid-column: 1 / 7;
}

.sdg-3 .sdg-image {
    background-color: #4C9F38;
}

.sdg-4 {
    grid-row: 9 / 17;
    grid-column: 1 / 7;
}

.sdg-4 .sdg-image {
    background-color: #C7212F;
}

.sdg-5 {
    grid-row: 1 / 5;
    grid-column: 7 / 10;
}

.sdg-5 .sdg-image {
    background-color: #EF402D;
}

.sdg-6 {
    grid-row: 1 / 5;
    grid-column: 10 / 13;
}

.sdg-6 .sdg-image {
    background-color: #00AED9;
}

.sdg-7 {
    grid-row: 1 / 5;
    grid-column: 13 / 16;
}

.sdg-7 .sdg-image {
    background-color: #FDB713;
}

.sdg-8 {
    grid-row: 1 / 5;
    grid-column: 16 / 19;
}

.sdg-8 .sdg-image {
    background-color: #8F1838;
}

.sdg-9 {
    grid-row: 1 / 5;
    grid-column: 19 / 22;
}

.sdg-9 .sdg-image {
    background-color: #F26A2E;
}

.sdg-10 {
    grid-row: 4 / 9;
    grid-column: 7 / 12;
}

.sdg-10 .sdg-image {
    background-color: #E11484;
}

.sdg-11 {
    grid-row: 9 / 15;
    grid-column: 7 / 12;
}

.sdg-11 .sdg-image {
    background-color: #F99D26;
}

.sdg-12 {
    grid-row: 4 / 12;
    grid-column: 12 / 19;
}

.sdg-12 .sdg-image {
    background-color: #CF8D2A;
}

.sdg-13 {
    grid-row: 4 / 9;
    grid-column: 19 / 22;
}

.sdg-13 .sdg-image {
    background-color: #48773E;
}

.sdg-14 {
    grid-row: 7 / 13;
    grid-column: 19 / 22;
}

.sdg-14 .sdg-image {
    background-color: #007DBC;
}

.sdg-15 {
    grid-row: 11 / 16;
    grid-column: 19 / 22;
}

.sdg-15 .sdg-image {
    background-color: #3EB049;
}

@media (max-width: 1080px) {
    .container {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
    }
    
    .sdg-3 {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }
    
    .sdg-4 {
        grid-column: 3 / 5;
        grid-row: 1 / 2;
    }
    
    .sdg-5, .sdg-6, .sdg-7, .sdg-8, .sdg-9, .sdg-10 {
        grid-column: auto;
        grid-row: auto;
    }
    
    .sdg-11 {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }
    
    .sdg-12 {
        grid-column: 3 / 5;
        grid-row: 4 / 6;
    }
    
    .sdg-13, .sdg-14 {
        grid-column: auto;
        grid-row: auto;
    }
    
    .sdg-15 {
        grid-column: 3 / 5;
        grid-row: 6 / 6;
    }
}



@media screen and (max-width: 1080px) {
    .partial-attempt__contents {
        display: flex;
        flex-direction: column;
        width: 90%;
        max-width: 540px;
        margin: -240px auto 0 auto;
    }

    .partial-attempt__contents-title {
        font-size: 24px;
        margin: 90px 0 18px 0;
        position: unset;
        height: auto;
        line-height: 52px;
    }

    .partial-attempt__contents-group {
        padding: 24px 24px;
        margin: 0 0 100px 0;
    }

    .partial-attempt__contents-group__text-detail {
        padding: 0 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .partial-attempt__contents-group .detail-title {
        font-size: 18px;
        line-height: 32px;
    }

    img.sdgs-mascot.sp-only {
        width: 239px;
        height: 260px;
        margin: 30px 0 0 0;
    }

    .sp-only-inline {
        display: inline-block;
    }

    .partial-attempt__contents-group .detail-sub-title {
        margin: 16px 0 12px 0;
    }
}


@media screen and (max-width: 450px) {
    .partial-attempt__contents {
        display: flex;
        flex-direction: column;
        margin: -260px auto 0 auto;
    }

    .partial-attempt__contents-title {
        font-size: 152%;
        margin: 90px 0 18px 0;
        position: unset;
        height: auto;
        line-height: 52px;
    }

    .partial-attempt__contents-group {
        padding: 24px 24px;
        margin: 0 0 100px 0;
    }

    .partial-attempt__contents-group__text-detail {
        padding: 0 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .partial-attempt__contents-group .detail-title {
        font-size: 112%;
        line-height: 32px;
    }

    img.sdgs-mascot.sp-only {
        width: 239px;
        height: 260px;
        margin: 30px 0 0 0;
    }

    .partial-attempt__contents-group .detail-sub-title {
        margin: 16px 0 12px 0;
    }
}


/* 鎌ヶ谷工場での取り組みセクション - end */

/* CO2CO2（コツコツ）スマート宣言事業所セクション - start */

.cards-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.co2-smart-bg {
    background-color: #ffffff;
    height: 60px;
    width: 100%;
}

.co2-smart__heading {
    display: flex;
    align-items: center;
    max-width: 1160px;
    width: 96%;
    margin: 0px auto 0 auto;
    top: 0;
    left: 0;
    cursor: default;
}

.co2-smart__heading__text {
    margin: 0 16px 0 0;
}

.co2-smart__heading__text-title {
    font-size: 34px;
    font-weight: 800;
}

.co2-smart__heading__text-title br{
    display: none;
}

.co2-smart__heading__text-detail {
    font-size: 20px;
    font-weight: 500;
    margin: 34px 0 0 0;
}

.co2-smart__heading__logo {
    width: 170px;
    height: auto;
}

.co2-smart__contents {
    max-width: 1200px;
    margin: 0 auto;
}

.energy__card__body {
    display: flex;
    flex-direction: column;
}

.energy__card {
    background-color: #21497B;
    width: 1280px;
    border-radius: 6px;
    padding: 64px;
}

.energy__card__body-contents {
    display: flex;
    margin: 0 0 0 0;
}

.energy__card__body__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer; 
    padding-top: 32px;
    padding-bottom: 34px;
}

.energy__card__body__icon {
    width: 228px;
    height: 228px;
    padding: 86px;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    margin: 0 64px 0 0;
    cursor: pointer;
}

.energy__card__body-item {
    display: flex;
    flex-direction: column;
}

.energy__card__body-list {
    display: flex;
    align-items: center;
    color: #21497B;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 12px 24px;
    width: fit-content;
    margin: 0 0 12px 0;
}

.energy__card__body-list-img {
    width: 18px;
    height: 10px;
    margin: 0 6px 0 0;
}

p.energy__card__body-list-text {
    font-size: 15px;
}

.js-scroll-overlap:not(.is-disabled) {
    --sticky-offset: -1px;
    position: sticky;
    top: var(--sticky-offset);
}

.card-section {
    position: relative;
    margin: 140px 0 0 0;
}

.card-container {
    top: 0;
    height: 810px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cards-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.card {
    position: absolute;
    width: 200%;
    height: 1000px;
    border-radius: 6px;
    backdrop-filter: blur(10px);
    padding: 0 48px 48px 40px;
    transition: transform 0.1s ease-out;
}

.card-category {
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}

.card-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.3;
}

.card-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.8);
}

.card-1 {
    background-color: rgb(33, 73, 123);
}

.card-2 {
    background-color: rgb(0, 160, 198);
    margin: 0 0 0 40px;
}

.card-3 {
    background-color: #307BB2;
    margin: 0 0 0 80px;
}

.card-4 {
    background-color: #485971;
    margin: 0 0 0 120px;
}

@media screen and (max-width: 1200px) {
    .card {
        width: 100%;
    }

    .card-2 {
        width: 96%;
    }

    .card-3 {
        width: 91%;
    }

    .card-4 {
        width: 87%;
    }
}

@media screen and (max-width: 1080px) {
    .co2-smart__heading {
        max-width: 540px;
        margin: 0 auto 0 auto;
    }

    .co2-smart__heading__logo {
        position: absolute;
        top: -14px;
        right: 1%;
        width: 118px;
    }

    .co2-smart__heading__text {
        margin: 0 auto;
    }

    .co2-smart__heading__text-title {
        font-size: 20px;
        font-weight: 800;
        line-height: 38px;
        width: 80%;
    }

    .co2-smart__heading__text-detail {
        font-size: 14px;
        font-weight: 600;
        margin: 16px 27% 0 0;
    }

    .card-section {
        width: 100%;
        max-width: 540px;
        margin: 50px auto 0 auto;
    }

    .card-container {
        height: 700px;
    }

    .card {
        width: 100%;
        height: 800px;
        padding: 0 16px;
    }

    .card-2 {
        margin: 0 0 0 16px;
        padding: 0 16px;
    }

    .card-3 {
        margin: 0 0 0 32px;
        padding: 0 16px;
    }

    .card-4 {
        margin: 0 0 0 48px;
    }

    .card-1 .energy__card__body-list {
        width: 94%;
    }

    .card-2 .energy__card__body-list {
        width: 90%;
    }

    .card-3 .energy__card__body-list {
        width: 85%;
    }

    .card-4 .energy__card__body-list {
        width: 80%;
    }

    .energy__card__body__icon {
        width: 50px;
        height: auto;
        padding: 13px;
        background-color: rgba(255, 255, 255, 0.16);
        border-radius: 6px;
        margin: 0 64px 0 0;
        position: absolute;
        top: 0;
    }

    .card-1 .energy__card__body__icon {
        top: 14px;
        right: -28px;
    }

    .card-2 .energy__card__body__icon {
        top: 16px;
        right: -12px;
        width: 50px;
        padding: 12px 15px;
    }

    .card-3 .energy__card__body__icon {
        top: 16px;
        right: 4px;
        width: 50px;
        padding: 10px 17px;
    }

    .card-4 .energy__card__body__icon {
        top: 16px;
        right: 20px;
    }

    p.energy__card__body-list-text {
        line-height: 21px;
        font-size: 13px;
    }

    .energy__card__body-list {
        border-radius: 6px;
        padding: 6px 13px 7px 11px;
        margin: 0 0 9px 0;
    }

    .energy__card__body__title {
        font-size: 16px;
        line-height: 21px;
        padding-top: 24px;
    }

    .card-2 .energy__card__body__title,
    .card-3 .energy__card__body__title {
        padding-top: 18px;
    }
}

@media screen and (max-width: 640px) {
    .co2-smart__heading {
        max-width: 540px;
        margin: 0px auto 0 auto;
        width: 90%;
    }

    .co2-smart__heading__text-detail {
        margin: 23px 30% 0 0;
    }

    .co2-smart__heading__text-title {
        font-size: 20px;
        font-weight: 800;
        line-height: 38px;
        width: 70%;
    }
    .co2-smart__heading__text-title br{
    display: inline;
}
}

@media screen and (max-width: 650px) {
    .card-section {
        margin: 34px auto 0 auto;
    }
}

@media screen and (max-width: 450px) {
    /*.co2-smart__heading {
        margin: 0px 22px 0 -17px;
    }*/


    .co2-smart__heading__logo {
        position: absolute;
        top: -11px;
        /*right: 0;*/
        right:-10px;
        width: 106px;
    }

    .co2-smart__heading__text {
        margin: 0 auto 0 0;
        width: 100%;
    }

    .co2-smart__heading__text-title {
        font-size: 140%;
        font-weight: 800;
        line-height: 43px;
        width: 80%;
    }

    .co2-smart__heading__text-detail {
        font-size: 102%;
        font-weight: 600;
        margin: 34px 0 0 0;
        width: 100%;
    }

    .energy__card__body__title {
        font-size: 16px;
        line-height: 20px;
        padding-top: 20px;
    }

    .card-2 .energy__card__body__title,
    .card-3 .energy__card__body__title {
        padding-top: 15px;
    }

    .card-section {
        margin: 46px auto 0 auto;
    }

    .card {
        width: 100%;
        height: 900px;
        padding: 0 16px;
    }

    .card-2 {
        margin: 0 0 0 14px;
        padding: 0 16px;
    }

    .card-3 {
        margin: 0 0 0 28px;
        padding: 0 16px;
    }

    .card-4 {
        margin: 0 0 0 42px;
    }

    .card-1 .energy__card__body-list {
        width: 94%;
    }

    .card-2 .energy__card__body-list {
        width: 90%;
    }

    .card-3 .energy__card__body-list {
        width: 85%;
    }

    .card-4 .energy__card__body-list {
        width: 80%;
    }

    .energy__card__body__icon {
        width: 50px;
        height: auto;
        padding: 13px;
        background-color: rgba(255, 255, 255, 0.16);
        border-radius: 6px;
        margin: 0 64px 0 0;
        position: absolute;
        top: 0;
    }

    .card-1 .energy__card__body__icon {
        top: 10px;
        right: -28px;
    }

    .card-2 .energy__card__body__icon {
        top: 10px;
        right: -14px;
        width: 50px;
        padding: 12px 15px;
    }

    .card-3 .energy__card__body__icon {
        top: 10px;
        right: 0;
        width: 50px;
        padding: 10px 17px;
    }

    .card-4 .energy__card__body__icon {
        top: 10px;
        right: 15px;
    }

    p.energy__card__body-list-text {
        line-height: 21px;
        font-size: 13px;
    }

    .energy__card__body-list {
        border-radius: 6px;
        padding: 6px 13px 7px 11px;
        margin: 0 0 9px 0;
    }
}

@media screen and (max-width: 420px) {
    .card-container {
        height: 760px;
    }
}


@media screen and (max-width: 375px) {
    .energy__card__body__title {
        font-size: 100%;
        line-height: 20px;
    }

    .card-section {
        margin: 28px auto 0 auto;
    }

    /*.co2-smart__heading {
        margin: 0px 22px 0 -17px;
    }*/
}
/* CO2CO2（コツコツ）スマート宣言事業所セクション - end */

/* スライダーセクション - start */
.slider {
    margin: 140px 0 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider__title {
    font-size: 28px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    line-height: 46px;
    font-weight: 600;
}

.slider__contets {
    position: relative;
}

.slider__contets-slider-bg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.slider__contets-slider-contents {
    height: 400px;
    width: auto;
    margin-right: 20px;
}

@keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .slider-track {
    display: flex;
    width: max-content;
    animation: slide 94s linear infinite;
    position: relative;
    margin: 97px 0 -374px 0;
    z-index: 1;
  }

  @media screen and (max-width: 1080px) {
    .slider-track {
        margin: 80px 0 -320px 0;
      }

    .slider {
        margin: 86px 0 0 0;
    }

    .slider__title {
        font-size: 16px;
        line-height: 32px;
    }

    .slider__contets {
        height: 300px;
    }

    img.slider__contets-slider-bg1 {
        position: absolute;
        bottom: 0;
    }

    .slider__contets-slider-contents {
        height: 200px;
        margin: -46px 0 0 0;
    }
  }

  @media screen and (max-width: 450px) {
    .slider {
        margin: 86px 0 0 0;
    }

    .slider__title {
        font-size: 124%;
        line-height: 35px;
    }

    .slider__contets {
        height: 230px;
    }

    img.slider__contets-slider-bg1 {
        position: absolute;
        bottom: 0;
    }

    .slider__contets-slider-contents {
        height: 226px;
        margin: -28px 0 0 0;
    }

  }
/* スライダーセクション - end */

/* 地域社会との連携セクション - start */
.alignment {
    position: relative;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.alignment__title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin: 160px 0 54px 0;
}

.alignment__contents__item {
    width: 82%;
    margin: 0 auto;
    display: flex;
}

.alignment__contents__list-wrapper {
    width: 100%;
    aspect-ratio: 280 / 186;
    overflow: hidden;
    border-radius: 6px;
}

.alignment__contents__list {
    margin: 0 24px;
    width: 30%;
}

.alignment__contents__list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}
.alignment__contents__list-text{
    padding: 20px 0px 0px 0px;
}
.alignment-bg1 {
    width: 80%;
    margin: 0 auto;
}

.alignment-bg2 {
    position: absolute;
    top: -12px;
    left: 30px;
    width: 102px;
    height: auto;
}

@media screen and (max-width: 1080px) {
    .alignment {
        width: 90%;
        margin: 0 auto;
        max-width: 540px;
    }

    .alignment__title {
        font-size: 20px;
        margin: 130px 0 30px 0;
    }

    .alignment__contents__item {
        width: 100%;
        flex-direction: column;
    }

    .alignment__contents__list {
        margin: 0 24px;
        display: flex;
        width: auto;
    }

    .alignment__contents__list-wrapper {
        width: 30%;
        aspect-ratio: 280 / 186;
        overflow: hidden;
        border-radius: 6px;
        margin: 0 16px 27px 0;
    }

    .alignment__contents__list-img {
        margin: 0 16px 27px 0;
        border-radius: 6px;
        object-fit: cover;
    }

    .alignment-bg2 {
        top: -62px;
        left: 24px;
        width: 68px;
        height: auto;
    }

    .alignment-bg1 {
        width: 88%;
    }

    p.alignment__contents__list-text{
        font-size: 14px;
        width: 70%;
        padding: 0px 0px 0px 0px;
    }
}

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

}

@media screen and (max-width: 450px) {
    .alignment__title {
        font-size: 152%;
        margin: 130px 0 30px 0;
    }

    .alignment__contents__item {
        width: 100%;
        flex-direction: column;
    }

    .alignment__contents__list-wrapper {
        width: 86px;
        height: 86px;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        margin: 0 16px 20px 0;
    }

    .alignment__contents__list {
        margin: 0;
        display: flex;
    }

    .alignment__contents__list-img {
        margin: 0 16px 27px 0;
        width: 86px;
        height: 86px;
        border-radius: 6px;
        object-fit: cover;
    }

    .alignment-bg2 {
        top: -62px;
        left: 24px;
        width: 68px;
        height: auto;
    }

    .alignment-bg1 {
        width: 88%;
    }
}
/* 地域社会との連携セクション - end */

/* otherセクション - start */

.other__contents {
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 74px 0;
    position: relative;
    z-index: 1;
}

.other__contents-title {
    font-size: 36px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin: 160px 0 0 0;
}

.other__contents-text {
    text-align: center;
    margin: 54px 0 50px 0;
    font-weight: 500;
    line-height: 36px;
}

.other__contents__item {
    display: flex;
    justify-content: center;
    text-align: center;
}

.other__contents__list {
    padding: 0 40px 0 40px;
}

.other__contents__list__text {
    margin: 10px 0;
    font-size: 14px;
}

.other__contents__list__link {
    background-color: #21497B;
    color: #ffffff;
    display: block;
    padding: 12px 114px;
    border-radius: 100px;
}

.other__contents__list__link:hover {
    background-color: #4582CB;
    text-decoration: none;
}

.other__contents__list__title {
    font-size: 20px;
    font-weight: 600;
}

.other__contents__item .list-center {
    border-right: 1px solid #DBE5F2;
    border-left: 1px solid #DBE5F2;
}

.other__bg {
    margin: -182px 0 0 0;
    z-index: 0;
    position: relative;
}

@media screen and (max-width: 1080px) {
    .sp-only {
        display: block;
    }
    
    .pc-only {
        display: none;
    }
    
    .pc-only-span {
        display: none;
    }

    .other__contents {
        width: 90%;
        padding: 0 0 44px 0;
        max-width: 540px;
    }

    .other__contents__item {
        flex-direction: column;
        width: 82%;
        margin: 0 auto;
        max-width: 300px;
    }

    .other__contents-title {
        font-size: 24px;
        margin: 90px 0 0 0;
        font-weight: 600;
        line-height: 42px;
    }

    .other__contents-text {
        text-align: left;
        margin: 29px auto 50px;
        font-weight: 400;
        line-height: 32px;
        width: 82%;
        font-size: 14px;
    }

    .other__contents__list__title {
        font-size: 16px;
        font-weight: 600;
    }

    .other__contents__list__text {
        margin: 6px 0 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .other__contents__list {
        padding: 0;
    }

    .other__contents__item .list-center {
        border: none;
        margin: 26px 0;
    }

    .other__contents__list__link {
        padding: 14px 0;
        font-size: 14px;
    }

    .other__bg {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

}

@media screen and (max-width: 450px) {
    .other__contents {
        width: 90%;
        padding: 0 0 44px 0;
    }

    .other__contents__item {
        flex-direction: column;
        width: 82%;
        margin: 0 auto;
    }

    .other__contents-title {
        font-size: 184%;
        margin: 90px 0 0 0;
        font-weight: 600;
        line-height: 3.2rem;
    }

    .other__contents-text {
        text-align: left;
        margin: 29px auto 50px;
        font-weight: 400;
        line-height: 32px;
        width: 86%;
    }

    .other__contents__list__title {
        font-size: 107%;
        font-weight: 600;
    }

    .other__contents__list__text {
        margin: 6px 0 10px;
        font-size: 80%;
        font-weight: 400;
    }

    .other__contents__list {
        padding: 0;
    }

    .other__contents__item .list-center {
        border: none;
        margin: 26px 0;
    }

    .other__contents__list__link {
        padding: 14px 0;
    }

    .other__bg {
        height: 464px;
        object-fit: cover;
    }
}
/* otherセクション - end */