/*------------------------------------------------------------------------------
plant
------------------------------------------------------------------------------*/
.pageimg{
    background: url(../../img/plant/pageimg_bg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pageimg{
        background: url(../../img/plant/pageimg_bg_sp.webp) no-repeat center;
        background-size: cover;
        padding: 6.4rem 2rem!important;
    }
}

.link_list__list li{
    width: calc(100% / 3)!important;
}

@media screen and (max-width: 768px) {
    .link_list__list li{
        width: calc(100% / 2)!important;
    }
}

.-intro_text{
    margin: 8rem auto!important;
}

@media screen and (max-width: 768px) {
    .-intro_text{
        margin: 3.2rem auto!important;
    }

    .link_list{
        margin-top: 3.2rem!important;
    }
}

.-intro_text p.section__text{
    font-weight: 500!important;
}


/*------------------------------------------------------------------------------
section01
------------------------------------------------------------------------------*/
ul.section01_list li{
    display: flex;
    gap: 5rem;
    margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
    ul.section01_list li{
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 3.2rem;
    }
}

ul.section01_list li:last-child{
    margin-bottom: 0;
}

ul.section01_list li:nth-child(2n){
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
    ul.section01_list li:nth-child(2n){
        flex-direction: column;
    }
}

ul.section01_list li h4{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
    ul.section01_list li h4{
        font-size: 1.6rem;
        margin-bottom: 0.6rem;
    }
}

ul.section01_list li .section01_list__item{
    width: 49%;
}

@media screen and (max-width: 768px) {
    ul.section01_list li .section01_list__item{
        width: 100%;
    }
}

ul.section01_list li .section01_list__text{
    width: 46.8%;
}

@media screen and (max-width: 768px) {
    ul.section01_list li .section01_list__text{
        width: 100%;
    }
}


/*------------------------------------------------------------------------------
section02
------------------------------------------------------------------------------*/
.p-plant__section02 ul.image_list{
    flex-wrap: wrap;
    gap: 2.4rem;
}

.p-plant__section02 ul.image_list li{
    flex: auto;
    width: calc((100% - 4.8rem) / 3);
}

@media screen and (max-width: 768px) {
    .p-plant__section02 ul.image_list{
        gap: 1rem;
        flex-direction: row!important;
    }

    .p-plant__section02 ul.image_list li{
        width: calc((100% - 1rem) / 2);
    }

    .p-plant__section02 ul.image_list li:last-child{
        max-width: calc((50% - 0.5rem));
    }
}

.p-plant__section02 ul.image_list li p{
    margin-top: 1.2rem;
    font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
    .p-plant__section02 ul.image_list li p{
        font-size: 0.9rem;
        margin-top: 0;
    }
}

p.last_text{
    font-weight: bold;
    font-size: 2.4rem;
    margin-top: 4rem;
}

@media screen and (max-width: 768px) {
    p.last_text{
        font-size: 1.6rem;
        margin-top: 1.2rem;
    }
}