@charset "utf-8";
/*------------------------------------------------------------
	philosophy
------------------------------------------------------------*/
#main {
	margin-bottom: 24.3rem;
}
#main .headLine01 {
	margin-bottom: 7.7rem;
}
#main .vision {
	margin-bottom: 11.9rem;
}
#main .vision .item {
	display: flex;
	gap: 2.6rem;
}
#main .vision .item .ttl {
	padding: 4.8rem 0 4.3rem;
	width: 17.5rem;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.35;
	border-bottom: 2px solid #000;
}
#main .vision .item .ttl .en {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
#main .vision .item .txtBox {
	padding: 3.5rem 0.3rem 4.3rem;
	flex: 1;
	border-bottom: 1px solid #000;
}
#main .vision .item .txtBox p {
	font-size: 1.8rem;
	line-height: 2.33;
	letter-spacing: 0.06em;
}
#main .vision .item .txtBox .text01 {
	margin-top: 1.2rem;
	font-size: 4rem;
	line-height: 1.1;
}
#main .vision .item:last-child .ttl,
#main .vision .item:last-child .txtBox {
	border-bottom: none;
	padding-bottom: 0;
}
#main .bgBox {
	padding: 10.1rem 0 9.5rem;
	background: #f5f7f9;
}
#main .message .heading {
	margin-bottom: 4.5rem;
	font-weight: 400;
	font-size: 3.6rem;
	letter-spacing: 0.06em;
}
#main .message .heading .sm {
	margin-bottom: 2.1rem;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.14em;
}
#main .message .heading .en {
	margin-right: 1.5rem;
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .message .imgBox {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 3rem;
}
#main .message .imgBox .photoBox {
	margin-top: 0.8rem;
	width: 40rem;
}
#main .message .imgBox .photoBox img {
	width: 100%;
}
#main .message .imgBox .photoBox .name {
	margin: 1.9rem 0.5rem 0;
	display: block;
	text-align: right;
	font-size: 2.6rem;
	letter-spacing: 0.12em;
}
#main .message .imgBox .photoBox .name .sm {
	margin-right: 0.6em;
	display: inline-block;
	vertical-align: 0.3em;
	letter-spacing: 0.06em;
	font-size: 1.2rem;
}
#main .message .imgBox .photoBox .name .en {
	margin-left: 0.8em;
	display: inline-block;
	vertical-align: 0.5em;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
#main .message .imgBox .textBox {
	width: 66rem;
}
#main .message .imgBox .textBox p {
	margin-bottom: 3.2rem;
	font-size: 1.4rem;
	line-height: 2.285;
	letter-spacing: 0.06em;
}
#main .message .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .message .imgBox .textBox p strong {
	font-weight: 700;
}
@media all and (min-width: 829px) {
	#main .vision .item {
		opacity: 1;
		transform: none;
		transition: 0s;
	}
}
@media all and (max-width: 828px) {
	#main {
		margin-bottom: 15rem;
	}
	#main .headLine01 {
		margin-bottom: 4.8rem;
	}
	#main .vision {
		margin-bottom: 7.8rem;
	}
	#main .vision .item {
		gap: 0;
		flex-wrap: wrap;
		position: relative;
		border-bottom: 1px solid #000;
	}
	#main .vision .item::after {
		width: 10.6rem;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: -2px;
		background: #000;
		content: '';
	}
	#main .vision .item .ttl {
		padding: 2.4rem 0 2.9rem;
		width: 10.3rem;
		border-bottom: none;
		opacity: 1;
		transform: none;
		transition: 0s;
	}
	#main .vision .item .txtBox {
		padding: 2rem 0 2.7rem 2.5rem;
		border-bottom: none;
		opacity: 1;
		transform: none;
		transition: 0s;
	}
	#main .vision .item .txtBox p {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0;
		font-feature-settings: initial;
	}
	#main .vision .item .txtBox .text01 {
		margin-top: 0.5rem;
		margin-right: -0.5em;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
	}
	#main .vision .item01 {
		padding-bottom: 2.6rem;
	}
	#main .vision .item01 .ttl {
		width: 100%;
	}
	#main .vision .item01 .txtBox {
		padding: 0.5rem 0 0;
	}
	#main .bgBox {
		padding: 6.9rem 0 9.8rem;
	}
	#main .message .heading {
		margin-bottom: 1.8rem;
		font-size: 2.6rem;
		line-height: 1.53;
	}
	#main .message .heading .sm {
		margin-bottom: 1.4rem;
	}
	#main .message .imgBox {
		display: block;
	}
	#main .message .imgBox .photoBox {
		margin: 0 0 2.6rem;
		width: auto;
	}
	#main .message .imgBox .textBox {
		width: auto;
	}
	#main .message .imgBox .textBox p {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0;
		font-feature-settings: initial;
	}
	#main .message .imgBox .textBox .name {
		margin: -0.8rem 0 0;
		display: block;
		font-size: 2.6rem;
		letter-spacing: 0.12em;
	}
	#main .message .imgBox .textBox .name .sm {
		margin-right: 0.6em;
		display: inline-block;
		vertical-align: 0.3em;
		letter-spacing: 0.06em;
		font-size: 1.2rem;
	}
	#main .message .imgBox .textBox .name .en {
		margin-left: 0.8em;
		display: inline-block;
		vertical-align: 0.5em;
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
}