@charset "UTF-8";

.culture .main-content {
	position: relative;
}
.culture .main-content:after {
	width: 25%;
	height: 100%;
	background: #F5F8F8;
	left: 0;
	top: 0;
	z-index: -1;
}
.culture .content-box {
	position: relative;
}
.culture .white-box {
	position: absolute;
	box-sizing: border-box;
	width: 70%;
	left: 0;
	max-width: 830px;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
}
.culture .section-block {
	position: relative;
	padding-bottom: 100px;
}
.culture .section-block > .bg {
	position: relative;
	z-index: -1;
	width: 60%;
	top: 0;
	left: 40%;
	max-width: 900px;
}
.culture h2 {
	font-size: min(5vw,70px);
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.culture h2 ~ p {
	font-weight: 600;
	color: #188DD6;
}
@media screen and (max-width: 767px) {
	.culture .main-content:after {
		width: 15%;
		height: 100%;
		background: #F5F8F8;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.culture .content-box {
		position: relative;
	}
	.culture .white-box {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		left: 0;
		max-width: 830px;
		padding: 20px;
		background: #fff;
		box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
	}
	.culture .section-block {
		position: relative;
		padding-bottom: 0px;
	}
	.culture .section-block > .bg {
		position: relative;
		z-index: -1;
		width: 100%;
		top: -50px;
		left: 0;
		max-width: 500px;
	}
	.culture h2 {
		font-size: min(7vw,30px);
		font-weight: 600;
		line-height: 1.4em;
		margin-bottom: 20px;
	}
	.culture h2 ~ p {
		font-weight: 600;
		color: #188DD6;
	}
}

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

.office h2 {
	font-size: 32px;
}
.office h2.oversea {
	margin-top: 80px;
}
.office h2 span {
	color: #188DD6;
}
.office .intro-bar {
	margin-bottom: 100px;
}
.office .office-map {
	width: 90%;
	margin: 0 auto;
	max-width: 700px;
}
.office .office-map-oversea {
	width: 100%;
	margin: 30px auto;
}
.office-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 50px auto;
}
.office-list li {
	width: 31.33%;
	margin: 0 1% 30px;
	padding-left: 60px;
	box-sizing: border-box;
	position: relative;
	color: #083E96;
	font-weight: 600;
	font-size: 20px;
}
.office-list li span {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	color: #FFF;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
}
.office-list li:nth-child(1) span {
	background: #083E96;
}
.office-list li:nth-child(n+2):nth-child(-n+9) span {
	background: #188DD6;
}
.office-list li:nth-child(10) span {
	background: #00BCBC;
}
@media screen and (max-width: 767px) {
	.office h2 {
		font-size: 22px;
	}
	.office h2.oversea {
		margin-top: 40px;
	}
	.office .intro-bar {
		margin-bottom: 60px;
	}
	.office .office-map {
		width: 100%;
		margin: 0 auto;
		max-width: 700px;
	}
	.office-list li {
		width: 48%;
		margin: 0 1% 30px;
		padding-left: 45px;
		box-sizing: border-box;
		position: relative;
		color: #083E96;
		font-weight: 600;
		font-size: 16px;
	}
	.office-list li span {
		position: absolute;
		left: 0;
		width: 32px;
		height: 32px;
		color: #FFF;
		border-radius: 5px;
		line-height: 32px;
		text-align: center;
	}
	
}

@media screen and (max-width: 767px) {
	.office-list {
		max-width: 300px;
		margin: 50px auto;
	}
	.office-list li {
		width: 100%;
		margin: 0 0 10px;
		font-size: 14px;
	}
	
}