
.sec-title{
	font-weight:bold; 
	text-align:center;
	position:relative;
	padding:1.5rem 0;
	font-size:2.5rem;
}
.sec-title:after{
	content: '';
    width: 3rem;
    height: 2px;
    border-bottom:2px solid var(--bs-theme-color);
    position: absolute;
    bottom: 0;
    left: 50%; 
    transform: translate(-50%, 0);
}

.page-about-section{
	background:url('../images/aboutbg.png') no-repeat center top / 80% auto;
}

.ab-text-section h2{
	width: 68rem;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    font-style: italic;
    max-width:100%;
}

.ab-video{
	text-align:center;
}
.ab-video iframe{
	width:1320px;
	max-width:100%;
	height:743px;
}

.ab-intro-title h1{
	font-weight:bold;
	font-size:2.5rem;
}
.ab-tech-content2,
.ab-tech-content,
.ab-intro-content{
	font-size:0.9rem;
	line-height:1.8;
	color:#666;
}

.factory-section{
	width:80%;
	max-width:100%;
}

.ab-shicha{
	height: 400px;
    background: no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position:relative;
}
.ab-shicha:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
}
.ab-shicha h2{
	width:40rem;
	max-width:80%;
	position:relative;
	z-index:100; 
	text-align:center;
	font-weight:bold; 
	font-size:2rem;
	line-height:1.2;
}
.ab-culture-swiper .swiper-slide{
	border-radius:8px;
	overflow:hidden;
	border:1px solid #ccc;
}
.ab-exhibition-swiper .swiper-slide img,
.ab-culture-swiper .swiper-slide img{
	max-width:100%;
} 
.ab-exhibition-swiper .swiper-slide{
	border:1px solid #ccc;
}
.ab-cer-swiper img,
.ab-tech-content2 img{
	max-width:100%;
}

.ab-tech-content2 h2{
	font-size:2.5rem;
	font-weight:bold;
	color:#212529;
}
.ab-tech-content2 .cp-info p{
	color:#212529;
	margin:0;
}

.qu-info{
	width: 68rem;
    margin: 0 auto;
    font-size: 1.2rem;
    max-width: 100%;
    text-align:center;
}




@media only screen and (max-width: 1040px){
	.ab-video iframe{
		height:calc( (100vw - var(--bs-gutter-x))*576/1024 );
	}
	.sec-title{
		font-size:1.5rem;
		padding:1rem 0;
	}
	.ab-tech-content2 h2,
	.ab-text-section h2,
	.ab-shicha h2,
	.ab-intro-title h1{
		font-size:1.5rem;
	}
	.ab-shicha{
		background-size:auto 140%;
		height:200px;
		background-attachment: inherit;
		background-position:center 20%;
	}
	
}