@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&display=swap');
#cont{
	padding: 0 100px 30px;
	margin-bottom: 0;
}

#pan{
	height: 50px;
}

.wrap {
	padding: 48px 0;
	margin: 0 0 60px 0;
}
.wrap.pink{
	border-radius: 20px;
	background: linear-gradient(270deg, rgba(243, 223, 224, 0.60) 0%, #F3DFE0 100%);
}
.wrap.graybg{
	margin-left:-100px;
	margin-right:-100px;
	padding-left:100px;
	padding-right:100px;
	background: linear-gradient(270deg, rgba(238, 238, 238, 0.60) 0%, #EEE 100%);
}
.wrap.purple{
	border-radius: 20px;
	background: linear-gradient(270deg, rgba(208, 209, 219, 0.60) 0%, #D0D1DB 100%);
}
section {
	max-width: calc(1220px + 4%);
	margin: auto;
	padding: 0;
	line-height: 2.2;
}
section h3{
	width:300px;
	padding:10px 0;
	margin:0 auto 50px;
	text-align: center;
	font-family: "Anek Bangla";
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
section h3 span{
	display:block;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 500;
	line-height: 32px; /* 200% */
}

.headlead{
	text-align:center;
	font-size:16px;
}

.profile{
	display:flex;
	flex-wrap:wrap;
	width:80%;
	margin:0 auto 20px;
}
.profile li:nth-of-type(1){
	width:21.5%;
}
.profile li:nth-of-type(1) img{
	width:100%;
	border-radius:10px;
}
.profile li:nth-of-type(2){
	display:flex;
	align-items:center;
	width:78.5%;
	padding:0 20px;
	background:#fff;
	border-radius:0 10px 10px 0;
	box-sizing: border-box;
}
.profile li h4{
	display:flex;
	margin:0 0 21px;
	vertical-align:middle;
	color: #AF272F;
	font-family: "Anek Bangla";
	font-size: 28px;
	font-weight: 300;
	line-height:1;
}
.profile li h4 span{
	font-weight: 500;
}
.profile li h4 div{
	display:inline-block;
	padding:8px 15px 0;
	margin:0 0 0 20px;
	background:#141B4D;
	border-radius:20px;
	color:#fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.profile dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.profile dt{
	width:10%;
}
.profile dt div{
	padding:5px 0;
	text-align:center;
	color:#fff;
	line-height:1;
	border-radius: 12px;
	background: #999;
}
.profile dd{
	width:88%;
	margin:-4px 0 13px;
}

.profile-text{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:80%;
	margin:0 auto 30px;
	padding:0 0 70px;
}
.profile-text__toggle{
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width:70px;
	height:48px;
	border:0;
	padding:0;
	background:url("../img/talksession/btn_continue.png") no-repeat;
	background-size:100%;
	cursor:pointer;
}
.visually-hidden{
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	white-space:nowrap;
	border:0;
}
.profile-text.is-open .profile-text__toggle{
	background:url("../img/talksession/btn_close.png") no-repeat;
	background-size:auto 100%;
}
.profile-text:not(.is-open) .profile-text__toggle{
	transition-delay: .35s;
}
.profile-text li{
	width:48%;
	height:auto;
	max-height:97px;
	transition:max-height 1s ease-in-out;
	overflow:hidden;
}
.profile-text li.open{
	max-height:800px;
}
.profile-text li h4{
	padding:8px 0;
	margin:0 0 12px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border-radius: 15px;
	background: linear-gradient(90deg, #141B4D 50%, #AF272F 100%);
}
/*-----------------------------*/
.sectiontitle{
	display: flex;
	flex-wrap:wrap;
	margin:0 0 50px;
	padding:10px 60px;
	border-radius: 30px;
	background: linear-gradient(90deg, #141B4D 50%, #AF272F 100%);
	color:#fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
}
.sectiontitle span{
	padding:8px 15px;
	margin:0 60px 0 0;
	color: #FFF;
	text-align: center;
	font-family: "Anek Bangla";
	font-size: 18px;
	font-weight: 400;
	border-radius: 15px;
	background: #AF272F;
}
.session{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:80%;
	margin:0 auto;
}
.photo{
	width:45%;
}
.photo img{
	width:100%;
	margin:0 0 200px;
	border-radius:10px;
}
.session dl{
	width:52%;
}
.session dl dt{
	display:flex;
	align-items:center;
	height:50px;
	margin:0 0 5px;
	line-height:1;
	color: #AF272F;
	font-family: "Anek Bangla";
	font-size: 20px;
	font-weight: 500;
}
.session dl dt img{
	height:100%;
	margin:0 11px 0 0;
}
.session dl dd{
	margin:0 0 40px;
}

#column .title{
	display:block;
	margin:0 auto 30px;
}
#column .lead{
	margin:0 auto 25px;
	text-align:center;
}
.column{
	display:grid;
	justify-content:space-between;
	grid-template-columns:27% 73%;
	grid-template-rows: 95px auto;
	width:80%;
	padding:20px;
	margin:0 auto 20px;
	background:#fff;
	border-radius:10px;
}
.column li:nth-of-type(1){
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
.column li:nth-of-type(1) img{
	width:100%;
	border-radius:10px;
}
.column li:nth-of-type(2){
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	padding:0 30px 0 30px;
	color: #AF272F;
	font-family: "Anek Bangla";
	font-size: 22px;
	font-weight: 300;
}
.column li:nth-of-type(2) div{
	color:#000;
	font-size: 20px;
	font-weight: 700;
}
.column li:nth-of-type(3){
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	padding:0 30px 0 30px;
}

.footimg img{
	width:100%;
	border-radius:20px;
}

@media screen and (max-width:959px) {
	#cont{
		padding-left: 20px;
		padding-right: 20px;
	}
	.wrap {
		padding: 30px 0;
		margin: 0 0 50px;
	}
	.wrap.pink{
		padding: 30px 2.8%;
	}
	section h3{
		width:63.7%;
		margin:0 auto 20px;
	}
	
	.headlead{
		margin:0 0 98px;
		text-align:left;
	}
	
	.profile{
		width:100%;
	}
	.profile li:nth-of-type(1){
		width:100%;
		margin:0 0 17px;
		text-align:center;
	}
	.profile li:nth-of-type(1) img{
		width:48.1%;
	}
	.profile li:nth-of-type(2){
		width:100%;
		padding:6%;
		border-radius:10px;
	}
	.profile dt{
		width:100%;
		margin:0 0 6px;
	}
	.profile dt div{
		width:24%;
		border-radius: 6px;
	}
	.profile dd{
		width:100%;
		margin:0 0 10px;
		line-height:1.6;
	}
	.profile dd:last-of-type{
		margin:0;
	}
	.profile-text{
		width:100%;
		padding:0 0 50px;
	}
	.profile-text li{
		width:100%;
		max-height:110px;
		margin:0 0 20px;
	}
	/*-----------------------------*/
	.sectiontitle{
		margin:30px auto 20px;
		padding:6%;
	}
	.sectiontitle div{
		width:100%;
		margin:5px 0 0;
		font-size:24px;
		line-height:1.6;
	}
	.session{
		width:100%;
	}
	.photo{
		display:none;
	}
	.session dl{
		width:100%;
	}
	.session dl dd img{
		width:63.7%;
		margin:20px 0 0;
		border-radius:10px;
	}
	.wrap.graybg .session dl dd img{
		margin:20px 0 0 auto;
	}	
	/*-----------------------------*/
	#column .title{
		width:79%;
		margin:30px auto 20px;
	}
	#column .lead{
		padding:0 6%;
		text-align:left;
	}
	.column{
		grid-template-columns:36.6% 59%;
		grid-template-rows: auto;
		row-gap: 15px;
	}
	.column li:nth-of-type(1){
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.column li:nth-of-type(2){
		padding:0;
	}
	.column li:nth-of-type(2) div{
		font-size: 18px;
		line-height:1.6;
	}
	
	.column li:nth-of-type(3){
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		padding:0;
	}

}
