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

@media screen and (max-width: 768px) {
    .pageimg{
        background: url(../../img/industrial/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;
    }
    
}

iframe{
    width: 100%;
    height: 72rem;
    margin: 8rem 0;
}

@media screen and (max-width: 768px) {
    iframe{
        height: 18.8rem;
        margin: 2rem 0 4rem;
    }
}

.link_list{
    margin-bottom: 4rem!important;
}


/*------------------------------------------------------------------------------
section01
------------------------------------------------------------------------------*/
.p-industrial__section01 .image{
    margin-bottom : 4rem;
}

@media screen and (max-width: 768px) {
    .p-industrial__section01 .image{
        margin-bottom : 1.6rem;
    }
}

.image_container{
    display: flex;
    gap: 3.2rem;
    margin-bottom: 3.2rem;
}

.image_container p.image_list__text{
    font-size: 2.4rem;
    line-height: 6.2rem;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .image_container{
        flex-direction: column;
        gap: 1.8rem;
    }

    .image_container p.image_list__text{
        font-size: 1.6rem;
        line-height: 3.2rem;
    }
}


/*------------------------------------------------------------------------------
section02
------------------------------------------------------------------------------*/
.p-industrial__section02 p.section__text{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .p-industrial__section02 p.section__text{
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
}

.p-industrial__section02 ul.image_list p{
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
    .p-industrial__section02 ul.image_list p{
        font-size: 1.4rem;
        margin-top: 0.8rem;
    }
}

ul.option_list{
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 2.4rem;
    margin: 4.8rem 0 6.4rem;
}

@media screen and (max-width: 768px) {
    ul.option_list{
        gap: 1rem;
        margin: 2rem 0;
    }
}

ul.option_list li{
    width: calc((100% - 4.8rem) / 3);
    border: 1px solid #ccc;
    padding: 5.4rem 0;
}

@media screen and (max-width: 768px) {
    ul.option_list li{
        padding: 1.4rem 0;
        width: calc((100% - 1rem) / 2);
    }

    ul.option_list li:first-child{
        padding: 2.4rem 0;
    }
}

ul.option_list li p{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    ul.option_list li p{
        font-size: 1.4rem;
    }
}

.p-industrial__section03 p.section__text .bold{
    font-weight: bold;
}