

/* Start:/about/style.css?17429934111627*/
.body-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 6rem;
}

.ABOUT_top {
	height: 30vw;
    /*background: url(/about/img/about_bg_01.png) 50% 0 no-repeat;*/
	 background: url(/about/img/about_en.jpg) 50% 0 no-repeat;
    position: relative;
    background-size: contain;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ABOUT_top h1 {
	font-size: 3vw;
}

.ABOUT_top h3 {
	font-size: 1.6vw;
    font-weight: 500;
    line-height: 1.6;
}

.ABOUT .row {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.ABOUT .row.border {
	border-bottom: 2px solid #ebecec;
}

.ABOUT p {
	font-size: 2rem;
}

.ABOUT_middle {
	/*min-height: 125rem;
    background: url(/about/img/about_bg_02.png) 50% 0 no-repeat;*/
    background: url(/about/img/about_bg_04.jpg) 50% 0 no-repeat;
    position: relative;
    background-size: cover;
    color: #fff;
    padding: 20rem 6rem;
}

.ABOUT_middle  p {
    font-size: 2rem;
}

@media screen and (max-width: 1279px) {
	.ABOUT_top {
		height: 37vw;
	}
}

@media screen and (max-width: 1199px) {
	.ABOUT_top {
	    height: 43.9rem;
	    background-size: cover;
	}
	.ABOUT_top h1 {
	    font-size: 3.6rem;
	}
	.ABOUT_top h3 {
		font-size: 1.9rem;
	}
}

@media screen and (min-width: 1025px) {
	.ABOUT .row {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 1024px) {
	.ABOUT .row {
		text-align: center;
	}
	.ABOUT .row img {
		margin-bottom: 2rem;
	}
	.ABOUT_middle  p {
	    font-size: 2rem;
	}
}
/* End */
/* /about/style.css?17429934111627 */
