@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* message */
#main .message {
	margin-bottom: 4rem;
	padding: 9.9rem 0 15.8rem;
	background: url(../img/about/message_bg01.png) no-repeat right top 1.6rem / cover, url(../img/about/message_bg02.png) no-repeat left top / 100% 100%;
	border-radius: 1rem;
	overflow: hidden;
}
#main .message .headLine02 {
	margin-bottom: 1.8rem;
}
#main .message .headLine02::before,
#main .message .headLine02::after {
	display: none;
}
#main .message .imgBox {
	align-items: flex-start;
	gap: 11.6rem;
}
#main .message .imgBox .photoBox {
	width: 38.4rem;
}
#main .message .imgBox .photo {
	margin: 1.4rem 0 2.4rem;
	border-radius: 0.4rem;
	overflow: hidden;
}
#main .message .imgBox .name {
	color: #0F52BA;
	letter-spacing: 0.096rem;
	line-height: 1.5;
}
#main .message .imgBox .name .enText {
	margin-left: 0.1rem;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.108rem;
	vertical-align: -0.1rem;
	font-family:"neue-frutiger-world",sans-serif;
}
#main .message .imgBox .name .ten {
	margin-top: 0.3rem;
	display: block;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.168rem;
}
#main .message .imgBox .name .en {
	margin-top: 0.2rem;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.072rem;
	font-family:"neue-frutiger-world",sans-serif;
}
#main .message .imgBox img {
	width: 100%;
}
#main .message .imgBox .textBox {
	flex: 1;
}
#main .message .imgBox .textBox .hTitle {
	margin-bottom: 3.2rem;
	color: #0F52BA;
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: 0.168rem;
}
#main .message .imgBox .textBox p {
	margin-bottom: 3.3rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.19rem;
}
#main .message .imgBox .textBox p:last-of-type {
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
	#main .message {
		margin-bottom: 4rem;
		padding: 3.3rem 0 12rem;
		background: url(../img/about/message_bg01_sp.png) no-repeat left calc(50% - 3rem) top / 182.5rem, url(../img/about/message_bg02.png) no-repeat left top / 100% 100%;
	}
	#main .message .headLine02 {
		margin-bottom: 3.3rem;
	}
	#main .message .imgBox {
		display: block;
	}
	#main .message .imgBox .photoBox {
		margin-bottom: 4.8rem;
		width: auto;
	}
	#main .message .imgBox .photo {
		margin: 0 0 1.8rem;
		aspect-ratio: 343 / 264;
	}
	#main .message .imgBox .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}
	#main .message .imgBox .name {
		font-size: 1.5rem;
	}
	#main .message .imgBox .name .ten {
		font-size: 2.2rem;
		letter-spacing: 0.132rem;
	}
	#main .message .imgBox .name .en {
		font-size: 1.1rem;
	}
	#main .message .imgBox .textBox .hTitle {
		margin-bottom: 1.7rem;
		font-size: 1.7rem;
		font-weight: 500;
		letter-spacing: 0.1rem;
		line-height: 1.65;
	}
	#main .message .imgBox .textBox p {
		margin-bottom: 2.6rem;
		font-size: 1.5rem;
		font-weight: 500;
		letter-spacing: 0.09rem;
		text-align: justify;
	}
}
/* culture */
#main .culture {
	margin-bottom: 12rem;
}
#main .culture .cultureUl li {
	padding: 2.1rem 0 4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	border-top: 1px solid #000;
}
#main .culture .cultureUl li:first-child {
	border-top: none;
}
#main .culture .cultureUl li:last-child {
	padding-bottom: 0;
}
#main .culture .cultureUl .lBox {
	width: 40.3%;
}
#main .culture .cultureUl .lBox .hTitle {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.12rem;
}
#main .culture .cultureUl .lBox .hTitle span {
	margin-bottom: 0.6rem;
	display: block;
	font-size: 3.2rem;
	font-weight: 100;
	letter-spacing: 0.192rem;
    font-family:"neue-frutiger-world",sans-serif;
}
#main .culture .cultureUl .rBox {
	margin-top: 0.2rem;
	flex: 1;
}
#main .culture .cultureUl .rBox .title {
	font-size: 2.8rem;
	letter-spacing: 0.168rem;
	line-height: 1.65;
	font-family:"ten-mincho-antique",sans-serif;
}
#main .culture .cultureUl .rBox .title > span {
	display: block;
	margin-top: 2.3rem;
}
#main .culture .cultureUl .rBox .text {
	margin: 0.8rem 0 5.5rem;
	font-size: 2rem;
	line-height: 1.65;
	letter-spacing: 0.3rem;
}
#main .culture .cultureUl .rBox .text:last-of-type {
	margin-bottom: 0;
}
.comContactBox {
	margin-top: 8.2rem;
}
@media all and (max-width: 768px) {
	#main .culture {
		margin-bottom: 8rem;
	}
	#main .culture .headLine02 {
		margin-bottom: 4.2rem;
	}
	#main .culture .cultureUl li {
		padding: 1.5rem 0 3.9rem;
		display: block;
	}
	#main .culture .cultureUl .lBox {
		margin-bottom: 3.2rem;
		width: auto;
	}
	#main .culture .cultureUl .lBox .hTitle {
		font-size: 1.7rem;
		letter-spacing: 0.2rem;
	}
	#main .culture .cultureUl .lBox .hTitle span {
		margin-bottom: 0;
		font-size: 1.8rem;
		font-weight: 300;
		letter-spacing: 0.078rem;
	}
	#main .culture .cultureUl .rBox .title {
		font-size: 2rem;
		letter-spacing: 0.06em;
		line-height: 1.65;
	}
	#main .culture .cultureUl .rBox .title span {
		margin-top: 1.7rem;
		display: block;
	}
	#main .culture .cultureUl .rBox .text {
		margin: 0 0 2.3rem;
		font-size: 1.5rem;
		letter-spacing: 0.12rem;
	}
	.comContactBox {
		margin-top: 8rem;
	}
}