/*------------------------------------------------------------------------------
industrial
------------------------------------------------------------------------------*/
.pageimg{
    background: url(../../img/label-detail/pageimg_bg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 12.7rem 0!important;
}

.lang-en .pageimg{
	padding: 16.4rem 0!important;
}

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

    .pageimg .pageimg__container h2.pageimg__title{
        font-size: 2.3rem!important;
    }
	
	.lang-en .pageimg{
		padding: 7rem 1.5rem 7rem 2rem!important;
	}
}

/*------------------------------------------------------------------------------
section01
------------------------------------------------------------------------------*/

.section01 .section_container .section__text{
    text-align: center;
    margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
    .section01 .section_container .section__text{
        text-align: left;
        margin-bottom: 3.2rem;
    }
}