@charset "utf-8";
/*------------------------------------------------------------
	message
------------------------------------------------------------*/
.comVisual {
	margin-bottom: 0;
}
.comVisual .pageTtl .subName {
	margin-left: 1.3rem;
}
@media all and (max-width: 896px) {
	.comVisual .pageTtl .subName {
		margin-left: 0;
	}
}
#main .message {
	padding: 9.2rem 0 16rem;
}
#main .message .headLine01 {
	margin-bottom: 3.8rem;
}
#main .message .imgBox {
	position: relative;
	z-index: 1;
}
#main .message .imgBox .photoBox img {
	width: 100%;
	border-radius: 0.4rem;
}
#main .message .imgBox .textBox {
	width: 64.0rem;
	position: absolute;
	left: min(calc(245 / 1920 * 100vw), 24.5rem);
	top: min(calc(172 / 1920 * 100vw), 17.2rem);
}
#main .message .imgBox .textBox .comText01 {
	margin-bottom: 4rem;
	font-size: 4.4rem;
}
#main .message .txtBox {
	margin: 8rem auto 0;
	width: 128rem;
	max-width: calc(100% - 4rem);
}
#main .message .flexBox {
	margin: 10rem auto 0;
	width: 128rem;
	max-width: calc(100% - 4rem);
	align-items: flex-start;
	gap: 8rem;
}
#main .message .flexBox .photoBox {
	width: 60rem;
}
#main .message .flexBox .photoBox img {
	width: 100%;
	border-radius: 0.4rem;
}
#main .message .flexBox .textBox {
	flex: 1;
}
#main .message .flexBox .textBox .info {
	margin-right: 0;
}
#main .message p {
	margin-bottom: 3rem;
}
#main .message p:last-child {
	margin-bottom: 0;
}
#main .message .info {
	text-align: right;
	font-weight: 500;
	margin-right: 8.4rem;
}
#main .message .info .name {
	margin-left: 1.3rem;
	font-weight: 700;
	font-size: 3.2rem;
	letter-spacing: 0.093em;
}
#main .philosophy {
	margin-bottom: 16rem;
}
#main .philosophy .photoBox img {
	width: 100%;
}
#main .philosophy .headLine01 {
	margin-bottom: 4.5rem;
}
#main .philosophy .textList {
	margin: -9rem auto 0;
	padding: 10rem 13.4rem 12rem;
	width: 128rem;
	max-width: calc(100% - 4rem);
	border-radius: 0.4rem;
	background: #FFF;
	position: relative;
}
#main .philosophy .textList li {
	margin-bottom: 5.8rem;
	padding-bottom: 8.8rem;
	display: flex;
	align-items: flex-start;
	gap: 2.2rem;
	border-bottom: 1px solid #00A196;
}
#main .philosophy .textList li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#main .philosophy .textList .inner {
	flex: 1;
	line-height: 1.5;
	font-weight: 500;
}
#main .philosophy .textList p {
	margin-bottom: 2.7rem;
}
#main .philosophy .textList p:last-child {
	margin-bottom: 0;
}
#main .philosophy .textList .comText01 {
	margin-bottom: 2.5rem;
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: 0.076em;
}
#main .philosophy .textList .item .comText01 {
	margin-bottom: 2rem;
	line-height: 1.4;
}
#main .philosophy .textList .item .comText01:not(:first-child) {
	margin-top: 5.2rem;
	padding-top: 3.8rem;
	border-top: 1px solid #00A196;
}
#main .history {
	margin-bottom: 12rem;
}
#main .history .content {
	width: 128rem;
}
#main .history .photoBox {
	margin-bottom: 10rem;
	padding: 6rem 0;
	border-top: 1px solid #00A196;
	border-bottom: 1px solid #00A196;
}
#main .history .photoBox img {
	width: 100%;
}
#main .history .chronology {
	margin-bottom: 10rem;
	padding: 8rem 21.5rem 8.4rem;
	background: #FFF;
}
#main .history .chronology:last-child {
	margin-bottom: 0;
}
#main .history .chronology .headLine01 {
	margin-bottom: 4.7rem;
}
#main .history .chronology .headLine01 .jp {
	font-size: 4.2rem;
}
#main .history .timeLine li {
	margin-bottom: 2.1rem;
	display: flex;
	align-items: flex-start;
	letter-spacing: 0;
	gap: 4rem;
	position: relative;
}
#main .history .timeLine li::before {
	width: 2rem;
	aspect-ratio: 1;
	content: "";
	position: absolute;
	left: 16.5rem;
	top: 0.5rem;
	border-radius: 100%;
	background-color: #00A196;
}
#main .history .timeLine li::after {
	width: 1px;
	content: "";
	position: absolute;
	left: 17.5rem;
	top: 0;
	bottom: -2.1rem;
	background-color: #00A196;
}
#main .history .timeLine li:first-child::after {
	top: 0.5rem;
}
#main .history .timeLine li:last-child::after {
	bottom: -0.3rem;
}
#main .history .timeLine li:last-child {
	margin-bottom: 0;
}
#main .history .timeLine .photo01 {
	width: 27rem;
}
#main .history .timeLine .photo02 {
	width: 20rem;
}
#main .history .timeLine .photo03 {
	width: 40.7rem;
}
#main .history .timeLine .photo04 {
	width: 27rem;
}
#main .history .timeLine img {
	width: 100%;
}
#main .history .timeLine .year {
	width: 17rem;
	color: #00A196;
	font-weight: 500;
	flex-shrink: 0;
}
#main .history .timeLine .infoBox {
	font-weight: 400;
	flex: 1;
}
#main .history .timeLine .infoBox p {
	margin-bottom: 1rem;
}
#main .history .timeLine .infoBox p:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#pagePath {
		margin-bottom: 1rem;
	}
	.comVisual {
		padding-bottom: 0;
	}
	#main .philosophy .headLine04 {
		padding-top: 2.7rem;
		width: 35rem;
	}
	#main .philosophy .headLine04 .jp {
		margin-bottom: 1rem;
		font-size: 4.4rem;
		letter-spacing: 0.09em;
	}
}
@media all and (max-width: 896px) {
	.headLine01.mid .en {
		margin-bottom: 0.3rem;
	}
	.headLine01.mid .jp {
		font-size: 2.6rem;
	}
	#main .message {
		padding: 6rem 0;
	}
	#main .message .headLine01 {
		margin-bottom: 3rem;
	}
	#main .message .imgBox {
		margin: 0 -3rem;
	}
	#main .message .imgBox .photoBox img {
		border-radius: 0;
	}
	#main .message .imgBox .textBox {
		width: auto;
		left: 3.3rem;
		right: 3.3rem;
		top: 4.5rem;
	}
	#main .message .imgBox .textBox .comText01 {
		margin-bottom: 3.3rem;
		font-size: 2.1rem;
		font-weight: 600;
		line-height: 1.6;
	}
	#main .message .imgBox .textBox .info {
		text-align: left;
		font-size: 1rem;
		line-height: 1;
	}
	#main .message .imgBox .textBox .info .name {
		margin: 1rem 0 0;
		display: block;
		font-size: 1.8rem;
		line-height: 1;
	}
	#main .message .txtBox {
		margin-top: 3.3rem;
		width: auto;
		max-width: inherit;
	}
	#main .message .flexBox {
		margin-top: 5rem;
		width: auto;
		max-width: inherit;
		display: block;
	}
	#main .message .flexBox .photoBox {
		width: auto;
	}
	#main .message .flexBox .textBox {
		margin-top: 5rem;
	}
	#main .message .txtBox,
	#main .message .flexBox .textBox {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.062em;
	}
	#main .message p {
		margin-bottom: 2.8rem;
	}
	#main .message .info {
		font-size: 1.6rem;
		letter-spacing: 0.111em;
	}
	#main .message .info .name {
		font-size: 2.2rem;
	}
	#main .philosophy {
		margin-bottom: 8rem;
	}
	#main .philosophy .content02 {
		margin: 0;
	}
	#main .philosophy .headLine01 {
		margin-bottom: 3rem;
	}
	#main .philosophy .textList {
		margin: -8.5rem 1.7rem 0;
		padding: 8rem 2rem;
		width: auto;
		max-width: inherit;
	}
	#main .philosophy .textList li {
		margin-bottom: 4rem;
		padding-bottom: 4rem;
		display: block;
	}
	#main .philosophy .textList p {
		margin-bottom: 3rem;
		font-size: 1.6rem;
		letter-spacing: 0.04em;
		text-align: justify;
	}
	#main .philosophy .headLine04 {
		margin-bottom: 4rem;
	}
	#main .philosophy .textList .comText01 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	#main .philosophy .textList .item .comText01 {
		margin-bottom: 2rem;
		line-height: 1.4;
	}
	#main .philosophy .textList .item .comText01:not(:first-child) {
		margin-top: 3rem;
		padding-top: 3rem;
	}
	#main .history {
		margin-bottom: 6rem;
	}
	#main .history .content {
		margin: 0 1.7rem;
	}
	#main .history .photoBox {
		margin-bottom: 5;
		padding: 4rem 0;
		text-align: center;
	}
	#main .history .photoBox img {
		max-width: 35.5rem;
	}
	#main .history .chronology {
		margin-bottom: 5rem;
		padding: 4rem 2rem;
	}
	#main .history .chronology .headLine01 {
		margin-bottom: 4rem;
	}
	#main .history .chronology .headLine01 .jp {
		font-size: 2.3rem;
	}
	#main .history .timeLine li {
		padding-left: 2rem;
		font-size: 1.6rem;
		display: block;
	}
	#main .history .timeLine li::before {
		width: 1.5rem;
		left: 0;
		top: 0.5rem;
	}
	#main .history .timeLine li::after {
		left: 0.7rem;
		bottom: -2.1rem;
	}
	#main .history .timeLine li:first-child::after {
		top: 0.5rem;
	}
	#main .history .timeLine .photo01 {
		width: 60%;
	}
	#main .history .timeLine .photo02 {
		width: 40%;
	}
	#main .history .timeLine .photo03 {
		width: 70%;
	}
	#main .history .timeLine .photo04 {
		width: 60%;
	}
	#main .history .timeLine .year {
		width: auto;
	}
}