@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .topTxt{
	font-size: 2rem;
	color: #0975AA;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 8.5rem;
	padding-top: 0.5rem;
	font-feature-settings: "palt";
}
#main .bigPhoto {
	height: min(39.1vw,50rem);
	position: relative;
	margin-bottom: min(9.4vw,12rem);
}
#main .bigPhoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contentBig {
	margin: 0 auto 8rem;
	max-width: 128rem;
}
#main .imgBox {
	margin-bottom: min(5.7vw,7.3rem);
	align-items: flex-start;
	align-items: center;
}
#main .imgBox:last-child {
	margin-bottom: 0;
}
#main .imgBox .lBox {
	width: min(43.75vw,56rem);
	margin-right: min(3.9vw,5rem);
}
#main .imgBox .lBox .photo {
	margin-bottom: min(2.2vw,2.8rem);
}
#main .imgBox .lBox .photo img {
	width: 100%;
}
#main .imgBox .lBox p {
	letter-spacing: 0.05em;
	line-height: 1.33;
	width: fit-content;
	margin: 0 min(6.41vw,8.2rem) 0 auto;
	font-feature-settings: "palt";
}
#main .imgBox .lBox p .name {
	display: block;
	font-size: min(3.2rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 1rem;
}
#main .imgBox .rBox {
	padding-bottom: 1.5rem;
	/* padding-top: min(5.9vw,7.5rem); */
	flex: 1;
}
#main .imgBox .rBox .subBox {
	max-width: min(44.5vw,57rem);
}
#main .imgBox .rBox p {
	font-size: 2.05rem;
	letter-spacing: 0.04em;
	line-height: 1.91;
	font-feature-settings: "palt";
}
#main .imgBox2 .lBox {
	order: 2;
	margin-right: 0;
	margin-left: min(3.9vw,5rem);
}
#main .imgBox2 .rBox {
	/* padding-top: 3rem; */
	display: flex;
	justify-content: flex-end;
}
#main .imgBox2 .lBox p {
	margin: 0;
}
#main .imgBox3 .lBox p {
	max-width: 38rem;
	width: auto;
}
#main .centerTxt{
	margin-bottom: 5.2rem;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.033em;
	line-height: 1.82;
	font-feature-settings: "palt";
}
#main .comBorderBox{
	max-width: 81rem;
	margin: 0 auto 4rem;
}
#main .comBorderBox:last-child {
	margin-bottom: 0;
}
#main .comBorderBox .ttl {
	font-size: 3.2rem;
	color: #0975AA;
	font-weight: 600;
	margin-bottom: 1.2rem;
	font-feature-settings: "palt";
}
#main .comTextList li{
	font-size: 1.8rem;
	line-height: 2;
	display: block;
	font-feature-settings: "palt";
}
#main .comTextList li .ico {
	color: #000;
	margin-right: 0.5rem;
}
@media all and (min-width: 897px) {
	#container {
		padding-top: 16.8rem;
	}
	.messageSec .content {
		max-width: 112rem;
	}
}

@media all and (max-width: 896px) {
	#container {
		padding-top: 8rem;
	}
	#main .topTxt{
		margin-bottom: 2.9rem;
		padding-top: 0.3rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .bigPhoto {
		height: auto;
		margin: 0 -6.5rem 4rem -5.4rem;
	}
	#main .imgBox{
		margin-bottom: 3.3rem;
		display: block;
	}
	#main .imgBox .lBox {
		width: auto;
		margin: 0 0 0.3rem;
	}
	#main .imgBox .lBox .headLine11 {
		margin-bottom: -1.2rem;
		position: relative;
	}
	#main .imgBox .lBox .photo{
		margin-bottom: 1rem;
	}
	#main .imgBox .lBox .photo img {
		width: 100%;
	}
	#main .imgBox .lBox p {
		width: auto;
		margin: 0;
		line-height: 1.5;
	}
	#main .imgBox .lBox p .name{
		font-size: 2.1rem;
		margin-top: 0.3rem;
	}
	#main .imgBox .rBox {
		padding-bottom: 0;
		padding-top: 0;
	}
	#main .imgBox .rBox .subBox {
		max-width: inherit;
	}
	#main .imgBox .rBox p{
		font-size: 1.4rem;
		letter-spacing: 0.033em;
		line-height: 1.714;
	}
	.contentBig {
		margin-bottom: 3.8rem;
	}
	#main .centerTxt {
		margin: 0 0.5rem 2rem;
		text-align: left;
		font-size: 1.4rem;
		letter-spacing: 0.033em;
		line-height: 1.714;
	}
	#main .comBorderBox {
		padding: 1rem 1.5rem;
		max-width: inherit;
		margin: 0 0.5rem 1.8rem;
	}
	#main .comBorderBox .ttl{
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
	}
	#main .comTextList li {
		font-size: 1.2rem;
		line-height: 1.75;
		display: flex;
	}
}

@media all and (min-width: 897px) and (max-width: 1279px) {
	#main .imgBox .lBox p {
		width: auto;
		margin: 0 0 0 7rem;
	}
	#main .imgBox .rBox p{
		line-height: 1.81;
		letter-spacing: 0.04rem;
	}
	#main .imgBox2 .rBox{
		padding-top: 2rem;
	}
	#main .imgBox2 .lBox p {
		margin-left: 0;
	}
	.headLine05 {
		margin-left: 4rem;
		margin-right: 4rem;
	}
	#main .imgBox {
		align-items: flex-start;
	}
	#main .imgBox .rBox {
		padding-bottom: 0;
		padding-top: min(5.9vw,7.5rem);
	}
	#main .imgBox2 .rBox {
		padding-top: 2rem;
	}
	#main .imgBox .rBox02 {
		padding-top: 3rem;
	}
}