@charset "utf-8";
/*------------------------------------------------------------
	knowhow01
------------------------------------------------------------*/
#main {
	background-color: #eef1c7;
}
#main .topBox {
	padding: 5.8rem 0 11.4rem;
}
#main .topBox .content {
	position: relative;
}
#main .topBox h1 {
	width: fit-content;
	margin: 0 auto 3.8rem;
	position: relative;
	text-align: center;
	color: #58a448;
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .topBox h1::before {
	position: absolute;
	left: -7.9rem;
	top: -3.6rem;
	background: url(../img/business/knowhow01/bg01.png) no-repeat;
	background-size: 13.4rem auto;
	width: 13.4rem;
	height: 13.5rem;
	content: "";
}
#main .topBox h1::after {
	position: absolute;
	right: -5.9rem;
	top: 2.5rem;
	background: url(../img/business/knowhow01/bg02.png) no-repeat;
	background-size: 8.3rem auto;
	width: 8.3rem;
	height: 8.4rem;
	content: "";
}
#main .topBox h1 > span {
	position: relative;
	z-index: 1;
}
#main .topBox h1 .sml {
	font-size: 3.8rem;
}
#main .topBox h1 .big {
	font-size: 5.5rem;
}
#main .topBox p {
	color: #211815;
	line-height: 2;
	font-weight: 700;
	letter-spacing: 0.07em;
}
#main .topBox .textImg {
	position: absolute;
	right: -22.6rem;
	top: -9.5rem;
	width: 23rem;
}
#main .comBgBox {
	padding: 11.3rem 0 9.8rem;
	background-color: #fff;
}
#main .info01 {
	margin-bottom: 12.4rem;
}
#main .info01 p {
	padding-top: 0.4rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.07em;
}
#main .info01 ul {
	margin: 4.3rem -11.5rem 0;
	position: relative;
}
#main .info01 ul li {
	width: 34.1rem;
	position: relative;
}
#main .info01 ul span {
	padding: 0.4rem 0;
	position: absolute;
	left: 0;
	bottom: -0.3rem;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: #48863b;
}
#main  .textList li {
	color: #211815;
	line-height: 2;
	letter-spacing: 0.02em;
	text-indent: -1em;
	padding: 0 0 1.8rem 1em;
}
#main  .textList li span {
	display: block;
	font-weight: 700;
}
#main .info02 {
	margin-bottom: 8.4rem;
}
#main .info03 {
	margin-bottom: 9.6rem;
}
#main .info04 .headLine06 img {
	margin: 0 0.8rem;
	width: 1.9rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	#main .info01 ul li:first-child {
		width: 35.7rem;
	}
	#main .info01 ul::after {
		content: "";
		width: 34.1rem;
	}
	#main .info04 .textBox {
		width: 38rem;
	}
	#main .info04 .img {
		width: 42.4rem;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 7.5rem;
	}
	#main .topBox {
		padding: 13.8rem 0 3.3rem;
	}
	#main .topBox h1 {
		margin: 0 auto 3rem;
		font-size: 3.2rem;
		line-height: 1.45;
	}
	#main .topBox h1::before {
		left: -6rem;
		top: -3.9rem;
		background-size: 9.6rem auto;
	}
	#main .topBox h1::after {
		right: -4.5rem;
		top: 5rem;
		background-size: 6rem auto;
	}
	#main .topBox h1 .sml {
		font-size: 2.5rem;
	}
	#main .topBox h1 .big {
		font-size: 4rem;
		line-height: 1;
	}
	#main .topBox p {
		letter-spacing: 0.06em;
	}
	#main .topBox .textImg {
		right: 0;
		top: -11.3rem;
		width: 11.5rem;
	}
	#main .comBgBox {
		margin: 0 2rem;
		padding: 3.9rem 0 5rem;
		border-radius: 1.5rem;
	}
	#main .info01 {
		margin-bottom: 11.2rem;
	}
	#main .info01 p {
		margin-top: -0.3rem;
		padding-top: 0;
		letter-spacing: 0.05em;
	}
	#main .info01 ul {
		margin: 4.4rem 0 0;
		display: block;
	}
	#main .info01 ul li {
		margin-bottom: 6.1rem;
		width: auto;
	}
	#main .info01 ul li:last-child {
		margin-bottom: 0;
	}
	#main .info01 ul li img {
		width: 100%;
	}
	#main .info01 ul span {
		bottom: -1.2rem;
	}
	#main  .textList li {
		text-align: justify;
		padding-bottom: 1.6rem;
	}
	#main .info02 {
		margin-bottom: 4.1rem;
	}
	#main .info03 {
		margin-bottom: 4rem;
	}
	#main .info04 .headLine06 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#main .info04 .headLine06 span {
		width: calc(50% - 1.8rem);
	}
	#main .info04 .headLine06 img {
		margin: 0;
		width: 1.6rem;
		display: block;
	}
	#main .info04 .imgBox {
		display: block;
	}
	#main .info04 .img {
		margin: 2.3rem 0 0;
	}
	#main .info04 img {
		width: 100%;
	}
}