@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main h4 {
	margin-bottom: 8.6rem;
	font-size: 3.6rem;
	line-height: 1.6;
	font-weight: 400;
}
#main .headLine01 {
	margin-bottom: 4.8rem;
}
#main .visionSec {
	margin-bottom: 8rem;
}
#main .visionList {
	display: flex;
	flex-wrap: wrap;
	gap: 4.8rem;
}
#main .visionList li {
	padding: 1rem 0 0;
	width: calc((100% - (4.8rem * 2 + 0.1rem)) / 3);
	border-top: 1px solid #F4A000;
}
#main .visionList p {
	text-align: justify;
}
#main .visionList .ttl {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.9rem;
}
#main .presidentSec {

}
#main .comImgBox {
	align-items: flex-start;
}
#main .comImgBox .photoBox {
	width: 36rem;
}
#main .comImgBox .textBox {
	margin-top: 0;
}
#main .comImgBox h4 {
	margin-bottom: 3.8rem;
}
#main .comImgBox .textBox p {
	text-align: justify;
	font-size: 1.5rem;
}
#main .comImgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .comImgBox .textBox .name {
	padding-top: 1.2rem;
	font-size: 2.6rem;
}
#main .comImgBox .textBox .name small {
	display: block;
	font-size: 1.8rem;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main .headLine01 {
		margin-bottom: 2.4rem;
		font-size: 2.4rem;
	}
	#main h4 {
		margin-bottom: 2.3rem;
		margin-right: -0.5rem;
		font-size: 2.4rem;
		font-weight: 400;
		line-height: 1.6;
	}
	#main .visionList {
		gap: 2.4rem 0;
		flex-direction: column;
	}
	#main .visionList li {
		width: 100%;
	}
	#main .visionList .ttl {
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
	}
	#main .visionList p {
		text-align: left;
	}
	#main .comImgBox .photoBox {
		margin-bottom: 2.3rem;
		width: auto;
	}
	#main .comImgBox .photoBox img {
		border-radius: 1.2rem;
	}
	#main .comImgBox .textBox p {
		font-size: 1.3rem;
	}
	#main .comImgBox h4 {
		margin-bottom: 2.4rem;
	}
	#main .comImgBox .textBox .name {
		padding-top: 0.5rem;
		font-size: 2rem;
	}
	#main .comImgBox .textBox .name small {
		font-size: 1.5rem;
		margin-bottom: 0.3rem;
	}
}