.sub_bg {
	background-image: url("../images/company_bg.png");
}


.sec01 .flex {
	align-items: center;
	justify-content: space-between;
	gap: 10px 83px;
}
.sec01 .flex .thumb {
	width: 586px;
}
.sec01 .flex .thumb img {
	width: 100%;
}
.sec01 .flex .info {
	flex: 1;
}
.sec01 .flex .info .tit h2 {
	color: #000;
}
.sec01 .flex .info .txt {
	font-size: 20px;
	font-family: 'AppleSDGothicNeo';
	word-break: keep-all;
	letter-spacing: -1px;
	line-height: 1.75;
}
.sec01 .flex .info h3 {
	font-size: 30px;
	font-family: 'Cafe24Ohsquare';
	font-weight: 700;
	transform: rotate(0.03deg);
	margin-top: 60px;
}




.sec02 .flex {
	flex-wrap: wrap;
	gap: 20px;
}
.sec02 .flex > div {
	position: relative;
	flex: 1;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
	padding: 200px 20px;
	box-sizing: border-box;
}
.sec02 .flex > div .box {
	color: #fff;
}
.sec02 .flex > div .box strong {
	display: block;
	font-size: 36px;
	font-family: 'Cafe24Ohsquare';
	transform: rotate(0.03deg);
	margin: 0 0 10px;
}
.sec02 .flex > div .box p {
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
	font-size: 22px;
}



@media screen and (max-width: 1320px) {
	.sec01 .flex {
		gap: 10px 50px;
	}
	.sec01 .flex .thumb {
		width: 500px;
	}
}
@media screen and (max-width: 1024px) {
	.sec01 .tit h2 {
		margin-bottom: 40px;
	}
	.sec01 .flex .thumb {
		width: 335px;
	}
	.sec01 .flex .info .txt {
		font-size: 16px;
	}
	.sec01 .flex .info h3 {
		font-size: 20px;
		margin-top: 40px;
	}


	
	.sec02 .flex {
		gap: 10px;
	}
	.sec02 .flex > div {
		padding: 125px 20px;
	}
	.sec02 .flex > div .box strong {
		font-size: 25px;
	}
	.sec02 .flex > div .box p {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.sec01 .flex {
		gap: 40px 0;
	}
	.sec01 .flex .thumb {
		width: 100%;
	}
	.sec01 .flex .info {
		width: 100%;
	}
	
	
	.sec02 .flex > div {
		flex: none;
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
}