@charset "utf-8";
.topContentsTopics_wrap {
	background: white;
	position: relative;
}
.topContentsService_wrap {
	position: relative;
}
.topContentsService {
	width: 100%;
	max-width: 1295px;
	margin: 0 auto;
	position: relative;
	padding: 143px 15px 80px;
	overflow: hidden;
}
.topContentsService .topContents_title_wrap {
	margin-bottom: 50px;
}
.topContentsService:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: -51px;
	background: url("/top/img/main_img_002.png") no-repeat;
	background-size: contain;
	width: 901px;
	height: 343px;
}
.topContentsNews_wrap {
	padding: 80px 15px;
	width: 100%;
	max-width: 1295px;
	margin: 0 auto;
}
.topContentsNews {
	display: grid; 
	grid-template-columns: 290px 1fr; 
	grid-template-rows: 174px auto; 
	grid-column-gap: 0px;
	grid-row-gap: 0px; 
	margin-bottom: 60px;
}
.topContentsNews_box01 {
	grid-area: 1 / 1 / 2 / 2;
}
.topContentsNews_box02 {
	grid-area: 1 / 2 / 3 / 3;
	margin-left: 40px;
}
.topContentsNews_box03 {
	grid-area: 2 / 1 / 3 / 2;
}


/* Responsive
-----------------------------------------------------------*/

@media screen and (max-width: 810px) {
.topContentsService {
	padding: 49px 15px 60px;
}
.topContentsService .topContents_title_wrap {
	margin-bottom: 128px;
}
.topContentsService:before {
	width: 431px;
	height: 150px;
	right: 50%;
	top: 110px;
	transform: translate(50%,0);
}
.topContentsNews_wrap {
	padding: 69px 15px 60px;
}
.topContentsNews {
	grid-template-columns: 1fr;
	grid-template-rows: repeat(3, auto);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.topContentsNews_box01 {
	grid-area: 1 / 1 / 2 / 2;
}
.topContentsNews_box02 {
	margin-left: 0;
	grid-area: 2 / 1 / 3 / 2;
	margin-bottom: 32px;
}
.topContentsNews_box03 {
	grid-area: 3 / 1 / 4 / 2;
}



}


