@charset "UTF-8";

/*------------------bk------------------*/
#concept2+section{
	display: none;
}

/*------------------top_concept------------------*/
#top_concept+div>.content_wrapper {
	padding: 0;
}
#top_concept+div .heading.block_header_4 .h {
	font-size: 1.3vw !important;
	line-height: 2.5;
	margin-bottom: 3rem;
	white-space: nowrap;
	text-align: center;
}
#top_concept+.composite_box01 .wrapper_item {
	justify-content: space-between;
	align-items: center;
}
#top_concept+div .inner_item{
	margin: 0;
}
#top_concept+div .inner_item:first-of-type,
#top_concept+div .inner_item:last-of-type {
	width: 28%;
}
#top_concept+div .inner_item:nth-of-type(2){
	width: 35%;
}
#top_concept+div .inner_item>a{
	pointer-events: none;
}
#top_concept+div .inner_item_txt .contents_btn01{
	margin-top: 5rem;
}
#top_concept+div .inner_item_txt .contents_btn01 a{
	text-decoration: none;
}
#top_concept+div .inner_item_txt p{
	line-height: 2.5;
}
#top_concept+div .inner_item:first-of-type .inner_item_img img {
	object-position: 90% 50%;
}
@media screen and (min-width: 901px) and (max-width: 1800px){
	#top_concept+div .inner_item{
		margin-left: 3.5%;
	}
	#top_concept+div .inner_item:first-of-type,
	#top_concept+div .inner_item:last-of-type {
		flex: 1;
	}
	#top_concept+div .inner_item:nth-of-type(2) {
		min-width: 350px;
		flex: 2.5;
	}
	#top_concept+div .heading.block_header_4 .h {
		font-size: 2vw !important;
	}
	#top_concept+div .inner_item_txt p {
		line-height: 2;
	}
}
@media screen and (max-width: 900px){
	#top_concept+div .inner_item:nth-of-type(2) {
		padding: 50px 20px;
	}
	#top_concept+div .inner_item:first-of-type,
	#top_concept+div .inner_item:last-of-type,
	#top_concept+div .inner_item:nth-of-type(2){
		width: 100%;
	}
	#top_concept+div .heading.block_header_4 .h {
		white-space: normal;
		font-size: 2rem !important;
		line-height: 2;
	}
	#top_concept+div .inner_item_txt p {
		line-height: 2;
	}
}