@charset "utf-8";
/*------------------------------------------------------------
	cross-talk
------------------------------------------------------------*/
#main .fvBox {
	margin-bottom: 6.1rem;
	position: relative;
}
#main .fvBox::after {
	content: '';
	width: 6rem;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: #D80C18;
	z-index: 1;
}
#main .fvBox img {
	width: 100%;
	height: 70rem;
	object-fit: cover;
}
#main .fvBox h2 {
	padding: 5.6rem 2rem 4.2rem;
	width: 100rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	text-align: center;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.05em;
	border-radius: 3rem 3rem 0 0;
	background: #fff;
	transform: translateX(-50%);
}
#main .fvBox h2 .mark {
	padding: 0.8rem 2.9rem 1rem;
	position: absolute;
	left: 50%;
	top: -2.2rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	background: #D80C18;
	transform: translateX(-50%);
}
#main .fvBox .comTxt {
	position: absolute;
	right: 2.9rem;
	top: 15.3rem;
}
#main .fvBox .comTxt img {
	width: auto;
	height: auto;
}
#main .topTxt {
	margin-bottom: 11.5rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 3;
	letter-spacing: 0.05em;
}
#main .staffBox {
	margin-bottom: 8rem;
	padding-bottom: 6.1rem;
	position: relative;
}
#main .staffBox::before {
	width: 100%;
	height: calc(100% - 5rem);
	position: absolute;
	left: 0;
	bottom: 0;
	background: #F5F5F5;
	content: '';
}
#main .staffBox .content {
	width: 84rem;
	position: relative;
	z-index: 1;
}
#main .staffBox .staffList {
	margin: 0 -1rem 3.1rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6.7rem;
}
#main .staffBox .staffList li {
	width: 16rem;
	position: relative;
	text-align: center;
}
#main .staffBox .staffList li .mark {
	padding: 0.4rem 1.2rem 0.6rem;
	position: absolute;
	left: 50%;
	top: -5.3rem;
	transform: translateX(-50%);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border: 1px solid #000;
	border-radius: 5rem;
	white-space: nowrap;
}
#main .staffBox .staffList li .mark::after {
	width: 1.5rem;
	height: 1.4rem;
	position: absolute;
	left: 50%;
	bottom: -1.4rem;
	background: url(../img/cross-talk/bg01.png) no-repeat center top / 100%;
	transform: translateX(-50%);
	content: '';
	z-index: 1;
}
#main .staffBox .staffList li .photo {
	margin-bottom: 1.1rem;
	border-radius: 100%;
	border: 1px solid #D80C18;
	overflow: hidden;
}
#main .staffBox .staffList .black .photo {
	border-color: #000;
}
#main .staffBox .staffList li .photo img {
	width: 100%;
}
#main .staffBox .staffList li .name {
	margin-bottom: 0.8rem;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.15em;
}
#main .staffBox .staffList li .text {
	margin: 0 -2rem;
	font-size: 1.2rem;
	line-height: 1.5;
}
#main .staffBox .note {
	margin: 0 2rem;
	font-size: 1.4rem;
}
#main .heading01 {
	margin-bottom: 5.1rem;
	padding-bottom: 1.5rem;
	font-weight: 400;
	font-size: 2.8rem;
	line-height: 1.42;
	letter-spacing: 0.045em;
	border-bottom: 1px solid #D80C18;
}
#main .heading01 .num {
	margin-bottom: 1.2rem;
	padding: 0.6rem 1.5rem 0.5rem;
	width: fit-content;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	border-radius: 1rem 0rem;
	background: #D80C18;
}
#main .chapterList {
	margin-bottom: 6.2rem;
	gap: 3.1rem 0;
}
#main .chapterList dt {
	margin-right: 4rem;
	width: 8rem;
	text-align: center;
}
#main .chapterList dt .pho {
	display: block;
	border-radius: 100%;
	border: 1px solid #D80C18;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
#main .chapterList dt .pho.black {
	border-color: #000;
}
#main .chapterList dt .pho img {
	width: 100%;
}
#main .chapterList dt .name {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
#main .chapterList dd {
	padding-top: 0.1rem;
	width: calc(100% - 12rem);
	line-height: 2;
	text-align: justify;
}
#main .chapterList dd .lrgTxt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.88;
}
#main .chapterList dd .lrgTxt:first-child {
	margin-top: -0.2rem;
}
#main .photoList {
	margin: 8.1rem 0 8rem;
	display: flex;
}
#main .photoList li {
	width: 50%;
}
#main .photoList li img {
	width: 100%;
}
#main .btmImg {
	margin: 8.1rem auto 10rem;
	width: 120rem;
}
#main .btmImg img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#main .fvBox {
		margin-bottom: 4.2rem;
	}
	#main .fvBox::after {
		width: 4.5rem;
	}
	#main .fvBox img {
		height: 45rem;
	}
	#main .fvBox h2 {
		padding: 3.8rem 1.5rem 2.7rem;
		width: calc(100% - 4rem);
		font-size: 2.5rem;
		line-height: 1.4;
		border-radius: 1.5rem 1.5rem 0 0;
	}
	#main .fvBox h2 .mark {
		padding: 0.6rem 2rem 0.7rem;
		font-size: 1.4rem;
		top: -1.6rem;
		white-space: nowrap;
	}
	#main .fvBox .comTxt {
		width: 3.3rem;
		right: 1.1rem;
		top: 13.7rem;
	}
	#main .fvBox .comTxt img {
		width: auto;
		height: auto;
	}
	#main .topTxt {
		margin-bottom: 4.2rem;
		text-align: justify;
		font-size: 1.5rem;
		line-height: 2;
	}
	#main .staffBox {
		margin-bottom: 6rem;
		padding-bottom: 4.7rem;
	}
	#main .staffBox::before {
		height: calc(100% - 6rem);
	}
	#main .staffBox .content {
		width: auto;
	}
	#main .staffBox .staffList {
		margin: 0 0 1.3rem;
		justify-content: space-between;
		gap: 5.7rem 0;
	}
	#main .staffBox .staffList li {
		width: 48.4%;
	}
	#main .staffBox .staffList li .mark {
		padding: 0.3rem 0.9rem 0.4rem;
		font-size: 0.84rem;
		top: -4rem;
	}
	#main .staffBox .staffList li .mark::after {
		width: 1rem;
		height: 1rem;
		bottom: -1rem;
		background-image: url(../img/cross-talk/bg01_sp.png);
	}
	#main .staffBox .staffList li .photo {
		margin: 0 auto 1.2rem;
		width: 13rem;
		max-width: 100%;
	}
	#main .staffBox .staffList li .name {
		margin-bottom: 0.5rem;
		font-size: 2rem;
	}
	#main .staffBox .staffList li .text {
		margin: 0 -1rem;
		font-size: 1rem;
	}
	#main .staffBox .note {
		margin: 0;
		font-size: 1.2rem;
	}
	#main .heading01 {
		margin-bottom: 3.1rem;
		padding-bottom: 1rem;
		font-size: 2rem;
	}
	#main .heading01 .num {
		margin-bottom: 1rem;
		padding: 0.3rem 1rem;
		font-size: 1.12rem;
		line-height: 1.53;
		border-radius: 0.7rem 0rem;
	}
	#main .chapterList {
		margin-bottom: 5rem;
		gap: 2.3rem 0;
	}
	#main .chapterList dt {
		margin-right: 1.9rem;
		width: 5.6rem;
	}
	#main .chapterList dt .pho {
		margin-bottom: 0;
	}
	#main .chapterList dt .name {
		font-size: 1rem;
	}
	#main .chapterList dd {
		width: calc(100% - 7.5rem);
	}
	#main .chapterList dd .lrgTxt {
		font-size: 1.6rem;
		line-height: 1.87;
	}
	#main .chapterList dd .lrgTxt:first-child {
		margin-top: -0.3rem;
	}
	#main .photoList {
		margin: 5rem 0;
		display: block;
	}
	#main .photoList li {
		width: auto;
	}
	#main .btmImg {
		margin: 5rem 2rem;
		width: auto;
	}
}