@charset "utf-8";
/*------------------------------------------------------------
	recurit
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 10.5rem;
}
#main .comCtrText {
	margin-bottom: 6.9rem;
	color: #454545;
	letter-spacing: 0.1em;
	line-height: 2.25;
}
#main .content {
	max-width: 65rem;
}
#main .message {
	margin-bottom: 18.6rem;
}
#main .message .titleBox {
	margin-bottom: 3.3rem;
	align-items: center;
}
#main .message .titleBox .headLine02 {
	margin-top: 0.7rem;
	flex: 1;
}
#main .message .titleBox .photo {
	width: 28rem;
	border-radius: 3.5rem;
	overflow: hidden;
}
#main .message p {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.75;
	text-align: justify;
}
#main .message .name {
	margin-top: 4.5rem;
	color: #454545;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: right;
}
#main .message .name span {
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#main .hmc {
	margin-bottom: 19.5rem;
}
#main .hmc p {
	margin-bottom: 8.7rem;
	color: #454545;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#main .hmc .textList {
	gap: 9.1rem 2.5rem;
    counter-reset: item;
}
#main .hmc .textList li {
	width: 20rem;
	min-height: 20rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	color: #454545;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.7778;
	border-radius: 3.5rem;
	background: #fff;
	font-family: "Noto Serif JP", serif;
}
#main .hmc .textList li::before {
	position: absolute;
	left: 50%;
	top: -3.8rem;
	color: #E95C02;
	font-size: 1.6rem;
	font-weight: 500;
	transform: translateX(-50%);
	counter-increment: item;
	content: counter(item, decimal-leading-zero);
	font-family: "Montserrat", sans-serif;
}
#main .hmc .textList li span {
	margin-top: 1.2rem;
	color: #E95C02;
	font-weight: 500;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
#main .work {
	overflow: hidden;
}
#main .work .title {
	margin-bottom: 2.4rem;
	color: #454545;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#main .work p:not(.title) {
	margin: 0 -1rem 7.4rem 0;
	letter-spacing: 0.02em;
	line-height: 1.75;
	text-align: justify;
}
@media all and (max-width: 896px) {
	#main .headLine01 {
		margin-bottom: 5.4rem;
	}
	#main .comCtrText {
		margin: 0 4rem 6.7rem;
	}
	#main .content {
		margin: 0 2.7rem;
		max-width: inherit;
	}
	#main .message {
		margin-bottom: 10.8rem;
	}
	#main .message .titleBox {
		margin-bottom: 3.3rem;
		display: block;
	}
	#main .message .titleBox .headLine02 {
		margin: 0 0 3.4rem;
	}
	#main .message .titleBox .photo {
		margin: 0 auto;
	}
	#main .message .titleBox .photo img {
		width: 100%;
	}
	#main .message p {
		letter-spacing: 0.05em;
	}
	#main .message .name {
		margin-top: 1.2rem;
	}
	#main .hmc {
		margin-bottom: 11.8rem;
	}
	#main .hmc p {
		margin-bottom: 6rem;
		line-height: 1.75;
		text-align: center;
	}
	#main .hmc .textList {
		gap: 5.6rem 0;
		justify-content: space-between;
	}
	#main .hmc .textList li {
		width: calc((100% - 2rem) / 2);
		aspect-ratio: 1 / 1;
		min-height: inherit;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .hmc .textList li::before {
		top: -3.4rem;
	}
	#main .hmc .textList li span {
		margin-top: 0.8rem;
		font-size: 1rem;
	}
	#main .work .title {
		margin-bottom: 2.1rem;
		font-size: 1.6rem;
		text-align: center;
	}
	#main .work p:not(.title) {
		margin: 0 0 4rem;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
}