@charset "utf-8";
/*------------------------------------------------------------
	crosstalk
------------------------------------------------------------*/
.pageTitle .mainImg {
	height: 70rem;
}
#main .name01 {
	color: #22BAD8;
}
#main .name02 {
	color: #E85572;
}
#main .name03 {
	color: #EEB200;
}
#main .topBox .infoList {
	margin: 6.7rem 0 4.2rem;
	gap: 7.99rem;
}
#main .topBox .infoList .heading {
	margin: 0 auto 1.7rem;
	padding: 0 4.8rem;
	min-height: 4.8rem;
	width: fit-content;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#main .topBox .infoList .heading::before,
#main .topBox .infoList .heading::after {
	width: 2.8rem;
	height: 3.8rem;
	content: "";
	position: absolute;
	left: 0;
	top: 0.4rem;
	background: url(../img/wlb/crosstalk/line_icon.png) no-repeat center top / 100%;
}
#main .topBox .infoList .heading::after  {
	left: auto;
	right: 0;
	transform: scaleX(-1);
}
#main .topBox .infoList li {
	width: calc((100% - 16rem) / 3);
}
#main .topBox .infoList .photo {
	margin: 0 auto 0.8rem;
	width: 16rem;
	aspect-ratio: 1/1;
}
#main .topBox .infoList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .topBox .infoList p {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 0;
}
#main .topBox .infoList .text {
	margin-bottom: 2rem;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#main .topBox .infoList .name {
	display: block;
	font-size: 2.6rem;
}
#main .topBox .tips {
	padding-bottom: 1.6rem;
	font-size: 1.2rem;
	border-bottom: 1px dashed #aaa;
}
#main .chapterBox {
	padding: 8rem 0;
}
#main .chapterBox .content > *:last-child {
	margin-bottom: 0;
}
#main .chapterBox .heading {
	margin-bottom: 3.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2.9rem 2rem;
}
#main .chapterBox .text01 {
	padding: 0.6rem 1.9rem;
	display: block;
	width: fit-content;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	border-radius: 2rem 0;
	color: #fff;
	font-weight: 700;
	background: linear-gradient(137deg, #E6002D 3.33%, #8E1427 98.84%);
}
#main .chapterBox .text02 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
#main .chapterBox .heading .jp {
	width: 100%;
}
#main .chapterBox .heading .jp {
	padding: 0 2rem;
	font-size: 2.6rem;
	line-height: 1.7;
	font-weight: 400;
	position: relative;
	letter-spacing: 0.05em;
}
#main .chapterBox .heading .jp::before {
	width: 1px;
	content: "";
	position: absolute;
	top: 0.3rem;
	bottom: 0.3rem;
	left: 0;
	background: #E6002D;
}
#main .chapterBox .bigPhoto {
	margin: 5.3rem 0 6rem;
}
#main .chapterBox > *:last-child {
	margin-bottom: 0;
}
#main .chapterBox .bigPhoto img {
	width: 100%;
} 
#main .chapterBox .photoBox {
	margin: 5.3rem 0 6rem;
	overflow: hidden;
	border-radius: 2rem 0;
}
#main .chapterBox .photoBox img {
	width: 100%;
}
#main .chapterBox .tips {
	margin-top: 1.9rem;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#main .chapterUl li {
	display: flex;
	align-items: flex-start;
	gap: 4rem;
}
#main .chapterUl li + li {
	margin-top: 2.8rem;
}
#main .chapterUl .photo {
	width: 8rem;
	letter-spacing: 0.05em;
}
#main .chapterUl .photo .image {
	margin-bottom: 0.6rem;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 100%;
}
#main .chapterUl .photo img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .chapterUl .photo span {
	display: block;
	text-align: center;
}
#main .chapterUl .textBox {
	margin-top: 0.9rem;
	flex: 1;
	text-align: justify;
}
#main .chapter03,
#main .chapter01 {
	padding-bottom: 10rem;
	border-radius: 20rem 0 0 0;
	background: linear-gradient(96deg, rgba(248, 226, 160, 0.20) 0%, rgba(241, 218, 147, 0.20) 100%);
}
#main .chapter04,
#main .chapter03 {
	padding-bottom: 0;
}
@media all and (min-width: 897px) {
	#main .comBtnList {
		margin: 7.6rem 0 8rem;
		gap: 2.699rem;
	}
	#main .comBtnList li {
		width: calc((100% - 8.1rem) / 4);
	}
	#main .comBtnList a {
		padding: 1px 1rem 1.8rem;
		font-size: 1.8rem;
		font-weight: 700;
	}
	#main .comBtnList .text02 {
		margin: 0 auto;
		width: fit-content;
		display: block;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 4rem;
	}
	.pageTitle .mainImg {
		height: 39rem;
	}
	#main .topBox {
		margin: 0 3rem;
		text-align: justify;
	}
	#main .topBox .headLine02 {
		margin-bottom: 3.5rem;
	}
	#main .topBox .infoList {
		margin: 3rem 0 2.2rem;
		gap: 3.3rem 4.99rem;
	}
	#main .topBox .infoList li {
		width: calc(50% - 2.5rem);
	}
	#main .topBox .infoList .photo {
		margin-bottom: 1.5rem;
		width: 11.4rem;
	}
	#main .topBox .infoList .heading {
		margin-bottom: 1.2rem;
		padding: 0 2rem;
		width: 100%;
		font-size: 1.3rem;
		min-height: 4.1rem;
	}
	#main .topBox .infoList .heading::before, #main .topBox .infoList .heading::after {
		width: 2rem;
		height: 3rem;
		top: auto;
		bottom: 0.3rem;
	}
	#main .topBox .infoList .name {
		font-size: 2rem;
	}
	#main .topBox .infoList .text {
		margin-bottom: 1.1rem;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	#main .topBox .infoList p {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	#main .topBox .tips {
		font-size: 1rem;
	}
	#main .comBtnList .text01 {
		margin: 0 auto;
		padding: 0.2rem 1rem;
		width: fit-content;
		font-size: 1.2rem;
	}
	#main .comBtnList {
		margin: 5rem 0 4rem;
	}
	#main .comBtnList .text02 {
		font-weight: 700;
	}
	#main .chapterBox {
		padding: 4rem 0 5rem;
	}
	#main .chapterBox .content {
		margin: 0 3rem;
	}
	#main .chapterBox .heading {
		margin-bottom: 2.5rem;
		display: block;
	}
	#main .chapterBox .heading span {
		margin: 0 auto;
		width: fit-content;
		display: block;
	}
	#main .chapterBox .heading .text01 {
		margin-bottom: 1.1rem;
		padding: 0.6rem 1.5rem;
		font-size: 1.5rem;
		border-radius: 1rem 0;
	}
	#main .chapterBox .heading .text02 {
		margin-bottom: 1.3rem;
		font-size: 1.6rem;
	}
	#main .chapterBox .heading .jp {
		padding-right: 0;
		font-size: 1.9rem;
		margin-right: -1rem;
		width: auto;
	}
	#main .chapterUl .photo {
		width: 6rem;
		font-size: 1.2rem;
	}
	#main .chapterUl .photo .image {
		margin-bottom: 0.4rem;
	}
	#main .chapterUl li {
		gap: 2rem;
	}
	#main .chapterBox .bigPhoto {
		margin: 3.3rem 0 4rem;
	}
	#main .chapterBox .photoBox {
		margin: 2.3rem 0 4rem;
		border-radius: 1rem 0;
	}
	#main .chapter03,
	#main .chapter01 {
		border-radius: 7rem 0 0 0;
	}
	#main .chapterUl .textBox {
		margin-top: -1px;
	}
	#main .chapterUl li + li {
		margin-top: 2rem;
	}
}
.comWlb .pageTitle .headLine01 .en {
}
@media all and (max-width: 896px) {
	.comWlb .pageTitle .headLine01 .en {
		left: -0.6rem;
		height: 5.8rem;
	}
}