@charset "UTF-8";

/*---------------バナー-----------------*/
a#cl2+div img {
    object-fit: contain;
    border-radius: 0;
}
/*-------------------------------------*/

/*コンセプト*/
#con1+section .content_wrapper {
	max-width: inherit!important;
	padding: 0 0 0 10%;
}
#con1+section{
	position: relative;
	color: #fff;
}
#con1+section::before {
	position: absolute;
	display: block;
	content: "";
	width: 70%;
	height: 70%;
	top: 12%;
	left: 0;
	background: rgb(138, 195, 157);
	pointer-events: none;
	z-index: -1;
	border-radius: 0 10px 10px 0;
}
#con1+section .heading.block_header_2 .h{
	background: #fff;
	color: #8AC39D;padding: 5px 10px;
	font-size: 2.5rem !important;
	border-radius: 20px;
}
#con1+section .heading.block_header_1{
	margin-bottom: -150px;
	padding-top: 120px;
}
#con1+section .heading.block_header_1 p,
#con1+section .heading.block_header_1 .h{
	color: #fff !important;
	margin-bottom: 0px;
}
#con1+section .inner_item_txt{
	padding-top: 170px;
}
#con1 + section .heading.block_header_1 p{
	position: relative;
}
/*#con1 + section .heading.block_header_1 p::before{
	content: "";
	display: block;
	background: url(/common/upload_data/matsu-homejp/image/yane.png) no-repeat;
	background-size: contain;
	width: 190px;
    height: 40px;
}*/
#con1 + section .inner_item_img img{
	border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1600px) {
	#con1+section::before {
		height: 88%;
	}
}
@media screen and (max-width: 900px) {
	#con1+section::before {
		height: 100%;
		width: 100%;
		top: 0%;
		border-radius:0px;
	}
	#con1+section .content_wrapper {
    	padding: 0 6%;
	}
	#con1+section .heading.block_header_1{
		margin-bottom: 30px;
    	padding-top:0px;
	}
	#con1 + section .heading.block_header_1 p{
		text-align: center;
	}
	#con1+section .heading.block_header_2 .h {
    	font-size: 1.9rem !important;
	}
	#con1 + section .inner_item_img img{
		border-radius: 10px;
	}
}

/*スタイル*/
#style1+section .heading.block_header_2 .h{
	font-size: 2.4rem !important;
}
#style1+section .heading.block_header_2 p{
	font-size: 1.6rem;
	margin-top: 10px;
	color: #3db156 !important;
	font-weight: 600;
	line-height: 1.7;
}
#style2+div .inner_item:nth-child(2),
#style2+div .inner_item:nth-child(4){
	margin-top: 35px;
}
@media screen and (max-width: 900px) {
	#style1+section .heading.block_header_2 .h {
    	font-size: 2rem !important;
	}
	#style1+section .heading.block_header_2 p {
    	font-size: 1.5rem;
	}
	#style2+div .inner_item:nth-child(2),
	#style2+div .inner_item:nth-child(4){
		margin-top: 0px;
	}
}