@charset "utf-8";
/*------------------------------------------------------------
	philosophy
------------------------------------------------------------*/
#main .content {
	max-width: 147rem;
}
#main .sec01 {
	margin: 0 auto 37.3rem;
	max-width: 130.4rem;
}
#main .sec01 .headLine01 {
	margin-bottom: 8.4rem;
}
#main .sec01 .centerTxt {
	margin-bottom: 8rem;
}
#main .listUl {
	display: flex;
	flex-wrap: wrap;
	gap: 9rem;
}
#main .listUl li {
	width: calc((100% - 9rem*2)/3);
	background-color: #DFDBDB;
	text-align: center;
	position: relative;
}
#main .listUl .title {
	padding: 6.4rem 0 3.8rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.75;
	background-color: #9F9595;
	letter-spacing: 0.3em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .listUl .num {
	width: 9.4rem;
	height: 9.5rem;
	font-size: 3.5rem;
	color: #a09695;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: -0.3rem -0.3rem 0.6rem rgba(118, 84, 84, 0.16);
	border-radius: 50%;
	position: absolute;
	top: -2.7rem;
	left: -2.2rem;
	font-family: "Noto Serif", serif;
	font-weight: 700;
}
#main .listUl .btmBox {
	padding: 5.4rem 0 7.3rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.22;
	letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
	.headLine01::before {
		width: 4.3rem;
	}
	#main .sec01 .centerTxt {
		margin-bottom: 3.4rem;
		font-size: 1.5rem;
		line-height: 1.65;
	}
	#main .sec01 .headLine01 {
		margin-bottom: 2.6rem;
	}
	#main .listUl {
		margin: 0 3.9rem;
		font-size: 1.1rem;
		display: block;
	}
	#main .listUl li {
		margin-bottom: 4.5rem;
		width: auto;
		color: #4D4545;
	}
	#main .listUl .title {
		padding: 2.9rem 0 1.8rem;
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: 0.1rem;
	}
	#main .listUl .btmBox {
		font-size: 1.4rem;
		font-weight: 700;
		padding: 3.4rem 0 3.8rem;
	}
	#main .listUl .num {
		width: 5.4rem;
		height: 5.4rem;
		font-size: 2.1rem;
		top: -1.4rem;
		left: -0.8rem;
		padding-bottom: 0.3rem;
		font-weight: 400;
	}
	#main .sec01 {
		margin-bottom: 13.4rem;
	}
}


/* sec02 */
#main .sec02 .headLine01 {
	margin-bottom: 11.4rem;
}
#main .sec02 .headLine01::before {
	width: 30.5rem;
}
#main .sec02 .subBox {
	margin: 0 0 8rem 0.1rem;
	display: flex;
}
#main .sec02 .subBox .photo {
	flex: 1;
	margin-right: 2.2rem;
	display: flex;
	align-items: center;
}
#main .sec02 .subBox .photo img {
	width: 100%;
}
#main .sec02 .subBox .textBox {
	order: 3;
	width: 63rem;
	border-left: 0.9rem solid #9f9595;
}
#main .sec02 .subBox .ttl {
	padding: 3rem 0 3.4rem;
	background-color: rgba(224,219,219, 0.37);
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.3em;
}
#main .sec02 .subBox .ttl small {
	margin-top: 1rem;
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.3em;
}
#main .sec02 .subBox .innerBox {
	padding: 2.8rem 3.3rem 1.4rem;
}
#main .sec02 .txtList li {
	padding-left: 2.4rem;
	font-size: 1.8rem;
	line-height: 1.44;
	position: relative;
	letter-spacing: 0.3em;
}
#main .sec02 .txtList li::before {
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 0.5rem;
	left: 0.1rem;
	background: url("../img/commit/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .sec02 .box02 .textBox {
	border-color: #5C9A7D;
}
#main .sec02 .box02 .textBox .ttl {
	background-color: rgba(93,155,125, 0.37);
}
#main .sec02 .box03 .textBox {
	border-color: #719FBC;
}
#main .sec02 .box03 .textBox .ttl {
	background-color: rgba(113,159,188, 0.37);
}
#main .banner {
	margin-top: 22.5rem;
	text-align: center;
}
#main .banner img {
	width: 83.5rem;
}
#main .banner a {
	display: inline-block;
	vertical-align: top;
}
@media all and (min-width: 768px) {
	#main .banner a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#main .sec02 .headLine01::before {
		width: 14.4rem;
	}
	#main .sec02 .subBox {
		margin: 0;
		display: block;
	}
	#main .sec02 .subBox .textBox {
		margin-bottom: 3.1rem;
		width: auto;
		border-width: 0.5rem;
	}
	#main .sec02 .subBox .ttl {
		padding: 1.2rem 0 1.5rem;
		font-size: 1.5rem;
	}
	#main .sec02 .subBox .ttl small {
		font-size: 1.4rem;
		letter-spacing: 0.03rem;
		margin-top: 0.8rem;
	}
	#main .sec02 .txtList li {
		padding-left: 1.1rem;
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0.06em;
	}
	#main .sec02 .headLine01 {
		margin-bottom: 3.5rem;
	}
	#main .sec02 .txtList li::before {
		width: 1.1rem;
		height: 1.1rem;
		position: absolute;
		top: 0.5rem;
		left: 0;
	}
	#main .sec02 .subBox .innerBox {
		padding: 1.2rem 1.1rem;
	}
	#main .sec02 .subBox .photo {
		margin-right: 0;
		display: block;
	}
	#main .sec02 .box02 .textBox .ttl {
		background-color: rgba(178,201,189, 0.37);
	}
	#main .sec02 .box03 .textBox .ttl {
		background-color: rgba(185,202,213, 0.37);
	}
	#main .banner {
		margin: 4.9rem auto 0;
		width: 84.6%;
	}
	#main .banner img {
		width: 100%;
	}
}
