*{
	font-family: AppleSDGothicNeo, sans-serif;
}
.pc_show,.mo_show{}
.banner_img{

/*	background:url(../upload/lck/1.png); 
	aspect-ratio: 2000 / 1136;*/
	width:100%; 
	background-repeat: no-repeat; 
	background-size: cover;
	position: relative;
}

.banner_img .banner_text_group{
    display: flex;
    flex-direction: column;

    align-items: center;
}

.banner_img .banner_text_group img{
	margin-bottom: 2rem;
}
.banner_img .banner_text_group img:nth-child(2){
	width: 100%; max-width: 1920px; 
}
.banner_img .banner_text_group p{
	font-weight: 400;
	color: #000;
}
.banner_img .banner_text_group h3{
	color: #000;
	line-height: 1.53;
    letter-spacing: -0.6px;
}

p img{width: 100%;}
p{margin: 0;}
.section2{

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}
.section2 h2,.section2 h3{
	color: #000;
	text-align: center;
}
.section2 h2{font-weight: 800; margin-bottom:3rem;}
.section2 .section2_01_text h1{color: inherit;margin:0;	font-weight: 800;    font-size: 3rem; margin:2rem 0;}
.section2 .section2_01_text h3{color: inherit;margin:0; font-size: 2.6rem;}	
.section2 .section2_01_text img{
	width: 30%;
}
.section2 .section2_01_text .flex{
	justify-content: space-between;
}

.section2 .w40 .f3{
	color: #000;
}
.section2_01_text .w40 p:first-child img{
max-width: 700px;
}
.section2_02_text{
	width:90%;
	margin: 0 auto;

    align-items: center;
}
.section2 .section2_02_text > div:first-child{
	color: #fff;

}

.section2 .section2_02_text > div:first-child h3{
color: inherit;
width: fit-content;
font-style: italic;
font-weight: 800;
font-size: 3rem;
}
.section2 .section2_02_text > div:first-child .border{
	margin:1rem 0;
	border:2px solid #fff;
	display: block;
}
.section2 .section2_02_text > div:first-child p{
	font-size: 2.6rem;
    line-height: 4.2rem;
    margin-top: 6rem;
    max-width: 900px;
    word-break: keep-all;
}


.section3{
	width: 90%; position: relative; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;
}
.section3 .section3_left{
	width: 49%;
}
.section3 .section3_right{
	width: 49%;
}
.section3 .section3_right .right_cover{
	height: calc(100% - 749px); position: relative;
}
.section3 .section3_right .right_cover>div{
	position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center;
}
.section3 h2{
	color: inherit;
	font-size: 6rem;
	font-weight: 400;
}
.section3 h2+p{
	margin:2rem 0;
	font-size: 2.6rem;

}
.section3 .absoluteImg{
	position: absolute;
	bottom:0%;
	right: 0%;
	transform: translate(0%, -25%);
	z-index: 1;

}
.section3 .absoluteImg li{position: relative;}
.section3 .absoluteImg li p{
	color: #fff;margin:0; 
	position: absolute;
	top:55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
}
.section4{
	width: 100%;
	margin: 0 auto;
}




@media screen and (max-width: 1200px) {

	
}

@media screen and (max-width: 600px) {
	.section3 .absoluteImg li p{
		width: 85%;
		margin:0 auto;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 500px) {
	.section3 .absoluteImg li p{
		width: 90%;
		margin:0 auto;
		font-size: 1.4rem;
	}
}
	
	

