@charset "utf-8";

/*====================================================================
Meets at KWANSEI
====================================================================*/
.lyt-inner {
	color: #333;
}
#mv {
	margin-bottom: 10px;
}
.profile-box .profile-box__ttl {
	margin-bottom: 1rem;
	font-family: "Barlow", sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	color: #b6001a;
}
.profile-box .profile-box__txt {
	/* letter-spacing: -0.001em; */
	margin-bottom: 3rem;
	font-size: 1.4rem;
	color: #000F19;
}
.lead {
	border-top: 1px solid #b6001a;
	border-bottom: 1px solid #b6001a;
	padding: 20px 0;
	margin-bottom: 60px;
	font-size: 16px;
}
.lead .lead__ttl {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	color: #b6001a;
}
.lead p:last-child {
	margin-bottom: 0;
}
.section__ttl {
	font-size: 2.6rem;
	line-height: 1.4;
	margin-bottom: 3rem;
	background: #eec7b8;
	width: fit-content;
}
.box p {
	margin-bottom: 30px;
}
.box p:last-child {
	margin-bottom: 0;
}

.box .box-ttl {
	position: relative;
	padding-left: 1.3em;
	font-size: 1.6rem;
	color: #000;
}

.box .box-ttl::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1em;
	height: 1px;
	content: "";
	background: #000;
	transform: translateY(-50%);
}
.section.msg {
	color: #fff;
	background: #b6001a;
}
.section.history .ptitle_tp1 {
	margin-bottom: 0;
}
.section.msg .msg__ttl {
	font-size: 2rem;
}
.section.msg .msg__ttl_sub {
	font-size: 1.8rem;
	font-weight: 900;
	color: #b6001a;
	background: #fff;
	width: fit-content;
	padding: 0px 10px;
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.section {
		margin-bottom: 60px;
	}
	.section__ttl {
		line-height: 1.2;
	}
	.section .row-md-30 > div:nth-child(odd) {
		padding-right: 30px;
	}
	.section .row-md-30 > div:nth-child(even) {
		padding-left: 30px;
	}
	.section.box2 .row-md-30 > div:nth-child(odd) {
		padding-right: 15px;
		padding-left: 30px;
	}
	.section.box2 .row-md-30 > div:nth-child(even) {
		padding-right: 30px;
		padding-left: 15px;
	}
	.section.msg {
		padding: 30px;
	}
}

@media screen and (max-width:768px) {
	#mv p {
		margin-top: 0px;
	}
	.section {
		margin-bottom: 30px;
	}
	.lead {
		display: block;
	}
	.section.msg {
		padding: 15px;
	}
	.section .row-md-30 .img-col {
		margin-top: 40px;
		text-align: center;
	}
	.section.section.history .chronology__img {
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
	}
	.section.msg .msg__ttl_sub {
		margin: 20px auto;
	}
}