/* TOP MESSAGE */
main>.content {
    padding: 0 0 100px;
    position: relative;
}

.top_message_header {
	width: 100%;
	display: flex;
	margin-bottom: 80px;
}

.top_message_header .title {
	width: 59%;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
	background: linear-gradient(90deg, #003B90 9.96%, #4073EB 108.15%);
}

.top_message_header .title>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 42px;
	width: 100%;
  max-width: 740px;
}
@media screen and (min-width: 1260px) {
	.top_message_header .title>div .w01{
		display: none;
	}
}

.top_message_header .title .text {
	font-weight: 700;
	font-size: 28px;
	line-height: 175%;
	color: #FFFFFF;
}

.top_message_header .title .image {
	width: 100%;
	text-align: left;
}

.top_message_header .image {
	width: 41%;
}

.top_message_header .image img{
	width: 100%;
}

.column2 .main_content .head {
	font-weight: 700;
	font-size: 30px;
	line-height: 175%;
	color: #000000;
	margin-bottom: 32px;
}

.column2 .main_content .body {
	margin-bottom: 80px;
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
}

.column2 .main_content .body p {
	margin-bottom: 16px;
}



/* SP */
@media screen and (max-width: 900px) {


	/* TOP MESSAGE */
	.top_message_header {
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}

	.top_message_header .title {
		width: 100%;
		padding: 10px;
	}

	.top_message_header .title>div {
		gap: 20px;
	}

	.top_message_header .title .text {
		font-size: 18px;
	}

	.top_message_header .image {
		width: 100%;
	}

	.column2 .main_content .head {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.column2 .main_content .body {
		font-size: 14px;
	}

	.column2 .main_content .body p {
		margin-bottom: 15px;
	}

	.main_content section {
		margin-bottom: 50px;
	}


}