@charset "utf-8";
/*------------------------------------------------------------
	philosophy
------------------------------------------------------------*/
#main .pageTitle {
	margin-bottom: 0;
}
#main .pageTitle .mainImg {
	height: 104rem;
	position: relative;
}
#main .pageTitle .mainImg::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 25rem;
	background: linear-gradient(180deg,rgba(255,255,255,0) 0%, #FFF 80%);
}
#main .pageTitle .mainImg img {
	border-radius: 0;
}
#main .pageTitle .headLine01 {
	bottom: 33rem;
	position: relative;
	z-index: 3;
}
#main .message {
	margin-bottom: 17rem;
	position: relative;
	z-index: 10;
}
#main .message .topBox {
	margin: -31rem auto 10rem;
	padding: 5.5rem 6rem 8rem;
	max-width: 90rem;
	border-radius: 2rem;
	background: linear-gradient(96deg, rgba(230, 0, 45, 0.05) 0%, rgba(142, 20, 39, 0.05) 100%), #FFF;
}
#main .message .topBox .title {
	margin-bottom: 2.5rem;
	color: #E6002D;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: .17rem;
	text-align: center;
}
/*#main .message .topBox .title::before {
	margin-right: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 5.3rem;
	aspect-ratio: 1;
	content: '';
	background: url(../img/common/icon06.png) no-repeat center top / 100%;
}*/
#main .message .topBox .subBox {
	margin: 0 auto;
	max-width: 65rem;
	border-top: 1px dotted #AAA;
}
#main .message .topBox .subBox p {
	padding: 1rem 0 0.3rem;
	color: #000;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: .14rem;
	text-align: center;
	border-bottom: 1px dotted #AAA;
}
#main .message .textBox {
	position: relative;
}
#main .message .textBox .photo01 {
	width: 35rem;
	position: absolute;
	right: -12.2rem;
	top: -18rem;
	border-radius: 100%;
	overflow: hidden;
	aspect-ratio: 1;
}
#main .message .textBox .photo01 img,
#main .message .textBox .photo02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .message .textBox .photo02 {
	width: 30rem;
	position: absolute;
	left: -8.5rem;
	bottom: -3rem;
	border-radius: 100%;
	overflow: hidden;
	aspect-ratio: 1;
}
#main .message .textBox p {
	margin: 0 auto;
	max-width: 55rem;
	color: #000;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3.8;
	letter-spacing: .1rem;
}
@media all and (min-width: 897px) {
	#main .comBox .headLine01 .en {
		transform: translate(-53.9%,-82%);
	}
}
@media all and (max-width: 896px) {
	#main .pageTitle .mainImg {
		height: 41rem;
	}
	#main .pageTitle .mainImg::after {
		height: 10rem;
		bottom: 0;
		background: linear-gradient(180deg,rgba(255,255,255,0) 0%, #FFF 99%);
	}
	#main .pageTitle .headLine01 {
		bottom: 7rem;
	}
	#main .message {
		margin-bottom: 3rem;
	}
	#main .message .topBox {
		margin: -7rem auto 4.8rem;
		padding: 3.9rem 2.8rem 4rem;
		border-radius: 1rem;
	}
	#main .message .topBox .title {
		margin-bottom: 1.9rem;
		font-size: 2.6rem;
	}
	#main .message .topBox .title::before {
		margin-right: 1rem;
		width: 4rem;
	}
	#main .message .topBox .subBox p {
		padding: 2rem 0 1.9rem;
		font-size: 2rem;
		line-height: 1.2;
		letter-spacing: 0.1rem;
	}
	#main .message .textBox .photo01 {
		width: 16rem;
		right: -5.5rem;
  		top: -11.9rem;
	}
	#main .message .textBox p {
		font-size: 1.6rem;
	}
	#main .message .textBox .photo02 {
		margin: -0.3rem 0 0 -2.5rem;
		position: static;
		width: 12rem;
	}

}
