.aboutbox {
	margin-top: 132px;
}

.about {
	background-image: linear-gradient(#FAFBFE, #ECF1FE);
	padding: 100px 40px;
}

.about>h1 {
	font-size: 48px;
	line-height: 72px;
}

.about>p {
	margin: 20px 0px;
}

.about>.p_frist {
	margin-top: 88px;
}

.about>.h1_last {
	margin-bottom: 64px;
}

.about_companybox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #D9DBE4;
	margin-top: 40px;
	padding-bottom: 12px;
}

.about_company>img {
	width: 24px;
	height: 24px;
	float: right;
}

.about_company>h1 {
	clear: right;
	color: #1A61F8;
	font-size: 88px;
}

.company>h1 {
	color: #D3D7E1;
}

.aboutbox>img {
	margin-top: -100%;
}

.historybox {
	background-image: url("../images/about/about_background_purpose@3x.png");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-left: 40px;
	padding-top: 130px;
	position: relative;
	margin-top: -20px;
	background-color: #F9FAFD;
}

.historybox>h2 {
	font-size: 40px;
	color: #F9FAFD;
	margin-bottom: 12px;
}

.historybox>p {
	color: #D1DDF6;
}

.historybox>h1 {
	margin-top: 200px;
	font-size: 56px;
	margin-bottom: 40px;
}

.history {
	border-top: 1px solid #D9DBE4;
	display: flex;
	padding: 32px 0px;
}

.history>h1 {
	font-size: 40px;
}

.history_text {
	padding-left: 100px;
}

.history_text>p {
	font-size: 32px;
	line-height: 52px;
}

.mapbox {
	min-height: 500px;
	background-image: url("../images/about/about_map_position@3x.png");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 6%;
}

.contact_top {
	margin-top: -8%;
}

.map_text {
	width: 70%;
	padding: 56px 44px;
	background-color: #ffffff;
	border-radius: 24px;
	box-shadow: 0px 20px 32px rgba(88, 109, 155, 0.16);
	margin: 0 auto;
}
