.abouts-1 {
	position: relative;

}

.abouts-1 .tit {
	position: absolute;
	padding: 70px 190px;
	box-sizing: border-box;
	color: #fff;
}

.abouts-1 .tit h2 {
	font-size: 56px;
	font-weight: bold;
	margin-bottom: 40px;
}

.abouts-1 .tit h4 {
	font-size: 22px;
	text-indent: 2em;
	line-height: 180%;
}

.abouts-1 .img {
	/* 	background: url("../img/img-about.png") no-repeat center;
	background-size: cover; */
	height: 1000px;
}

.abouts-1 .img img {
	width: 100%;
}

.abouts-1 .logo {
	position: absolute;
	top: 60px;
	right: 170px;
	width: 70px;
	height: 70px;
}

.abouts-1 .logo img {
	width: 100%;
}

.abouts-2 {
	background: #f6f7fd;
	padding: 150px 190px;
	font-size: 22px;
	text-indent: 2em;
	line-height: 300%;
}

.abouts-2 h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.abouts-3 {
	background: #fff;
	padding: 150px 190px 0 190px;
	font-size: 22px;
	text-indent: 2em;
	line-height: 300%;
	display: flex;
	border-bottom: 100px solid #f6f7fd;
}

.abouts-3 .txt {
	padding-top: 90px;
	padding-right: 100px;
}

.abouts-3 .img {}

.abouts-4 {
	background: #fff;
	margin-bottom: 3%;
}

.abouts-4 h2 {
	font-size: 60px;
	font-weight: bold;
	color: #010101;
	text-align: right;
	padding-right: 190px;
	margin-top: 150px;
	margin-bottom: 50px;

}

.abouts-4-c {
	background: url("../img/about-04.png") no-repeat center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 140px;
	height: 740px;
	padding-left: 54%;
	padding-right: 50px;
	box-sizing: border-box;

}

.abouts-4-c ul {
	height: 550px;
	overflow-y: scroll;
}

.cl {
	clear: both;
}

.cl:after {
	clear: both;
	content: " ";
	display: table;
}

.cl:before {
	content: " ";
	display: table;
}

.abouts-4-c ul {}

.abouts-4-c ul li {
	margin-bottom: 30px;
	display: flex;
}

.abouts-4-c ul li .list-l {
	font-size: 28px;
	font-weight: bold;
	padding-right: 20%;
	min-width: 240px;
}

.abouts-4-c ul li .list-r {
	font-size: 22px;
}

.abouts-5 {
	background: #e7e9f2 url("../img/about-05.png") no-repeat left top;
	background-size: contain;
	padding-top: 90px;
	height: 800px;
	padding-left: 68%;
	box-sizing: border-box;
}

.abouts-5 .tit {}

.abouts-5 .tit h2 {
	font-size: 40px;
}

.abouts-5 .tit h4 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 50px;
}

.abouts-5 .add {
	font-size: 20px;
	margin-bottom: 30px;
}

.abouts-5 .add h3 {
	font-size: 24px;
	font-weight: 600;
}



.abouts2-1 {
	position: relative;
	padding-bottom: 10px;
}

.abouts2-1-txt {
	position: absolute;
	top: 130px;
	right: 80px;
	z-index: 2;
	max-width: 740px;
	padding: 20px 60px 40px 60px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}

.abouts2-1-txt .h1 {
	font-size: 32px;
	line-height: 300%;
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.abouts2-1-txt a {
	color: #fff;
	font-size: 24px;
}

.abouts2-1-img {}

.abouts2-2 {
	background: #fff url(../img/about2-02.png) no-repeat center right;
	background-size: cover;
	padding: 200px 190px;
	font-size: 22px;
	text-indent: 2em;
	line-height: 300%;
}

.abouts2-2 .abouts2-txt {
	max-width: 520px;
	color: #fff;
}



.abouts2-3 {
	background: #fff;
	padding: 150px 190px;
	font-size: 22px;
	text-indent: 2em;
	line-height: 300%;
}






@media (max-width: 768px) {

	.abouts2-1 {
		position: relative;
		padding-bottom: 30px;
	}

	.abouts2-1-txt {
		position: absolute;
		top: 170px;
		right: 50%;
		z-index: 2;
		max-width: 340px;
		padding: 20px 30px 40px 30px;
		color: #fff;
		background: rgba(0, 0, 0, 0.6);
		margin-right: -170px;
	}

	.abouts2-1-txt .h1 {
		font-size: 20px;
		line-height: 300%;
		font-weight: 700;
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
		margin-top: 0;
	}

	.abouts2-1-txt a {
		color: #fff;
		font-size: 16px;
	}

	.abouts2-1-img {}

	.abouts2-2 {
		background: #020202 url(../img/about2-02.png) no-repeat top right;
		background-size: contain;
		padding: 30px 30px;
		font-size: 16px;
		text-indent: 2em;
		line-height: 180%;
		margin-top: 80px;
	}

	.abouts2-2 .abouts2-txt {
		max-width: 100%;
		color: #fff;
		margin: 120px 0 0;
	}

	.abouts2-3 {
		background: #fff;
		padding: 30px 30px;
		font-size: 16px;
		text-indent: 2em;
		line-height: 180%;
	}

	.abouts-1 .tit {
		padding: 50px 30px;
	}

	.abouts-1 .tit h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.abouts-1 .tit h4 {
		font-size: 18px;
	}

	.abouts-1 .logo {
		position: absolute;
		top: 38px;
		right: 14px;
		width: 20px;
		height: 20px;
	}

	.abouts-1 .img {
		height: 230px;
	}

	.abouts-2 {
		padding: 50px 30px;
		font-size: 18px;
		text-indent: 2em;
		line-height: 200%;
	}

	.abouts-2 h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.abouts-3 {
		padding: 50px 30px;
		font-size: 18px;
		line-height: 200%;
		display: block;
		border-bottom: 50px solid #f6f7fd;
	}

	.abouts-3 .txt {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 50px;
	}

	.abouts-3 .img {
		padding-top: 0px;
		text-indent: 0;
	}

	.abouts-3 .img img {
		width: 100%;
	}

	.abouts-4 h2 {
		font-size: 32px;
		font-weight: bold;
		color: #010101;
		text-align: right;
		padding-right: 30px;
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.abouts-4-c {
		background: #fff url("../img/about-4s.png") no-repeat top;
		background-size: contain;
		padding-top: 280px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 40px;
		height: auto;
	}

	.abouts-4-c ul {
		background: #fff;
		padding: 10px 30px;
		height: auto;
		overflow-y: inherit;
	}

	.abouts-4-c ul li {
		margin-bottom: 20px;
		display: inherit;
	}

	.abouts-4-c ul li .list-l {
		font-size: 20px;
		font-weight: bold;
		padding-right: 0%;
		width: inherit;
		float: left;
		margin-right: 30px;
		min-width: auto;
	}

	.abouts-4-c ul li .list-r {
		font-size: 18px;
	}

	.abouts-5 {
		background-size: 130%;
		padding-top: 50px;
		height: inherit;
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}

	.abouts-5 .tit {
		padding-top: 0px;
		padding-bottom: 50px;
	}

	.abouts-5 .tit h2 {
		font-size: 22px;
		text-align: right;
	}

	.abouts-5 .tit h4 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 100px;
		text-align: right;
	}

	.abouts-5 .add {
		font-size: 16px;
		margin-bottom: 20px;
		width: 100%;
		float: inherit;
	}

	.abouts-5 .add h3 {
		font-size: 22px;
		font-weight: 600;
	}

	.itr2 {
		width: 20px;
		display: inline-block;
		position: relative;
		line-height: normal !important;
	}

	.itr2:before {
		content: "®";
		position: absolute;
		line-height: normal !important;
		top: -30px;
		right: 4px;
		font-size: 20px;
	}



}

@media (max-width: 1000px)and (min-width: 768px) {
	.abouts2-2 {
		background: #020202 url(../img/about2-02.png) no-repeat top right;
		background-size: contain;
		padding: 50px 50px;
		font-size: 16px;
		text-indent: 2em;
		line-height: 180%;
		margin-top: 30px;
	}

	.abouts2-2 .abouts2-txt {
		max-width: 40%;
		color: #fff;
		margin: 30px 0 50px 0;
	}

	.abouts2-3 {
		background: #fff;
		padding: 50px 50px;
		font-size: 16px;
		text-indent: 2em;
		line-height: 180%;
	}

	.abouts-1 .tit {
		padding: 70px 80px;
	}

	.abouts-1 .tit h2 {
		font-size: 48px;
		margin-bottom: 30px;
	}

	.abouts-1 .tit h4 {
		font-size: 20px;
	}

	.abouts-1 .logo {
		position: absolute;
		top: 30px;
		right: 70px;
		width: 40px;
		height: 40px;
	}

	.abouts-1 .img {
		height: 400px;
	}

	.abouts-2 {
		background: #f6f7fd;
		padding: 70px 70px;
		font-size: 20px;
		text-indent: 2em;
		line-height: 240%;
	}

	.abouts-3 {
		padding: 70px 70px 0 70px;
		font-size: 20px;
		line-height: 240%;
	}

	.abouts-3 .txt {
		padding-top: 0px;
		padding-right: 30px;
		padding-bottom: 80px;
	}

	.abouts-3 .img {
		padding-top: 50px;
	}

	.abouts-3 .img img {
		width: 280px;
	}

	.abouts-4 h2 {
		font-size: 40px;
		font-weight: bold;
		color: #010101;
		text-align: right;
		padding-right: 50px;
		margin-top: 70px;
		margin-bottom: 30px;
	}

	.abouts-4-c {
		background: url("../img/about-04s.png") no-repeat center;
		background-size: auto;
		background-size: cover;
		padding-top: 80px;
		padding-left: 52%;
	}

	.abouts-4-c ul li {
		margin-bottom: 30px;
		display: inherit;
	}

	.abouts-4-c ul li .list-l {
		font-size: 20px;
		font-weight: bold;
		padding-right: 0%;
		width: inherit;
		float: left;
		margin-right: 30px;
		min-width: auto;
	}

	.abouts-4-c ul li .list-r {
		font-size: 18px;
	}

	.abouts-5 {
		padding-top: 40px;
		height: 700px;
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}

	.abouts-5 .tit {
		padding-top: 60px;
	}

	.abouts-5 .tit h2 {
		font-size: 28px;
		text-align: right;
	}

	.abouts-5 .tit h4 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 100px;
		text-align: right;
	}

	.abouts-5 .add {
		font-size: 18px;
		margin-bottom: 20px;
		width: 50%;
		float: left;
	}

	.abouts-5 .add h3 {
		font-size: 22px;
		font-weight: 600;
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.abouts-1 .tit {
		padding: 70px 80px;
	}

	.abouts-1 .tit h2 {
		font-size: 48px;
		margin-bottom: 30px;
	}

	.abouts-1 .tit h4 {
		font-size: 20px;
	}

	.abouts-1 .logo {
		position: absolute;
		top: 40px;
		right: 100px;
		width: 50px;
		height: 50px;
	}

	.abouts-1 .img {
		height: 600px;
	}

	.abouts-2 {
		background: #f6f7fd;
		padding: 70px 70px;
		font-size: 20px;
		text-indent: 2em;
		line-height: 240%;
	}

	.abouts-3 {
		padding: 70px 70px 0 70px;
		font-size: 20px;
		line-height: 240%;
	}

	.abouts-3 .txt {
		padding-top: 30px;
		padding-right: 60px;
	}

	.abouts-4 h2 {
		font-size: 50px;
		font-weight: bold;
		color: #010101;
		text-align: right;
		padding-right: 70px;
		margin-top: 80px;
		margin-bottom: 30px;
	}

	.abouts-4-c {
		padding-top: 80px;
		padding-left: 56%;
		padding-right: 0;
	}

	.abouts-4-c ul li {
		margin-bottom: 30px;
		display: inherit;
	}

	.abouts-4-c ul li .list-l {
		font-size: 24px;
		font-weight: bold;
		padding-right: 0%;
		width: 200px;
		float: left;
	}

	.abouts-4-c ul li .list-r {
		font-size: 20px;
	}

	.abouts-5 {
		padding-top: 40px;
		height: 640px;
		padding-left: 62%;
		box-sizing: border-box;
	}

	.abouts-5 .tit {}

	.abouts-5 .tit h2 {
		font-size: 36px;
	}

	.abouts-5 .tit h4 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 40px;
	}

	.abouts-5 .add {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.abouts-5 .add h3 {
		font-size: 22px;
		font-weight: 600;
	}
}