@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .philosophy .content {
	max-width: 105rem;
}
#main p {
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2.4;
}
#main .philosophy {
	margin: -0.5rem 0 10.5rem;
}
#main .policy {
	padding: 10.5rem 0 11.7rem;
	background-color: #F9F9F9;
}
#main .policy .centerTxt {
	margin-bottom: 7.8rem;
	text-align: center;
}
#main .policyList {
	display: flex;
	flex-wrap: wrap;
	gap: 7.2rem 2.5rem;
	justify-content: center;
}
#main .policyList li {
	min-height: 28.2rem;
	padding: 4.7rem 2.3rem 5.4rem;
	width: calc((100% - (2.5rem * 2  + 0.1rem)) / 3);
	position: relative;
	background-color: #FFFFFF;
	border-radius: 1.2rem;
}
#main .policyList p {
	letter-spacing: 0.02em;
	line-height: 2;
	text-align: justify;
}
#main .policyList .ttl {
	margin-bottom: 1.3rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#main .policyList .num {
	display: block;
	position: absolute;
	top: -2.6rem;
	left: 2.3rem;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#main .history {
	padding: 10.5rem 0;
}
#main .historyList {
	margin: 0 auto;
	max-width: 64.8rem;
}
#main .historyList li {
	padding: 0 0 3.7rem 5.3rem;
	position: relative;
}
#main .historyList li::before {
	width: 2px;  
	background-color: #F7D7E8;
	position: absolute;  
	top: 1.2rem;
	bottom: -2rem;
	left: 0;
	content: ""; 
}
#main .historyList li::after {
	width: 2.2rem;  
	aspect-ratio: 1;
	background: url(../img/common/icon26.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 1.1rem;
	left: -1rem;
	content: ""; 
}
#main .historyList li:last-child:before {
	display: none;
}
#main .historyDl {
	margin-right: -13rem;
	align-items: flex-start;
}
#main .historyDl dt {
	width: 28.7rem;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0.5rem;
	letter-spacing: 0.06em;
	position: relative;
}
#main .historyDl dd {
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2.3125;
	flex: 1;
}
#main .historyDl dd:last-of-type {
	margin-bottom: 0;
}
#main .message{
	padding: 6.3rem 0 20.5rem;
}
#main .message .content {
	max-width: 105rem;
}
#main .message .imgBox {
	margin-bottom: 8.7rem;
}
#main .message .imgBox .photo {
	width: 55rem;
	margin: 1rem 4.8rem 1.0rem 0;
	float: left;
}
#main .message .imgBox .photo img {
	width: 100%;
	border-radius: 2rem;
}
#main .message .imgBox p {
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2.375;
}
#main .message .txt {
	margin-left: auto;
	width: fit-content;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.06em;
}
#main .message .txt .txtSpan {
	margin-top: -0.8rem;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

@media all and (min-width: 897px) {
	#main .headLine05 {
		margin-bottom: 6.2rem;
	}
}

@media all and (max-width: 896px) {
	#main p {
		line-height: 1.8;
	}
	#main .philosophy {
		margin-bottom: 5rem;
	}
	#main .policy {
		padding: 5rem 0;
	}
	#main .policy .centerTxt {
		text-align: left;
	}
	#main .policyList {
		flex-direction: column;
	}
	#main .policyList li {
		min-height: inherit;
		width: 100%;
	}
	#main .history {
		padding: 5rem 0;
	}
	#main .historyList {
		max-width: inherit;
	}
	#main .historyList li {
		padding: 0 0 2rem 3rem;
	}
	#main .historyDl {
		margin-right: 0;
		display: block;
	}
	#main .historyDl dt {
		width: auto;
		font-size: 1.8rem;
	}
	#main .historyDl dd {
		line-height: 2;
	}
	#main .historyList li::before {
		top: 0.8rem;
	}
	#main .historyList li::after {
		top: 0.4rem;
	}
	#main .message .imgBox .photo {
		width: auto;
		float: none;
		margin: 0 0 3rem;
	}
	#main .message .imgBox .photo img {
		border-radius: 1rem;
	}
	#main .message .imgBox p {
		line-height: 1.8;
	}
	#main .message .imgBox {
		margin-bottom: 5rem;
	}
	#main .message .txt .txtSpan {
		font-size: 1.7rem;
		margin-top: -0.2rem;
	}
	#main .message {
		padding-bottom: 6rem;
	}
}