@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .foundationSec .headLine01 {
	text-align: center;
	margin-bottom: 4.6rem;
}
#main .foundationSec .textImg {
	max-width: 80rem;
	margin: 0 auto 4.7rem;
}
#main .centerTxt {
	font-size: 1.8rem;
	margin-bottom: 3.1rem;
	text-align: center;
}
#main p:last-child {
	margin-bottom: 0 !important;
}
#main .foundationSec {
	margin-bottom: 8rem;
}
#main .protectSec .centerTxt {
	margin-bottom: 5.3rem;
}
#main .comImgBox {
	margin-bottom: 4.8rem;
	align-items: flex-start;
}
#main .comImgBox .textBox {
	margin-top: 0;
}
#main .comImgBox .textBox .headLine02 {
	font-size: 2.6rem;
	margin-bottom: 3.1rem;
}
#main .protectSec p {
	margin-bottom: 3rem;
}
#main .protectSec .protectTtl {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 2rem;
}
#main .protectSec .list {
	margin-bottom: 3.1rem;
}
#main .protectSec .list li {
	margin-bottom: 1.3rem;
	font-size: 1.8rem;
	line-height: 1.6;
	position: relative;
	padding-left: 3.3rem;
}
#main .protectSec .list li:last-child {
	margin-bottom: 0;
}
#main .protectSec .list li::before {
	width: 1.45rem;
	aspect-ratio: 1;
	box-sizing: border-box;  
	background-color: #F4A000;
	position: absolute;  
	top: 0.8rem;
	border-radius: 100%;
	left: 0.7rem;
	content: ""; 
}
#main .protectSec {
	margin-bottom: 8rem;
}
#main .protectSec:last-child {
	margin-bottom: 0;
}
#main .protectSec .bigPhoto {
	margin-bottom: 4rem;
}
#main .protectSec .bigPhoto img {
	width: 100%;
}
#main .protectSec .text {
	margin-bottom: 5rem;
}
#main .foundationList {
	margin-bottom: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .foundationList li {
	margin: 0 -1rem;
	width: 28rem;
	aspect-ratio: 1;
	border-radius: 20rem;
	padding: 2rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color:  #F47804;
	font-size: 2rem;
	font-weight: 700;
	background: radial-gradient(50% 50% at 50% 50%, #FFF 49.52%, #FFF3E1 100%);
	mix-blend-mode: multiply;
}
@media all and (min-width: 897px) {
	#main .comImgBox .photoBox {
		width: 36rem;
	}
	#main .comImgBox .textBox p {
		font-size: 1.5rem;
	}
}

@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.4rem;
	}
	#main .foundationSec .headLine01 {
		margin-bottom: 2.4rem;
	}
	#main .foundationList li {
		margin: 0 -0.5rem;
		width: 11.8rem;
		padding: 1rem;
		font-size: 1.6rem;
	}
	#main .foundationList {
		margin-bottom: 2.3rem;
	}
	#main .headLine02 {
		margin-bottom: 1.5rem;
	}
	#main .centerTxt {
		margin-bottom: 2.4rem;
		text-align: left;
		font-size: 1.5rem;
	}
	#main .foundationSec {
		margin-bottom: 6.1rem;
	}
	#main .protectSec .headLine01{
		margin-bottom: 1.6rem;
	}
	#main .protectSec .centerTxt{
		margin-bottom: 2rem;
	}
	#main .comImgBox .textBox .headLine02 {
		margin-bottom: 1.5rem;
		color: #101010;
		font-size: 2rem;
		font-weight: 700;
	}
	#main .comImgBox .textBox p {
		font-size: 1.3rem;
	}
	#main .comImgBox .photoBox {
		margin-bottom: 1.6rem;
	}
	#main .comImgBox {
		margin-bottom: 2rem;
	}
	#main .protectSec .protectTtl {
		font-size: 1.6rem;
	}
	#main .protectSec p {
		margin-bottom: 1.4rem;
	}
	#main .protectSec .list li {
		padding-left: 2.8rem;
		font-size: 1.5rem;
	}
	#main .protectSec .list li::before {
		width: 1.2rem;
		left: 0.6rem;
		top: 0.6rem;
	}
	#main .protectSec .list {
		margin-bottom: 1.7rem;
	}
	#main .protectSec {
		margin-bottom: 6rem;
	}
	#main .protectSec .spBox {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#main .protectSec .spBox .bigPhoto {
		width: 100%;
		margin-bottom: 1.8rem;
		order: -1;
	}
	#main .protectSec .spBox p {
		width: 100%;
	}
	#main .protectSec .text {
		margin-bottom: 2rem;
	}
}