.bannerbox {
	margin-top: 132px;
}

.bannerbox>img {
	margin-top: -18%;
}

.banner {
	background-image: linear-gradient(#FAFBFE, #ECF1FE);
}

.banner>h1 {
	text-align: center;
	font-size: 48px;
	margin-bottom: 40px;
	padding-top: 80px;
}

.banner>p {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.banner>img {
	margin-top: -160px;
}

.xtbox {
	background-color: #F9FAFD;
	margin-top: -8px;
	padding-bottom: 120px;
}

.foundationbox {
	margin: 0 40px 120px;
}

.foundationbox>h1 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 32px;
}

.foundationbox>p {
	text-align: center;
	margin-bottom: 32px;
}

.foundation {
	background-color: #ffffff;
	border-radius: 24px;
	box-shadow: 0px 20px 32px rgba(88, 109, 155, 0.16);
	padding: 20px 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}

.foundation>img {
	width: 168px;
	height: auto;
}

.foundation_text {
	padding-left: 28px;
}

.foundation_text>h2 {
	font-size: 32px;
	margin-bottom: 12px;
}

/* .mainbox{
	margin-top: 64px;
} */

.mainbox>p {
	font-size: 32px;
	margin: 0px 40px;
	line-height: 52px;
}

.mainbox>p span {
	color: #132B50;
	font-weight: bold;
}

.mainbox_pattern {
	margin-top: -1%;
	margin-bottom: 28px;
}

.mainbox_pattern>p {
	margin-bottom: 12px;
}

.mainbox_external {
	margin-bottom: 32px;
}

.otherbox {
	margin: 56px 40px 0px;
}

.otherbox>h1 {
	text-align: center;
	font-size: 48px;
}

.otherbox_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.other_text {
	width: 46%;
	margin-top: 8%;
}

.other_text>h2 {
	font-size: 32px;
	margin: 40px 0px 12px;
}

.other_text>img {
	display: block;
	width: 48px;
	height: 48px;
	padding: 32px;
	background-color: #ffffff;
	border-radius: 24px;
	box-shadow: 0px 12px 20px rgba(88, 109, 155, 0.16);
}
