@charset "UTF-8";
/* CSS Document */
/* green_manage index style
**************************************/
#body {
    width: 100% !important;
    margin-left: 0 !important;
}
/* top_mv */
#green_manage_top {
    margin-top: 30px;
}
#green_manage_top .top_mv {
    width: 96%;
    max-width: 1440px;
    height: 768px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#green_manage_top .top_mv_ttl {
    font-size: 3.375rem;
    font-family: 'GenEiGothicM';
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1em;
    white-space: nowrap;
    background: #F9F8F2;
    width: 90%;
    max-width: 930px;
    height: max-content;
    padding: 11px 25px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#green_manage_top .top_mv_ttl * {
    display: inline-block;
    line-height: 1.4;
}
#green_manage_top .top_mv_ttl .sm {
    font-size: 2.875rem;
}
#green_manage_top .top_mv_ttl .clr {
    color: #209C5A;
}
#green_manage_top .top_mv_en {
    font-size: 3.5625rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #ffffff;
    width: 503px;
    height: max-content;
    margin: auto;
    position: absolute;
    inset: 0;
    z-index: 2;
}
#green_manage_top .top_mv_en .tp,
#green_manage_top .top_mv_en .bm {
    display: block;
    line-height: 1.2;
    width: max-content;
    padding: 3.4px 18px 3.4px 10px;
}
#green_manage_top .top_mv_en .tp {
    background: #209C5A;
    border-radius: 15px 15px 0 15px;
}
#green_manage_top .top_mv_en .bm {
    background: #C5A62F;
    border-radius: 0 15px 15px 15px;
    margin-left: auto;
}
#green_manage_top .top_mv_en .bg_wh {
    background: #FFFFFF;
    font-size: 3.5rem;
    line-height: 1.4;
    padding: 5px 16px;
    border-radius: 8px;
    margin-right: 13px;
}
#green_manage_top .top_mv_en .tp .bg_wh {
    color: #209C5A;
}
#green_manage_top .top_mv_en .bm .bg_wh {
    color: #C5A62F;
}
#green_manage_top .top_mv_en .txt_wh {
    display: inline-block;
    transform: translateY(6px);
}
#green_manage_top .top_mv_scroll {
    background-color: rgb(255 255 255 / 60%);
    backdrop-filter: blur(10px);
    width: 34px;
    height: 78px;
    padding: 8px 6px 8px 10px;
    border-radius: 8px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}
#green_manage_top .top_mv_scroll span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 7px;
    writing-mode: vertical-rl;
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
}
#green_manage_top .top_mv_scroll span::after {
    content: '';
    display: block;
    background: url(../common_green_manage/image/icon_arw_bm.svg) no-repeat center center / contain;
    width: 9px;
    height: 9px;
    margin: auto;
    z-index: 1;
}
#green_manage_top .top_mv_wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    transform: translateZ(0);
}
#green_manage_top .top_mv .top_mv_left,
#green_manage_top .top_mv .top_mv_right {
    width: 50%;
    height: 100%;
}
#green_manage_top .top_mv .swiper {
    height: 100%;
}
#green_manage_top .top_mv .top_mv_left .swiper-slide {
    height: 100%;
}
#green_manage_top .top_mv .top_mv_right .swiper-slide {
    height: 384px;
}
#green_manage_top .top_mv .top_mv_right .swiper-wrapper {
    transition-timing-function: linear !important;
}
#green_manage_top .top_mv img,
#green_manage_top .top_mv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and ( max-width:959px) {
    #green_manage_top {
        margin-top: 10px;
    }
    #green_manage_top .top_mv {
        width: 94.8%;
        min-width: initial !important;
        height: 106.5vw;
    }
    #green_manage_top .top_mv .top_mv_left,
    #green_manage_top .top_mv .top_mv_right {
        width: 100%;
    }
    #green_manage_top .top_mv .top_mv_left {
        height: 80%;
    }
    #green_manage_top .top_mv .top_mv_right {
        height: 20%;
    }
    #green_manage_top .top_mv .top_mv_right .swiper-slide {
        width: 50%;
        height: auto;
    }
    #green_manage_top .top_mv_ttl {
        font-size: 2rem;
        line-height: 1.45;
        white-space: normal;
        width: 94.6%;
        padding: 0;
        border-radius: 0;
        bottom: -186px;
    }
    #green_manage_top .top_mv_ttl .sm {
        font-size: 1.6875rem;
    }
    #green_manage_top .top_mv_ttl .clr {
        width: 100%;
        margin-left: 71px;
    }
    #green_manage_top .top_mv_en {
        font-size: 1.8125rem;
        width: 277px;
        inset: auto;
        left: 10px;
        bottom: -77px;
    }
    #green_manage_top .top_mv_en .bg_wh {
        font-size: 1.8125rem;
        padding: 3px 11px;
        margin-right: 6px;
    }
    #green_manage_top .top_mv_en .txt_wh {
        transform: translateY(3px);
    }
    #green_manage_top .top_mv_scroll {
        width: 27px;
        height: 60px;
        padding: 7px 6px 7px 8px;
        right: 10px;
        bottom: -44px;
    }
    #green_manage_top .top_mv_scroll span {
        font-size: 0.625rem;
        gap: 0 6px;
    }
}
/* top_about */
#green_manage_top .top_about {
    padding: 189px 0 104px;
    position: relative;
}
#green_manage_top .top_about_wrap {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
#green_manage_top .top_about_wrap::before,
#green_manage_top .top_about_wrap::after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: -78px;
    z-index: 1;
}
#green_manage_top .top_about_wrap::before {
    background: url(../image/icon_about_lt.svg) no-repeat center center / contain;
    width: 332px;
    height: 426px;
    left: -344px;
}
#green_manage_top .top_about_wrap::after {
    background: url(../image/icon_about_rt.svg) no-repeat center center / contain;
    width: 292px;
    height: 398px;
    right: -324px;
}
#green_manage_top .top_about p {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2.955;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration-color: #1E2321;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 21px;
    text-decoration-skip-ink: none;
}
#green_manage_top .top_about p .clr {
    background: linear-gradient( transparent 55%, #F0ED8D 55% );
    padding: 0 0 6px;
}
@media screen and ( max-width:959px) {
    #green_manage_top .top_about {
        padding: 203px 0 124px;
    }
    #green_manage_top .top_about_wrap::before {
        display: none;
    }
    #green_manage_top .top_about_wrap::after {
        background: url(../image/sp/icon_about.svg) no-repeat center / contain;
        width: 352px;
        height: 84px;
        top: auto;
        left: 0;
        right: 0;
        bottom: -92px;
    }
    #green_manage_top .top_about p {
        font-size: 1.125rem;
        line-height: 2.45;
        text-align: left;
        text-underline-offset: 14px;
    }
    #green_manage_top .top_about p .clr {
        background: linear-gradient( transparent 50%, #F0ED8D 50% );
        padding: 0 0 3px;
    }
    #green_manage_top .top_about p .bm {
        display: block;
        margin-top: 38px;
    }
}
/* top_project */
#green_manage_top .top_project {
    padding: 0 0 121px;
}
#green_manage_top .top_project .sec_ttl {
    margin-bottom: 66px;
}
#green_manage_top .top_project .sec_ttl::before {
    content: "PROJECT";
}
#green_manage_top .top_project_list {
    justify-content: center !important;
    gap: 10px 25px;
}
#green_manage_top .top_project_item {
    width: calc((100% - 50px) / 3);
    height: 550px;
    will-change: transform;
}
#green_manage_top .top_project_item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding-top: 176px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
#green_manage_top .top_project_item.park a {
    background: url(../image/img_project01.jpg) no-repeat center / cover;
}
#green_manage_top .top_project_item.greening a {
    background: url(../image/img_project02.jpg) no-repeat center / cover;
}
#green_manage_top .top_project_item.workshop a {
    background: url(../image/img_project03.jpg) no-repeat center / cover;
}
#green_manage_top .top_project_item a::before {
    content: '';
    display: block;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 347px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#green_manage_top .top_project_item a::after {
    content: '';
    display: block;
    background: url(../common_green_manage/image/icon_btn_arw_rt.svg) no-repeat center / contain;
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}
#green_manage_top .top_project_item a * {
    text-shadow: 0 0 5px #000000;
    position: relative;
    z-index: 2;
}
#green_manage_top .top_project_item h4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
#green_manage_top .top_project_item h4::after {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.428;
    letter-spacing: 0.05em;
    width: max-content;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#green_manage_top .top_project_item.park h4::after {
    content: "Park";
}
#green_manage_top .top_project_item.greening h4::after {
    content: "Greening";
}
#green_manage_top .top_project_item.workshop h4::after {
    content: "Workshop";
}
#green_manage_top .top_project_item ul {
    margin-left: 30px;
}
#green_manage_top .top_project_item ul li {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.05em;
    list-style: disc;
}
@media screen and ( max-width:959px) {
    #green_manage_top .top_project {
        padding: 0 0 60px;
    }
    #green_manage_top .top_project .sec_ttl {
        margin-bottom: 44px;
    }
    #green_manage_top .top_project_list {
        flex-direction: column;
        gap: 20px 10px;
    }
    #green_manage_top .top_project_item {
        width: 80.3%;
        height: 106.4vw;
        margin: 0 auto;
    }
    #green_manage_top .top_project_item a {
        justify-content: flex-end;
        padding-top: 0;
    }
    #green_manage_top .top_project_item.park a {
        padding-bottom: 20.4vw;
    }
    #green_manage_top .top_project_item.greening a {
        padding-bottom: 8.72vw;
    }
    #green_manage_top .top_project_item.workshop a {
        padding-bottom: 21.62vw;
    }
    #green_manage_top .top_project_item a::before {
        height: 67.5vw;
    }
    #green_manage_top .top_project_item a::after {
        width: 23px;
        height: 23px;
        right: 10px;
        bottom: 10px;
    }
    #green_manage_top .top_project_item h4 {
        font-size: 1.5rem;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }
    #green_manage_top .top_project_item h4::after {
        font-size: 0.75rem;
    }
    #green_manage_top .top_project_item ul {
        margin-left: -8vw;
    }
    #green_manage_top .top_project_item.greening ul {
        margin-left: 2vw;
    }
    #green_manage_top .top_project_item ul li {
        font-size: 0.75rem;
        line-height: 1.92;
    }
    #green_manage_top .top_project_item ul li::marker {
        margin-top: 10px;
    }
}
/* top_company */
#green_manage_top .top_company {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0) 89%, rgba(255, 255, 255, 1) 94%);
    padding: 54px 0 259px;
    position: relative;
}
#green_manage_top .top_company::before {
    content: '';
    display: block;
    background-image: linear-gradient(0deg, transparent 61px, #E8E6DE 62px),linear-gradient(90deg,  transparent 61px, #E8E6DE 62px);
    background-color: #ffffff;
    background-size: 62px 62px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: 0;
    z-index: -2;
}
#green_manage_top .top_company .top_company_bg {
    width: 54%;
    height: 988px;
    position: absolute;
    z-index: -1;
}
#green_manage_top .top_company .bg01 {
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
    top: 194px;
    left: 0;
}
#green_manage_top .top_company .bg02 {
    background: linear-gradient(270deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    right: 0;
    bottom: 0;
}
#green_manage_top .top_company .sec_ttl {
    margin-bottom: 88px;
}
#green_manage_top .top_company .sec_ttl::before {
    content: "COMPANY";
}
#green_manage_top .top_company .top_company_box {
    align-items: flex-start;
}
#green_manage_top .top_company .katabami {
    margin-bottom: 24px;
}
#green_manage_top .top_company .land {
    flex-direction: row-reverse;
}
#green_manage_top .top_company .text_box {
    width: 45.7%;
}
#green_manage_top .top_company .katabami .text_box {
    margin-top: 134px;
}
#green_manage_top .top_company .land .text_box {
    margin-top: 151px;
}
#green_manage_top .top_company .katabami .logo {
    max-width: 232px;
    margin-bottom: 35px;
}
#green_manage_top .top_company .land .logo {
    max-width: 232px;
    margin-bottom: 30px;
}
#green_manage_top .top_company .logo img {
    width: 100%;
}
#green_manage_top .top_company .text_box h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.46;
    letter-spacing: 0.05em;
    padding-left: 40px;
    margin-bottom: 42px;
    position: relative;
}
#green_manage_top .top_company .text_box h4::before {
    content: '';
    display: block;
    background: #C4AE59;
    width: 20px;
    height: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#green_manage_top .top_company .text_box p {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 2.34;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}
#green_manage_top .top_company .img_box {
    background: #FFFFFF;
    width: 47.5%;
    padding: 18px;
    border: 2px solid #F0E7BF;
    border-radius: 20px;
}
#green_manage_top .top_company .img_box img {
    width: 100%;
}
@media screen and ( max-width:959px) {
    #green_manage_top .top_company {
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        padding: 60px 0;
    }
    #green_manage_top .top_company::before {
        background-image: linear-gradient(0deg, transparent 21px, #E8E6DE 22px),linear-gradient(90deg,  transparent 21px, #E8E6DE 22px);
        background-size: 22px 22px;
    }
    #green_manage_top .top_company .top_company_bg {
        width: 100%;
        height: 86.7vw;
    }
    #green_manage_top .top_company .bg01 {
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 17%, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 0) 100%);
        top: 157px;
    }
    #green_manage_top .top_company .bg02 {
        background: linear-gradient(270deg,rgba(255, 255, 255, 1) 17%, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 0) 100%);
        bottom: 77.5vw;
    }
    #green_manage_top .top_company .sec_ttl {
        margin-bottom: 48px;
    }
    #green_manage_top .top_company .top_company_box {
        flex-direction: column-reverse;
    }
    #green_manage_top .top_company .katabami {
        margin-bottom: 87px;
    }
    #green_manage_top .top_company .text_box {
        width: 100%;
        margin-top: 36px !important;
    }
    #green_manage_top .top_company .logo {
        margin-bottom: 18px !important;
    }
    #green_manage_top .top_company .text_box h4 {
        font-size: 1.125rem;
        padding-left: 32px;
        margin-bottom: 26px;
    }
    #green_manage_top .top_company .text_box p {
        margin-bottom: 35px;
    }
    #green_manage_top .top_company .img_box {
        width: 100%;
        padding: 11px 9px;
        border-radius: 10px;
    }
}