@charset "utf-8";

#KeyVisual .img::before{
	content: "";
	display: block;
	background: url("../img/img_keyvisual_pc.svg") no-repeat center / contain;
	width: 1227px;
	height: 374px;
	position: absolute;
	top: 20px;
	left: calc(100% / 2 - 614px);
}

#sec_crosstalk .firstContainer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 127px auto 0;
	padding-right: 10px;
	padding-bottom: 29px;
	padding-left: 100px;
	position: relative;
	z-index: 10;
}
	#sec_crosstalk .firstContainer::before{
		content: "";
		background: #E0F0FF;
		border-radius: 10px;
		width: 100%;
		height: calc(100% - 29px);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	#sec_crosstalk .firstContainer::after{
		content: "";
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
	}

#sec_crosstalk .firstContainer figure{
	aspect-ratio: 620/320;
	max-width: 620px;
	width: 57%;
	border-radius: 160px;
	overflow: hidden;
	margin-left: 50px;
}
	#sec_crosstalk .firstContainer figure img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

#sec_crosstalk .firstContainer .ttl{
	font-size: 4.2rem;
	text-align: left;
	position: relative;
}
	#sec_crosstalk .firstContainer .ttl::before{
		content: "";
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
	}

#sec_member{
	padding: 84px 0 100px;
	position: relative;
}
	#sec_member::before{
		content: "";
		display: block;
		width: 100%;
		aspect-ratio: 1366/732;
		background: url("../img/line_yellow_pc.svg") no-repeat center / contain;
		position: absolute;
		top: -30px;
		left: 0;
		z-index: -1;
	}

#sec_member .ttl{
	font-size: 2rem;
	line-height: 1.3;
}
	#sec_member .ttl .en{
		font-family: "Lato", serif;
		font-size: 6rem;
		font-weight: 900;
		color: #032E83;
	}

#sec_member .memberList{
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0 108px;
	margin-top: 65px;
}
	#sec_member .memberList figure{
		max-width: 250px;
		width: 100%;
	}
		#sec_member .memberList figure figcaption{
			font-size: 2rem;
			font-weight: 700;
			margin-top: 26px;
		}

	#sec_member .memberList p{
		font-weight: 700;
		line-height: 1.375;
	}

.sec_container.backColor{
	background: #E0F0FF;
}
.sec_container {
	padding: 84px 0 100px;
}
	.sec_container .flexBox{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0 35px;
	}
		.sec_container .flexBox .txtBox{
			max-width: 580px;
			width: 60%;
		}

.sec_container .flexBox + .talkBox{
	margin-top: 45px;
}

.sec_container .txtBox .ttl{
	font-size: 3rem;
	color: #025BB2;
	line-height: 1.467;
	text-align: left;
	margin-bottom: 35px;
}

.sec_container .talkBox li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sec_container .talkBox li.center{
	align-items: center;
}
.sec_container .talkBox li + li{
	margin-top: 45px;
}
	.sec_container .talkBox figure{
		flex-shrink: 0;
		width: 90px;
		margin-right: 30px;
	}
		.sec_container .talkBox figure figcaption{
			font-size: 1.8rem;
			font-weight: 700;
		}

	.sec_container .talkBox p{
		text-align: left;
		padding-top: 0.5em;
		width: calc(100% - 125px);
	}

.sec_container .talkBox .center p{
	padding-top: 0;
}

.sec_container .figBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	max-width: 384px;
	width: 39%;
	gap: 20px;
}
.sec_container .figBox.spStyle{
	display: none;
}
	.sec_container .figBox figure{
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.sec_container .figBox .figure1{
		max-width: 384px;
		aspect-ratio: 384/280;
	}
	.sec_container .figBox .figure2{
		max-width: 182px;
		aspect-ratio: 182/240;
	}
		.sec_container .figBox .shadow::before{
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 10px;
			background: #E0F0FF;
			position: absolute;
			top: 10px;
			left: -10px;
			z-index: -1;
		}

	.sec_container .figBox .figure3{
		max-width: 182px;
		aspect-ratio: 182/190;
	}
		.sec_container .figBox figure img{
			border-radius: 10px;
			width: 100%;
			height: 100%;
		}

	.sec_container .figBox .figure4{
		max-width: 228px;
		aspect-ratio: 228/192;
	}


#sec_crosstalk .imageBox{
	padding: 289px 0 120px;
	position: relative;
}
	#sec_crosstalk .imageBox::before{
		content: "";
		display: block;
		width: 100%;
		aspect-ratio: 1366/1121;
		background: url("../img/line_gray.svg") no-repeat center / contain;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

#sec_crosstalk .imageBox figure{
	max-width: 1000px;
	margin: 0 auto;
	width: calc(100% - 30px);
	position: relative;
	z-index: 10;
}
	#sec_crosstalk .imageBox figure::before{
		content: "";
		display: block;
		width: 52%;
		max-width: 512px;
		aspect-ratio: 512/551;
		background: url("../talk01/img/icon_about_01.svg") no-repeat center / contain;
		position: absolute;
		right: -116px;
		bottom: 73%;
		z-index: 20;
	}

#sec_crosstalk .imageBox figure img{
	border-radius: 10px;
}

@media screen and (max-width: 1280px){
	#sec_crosstalk .firstContainer{
		padding-left: 30px;
	}
	#sec_crosstalk .firstContainer figure{
		margin-left: 10px;
	}
	#sec_crosstalk .firstContainer .ttl{
		font-size: 3.4rem;
	}
}
@media screen and (max-width: 1024px){
	#sec_member .memberList{
		gap: 0 30px;
	}
}
@media screen and (max-width: 880px){
	#sec_crosstalk .firstContainer{
		padding: 30px 0;
		flex-direction: column;
	}
	#sec_crosstalk .firstContainer::before{
		border-radius: 0;
		left: -15px;
		height: 100%;
		width: calc(100% + 30px);
	}
	#sec_crosstalk .firstContainer::after{
		content: none;
	}
	#sec_crosstalk .firstContainer figure{
		margin: 16px 0 0;
		width: calc(100% + 54px);
	}
	#sec_crosstalk .firstContainer .ttl{
		text-align: center;
	}
	.sec_container .flexBox{
		flex-direction: column;
	}
	.sec_container.backColor .flexBox{
		flex-direction: column-reverse;
	}
	.sec_container .flexBox .txtBox,
	.sec_container .figBox{
		max-width: inherit;
		width: 100%;
	}
	
	.sec_container .figBox .shadow::before{
		top: 7px;
		left: -7px;
	}
	
	.sec_container .figBox.pcStyle{
		display: none;
	}
	.sec_container .figBox.spStyle{
		display: flex;
	}
	.sec_container .figBox{
		max-width: 345px;
		margin-top: 40px;
		margin-right: auto;
		margin-left: auto;
		gap: 16px;
	}
	
	.sec_container .figBox .figure4{
		max-width: 182px;
	}
}
@media screen and (max-width: 810px){
	#KeyVisual .img::before{
		background-image: url("../img/img_keyvisual_sp.svg");
		width: 79%;
		height: auto;
		aspect-ratio: 394/215;
		top: 55px;
		left: 50%;
		transform: translateX(calc(-50% + 15px));
	}
}
@media screen and (max-width: 767px){
	#KeyVisual .img::before{
		width: 102%;
		top: 47px;
		transform: translateX(calc(-50% + 14px));
	}
	
	#sec_crosstalk .firstContainer{
		margin-top: 62px;
	}
		#sec_crosstalk .firstContainer .ttl{
			font-size: 2.4rem;
			text-align: center;
		}
	
	#sec_member{
		padding: 0 0 134px;
		margin-top: 60px;
		background: #FFED6C;
	}
		#sec_member::before{
			aspect-ratio: 375 / 102;
			background: url("../img/line_yellow_top.jpg") no-repeat center / contain;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
		#sec_member::after{
			content: "";
			display: block;
			width: 100%;
			aspect-ratio: 375 / 102;
			background: url("../img/line_yellow_bottom.jpg") no-repeat center / contain;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
		}
		#sec_member .contents{
			position: relative;
			z-index: 5;
		}
		#sec_member .ttl{
			font-size: 1.6rem;
		}
			#sec_member .ttl .en{
				font-size: 3.6rem;
			}
		#sec_member .memberList{
			margin-top: 60px;
			gap: 60px 0;
			flex-direction: column;
			align-items: center;
		}
	
	.sec_container{
		padding: 60px 0;
	}
	.sec_container .txtBox .ttl{
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.sec_container .talkBox li + li{
		margin-top: 30px;
	}
		.sec_container .talkBox figure{
			margin-right: 16px;
			width: 66px;
		}
		.sec_container .talkBox p{
			font-size: 1.4rem;
			width: calc(100% - 82px);
		}
		.sec_container .talkBox figure figcaption{
			font-size: 1.4rem;
		}
}