@charset "utf-8";

/* #cont1 */
#cont1{
}
#cont1 .flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#cont1 .flex .sec{
	width:min(63%,812px);
}
#cont1 .flex .sec p{
	margin-top:1.9em;
}
#cont1 .flex .sec .lead{
	text-align:left;
}
#cont1 .flex .sec .text_right img{
	width:6em;
}
#cont1 .flex .fig{
	width:min(28%,363px);
}

#cont1 .tbl{
	margin-top:min(13%,160px);
	position:relative;
}
#cont1 .tbl:before{
	content:'';
	display:block;
	width:18em;
	height:100%;
	background:linear-gradient(#005431,#009245);
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}

#cont1 .tbl th,
#cont1 .tbl td{
	padding:2.5em;
	border:1px solid #e6e6e6;
}
#cont1 .tbl th{
	width:18em;
	color:#fff;
	border-right:none;
}
#cont1 .tbl td{
	text-align:left;
	border-left:none;
}

@media screen and (max-width:768px){
	#cont1 .flex{
		width:100%;
		display: block;
	}
	#cont1 .flex .sec{
		width:auto;
		padding:0 7%;
	}
	#cont1 .flex .sec .text_right{
		margin-top:1em;
	}
	#cont1 .flex .fig{
		width:100%;
		margin:9% auto 0;
		padding-top:9%;
		position:relative;
	}
	#cont1 .flex .fig:before{
		content:'';
		display:block;
		width:44%;
		height:86%;
		background-color:#005431;
		position:absolute;
		left:0;
		top:0;
		z-index:-1;
	}
	#cont1 .flex .fig img{
		width:67%;
	}

	#cont1 .tbl{
		margin-top:min(20%,200px);
		position:static;
	}
	#cont1 .tbl:before{
		content:none;
	}
	
	#cont1 .tbl th,
	#cont1 .tbl td{
		display:block;
		padding:1.2em;
		border:1px solid #e6e6e6;
	}
	#cont1 .tbl th{
		width:auto;
		border-right:1px solid #e6e6e6;
		border-top:none;
		border-bottom:none;
		background:linear-gradient(90deg,#005431,#009245);
	}
	#cont1 .tbl td{
		border-left:1px solid #e6e6e6;
	}
}


/* #cont2 */
#cont2{
}
#cont2 .sec .expert{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cont2 .sec .expert > div{
	width:47%;
	margin-top:min(5%,50px);
	background-color:#fff;
	border:1px solid #005431;
	display: -webkit-flex;
	display: flex;
}
#cont2 .sec .expert > div > dt{
	line-height:3.6;
	font-size:min(1.1vw,14px);
	letter-spacing:0.05em;
	color:#fff;
	background:linear-gradient(#005431,#009245);
	writing-mode: vertical-rl;
}
#cont2 .sec .expert > div > dd{
	padding:7%;
	flex:1;
	font-size:min(1.1vw,14px);
	font-size:clamp(10px,1.1vw,14px);
}
#cont2 .sec .expert > div > dd .detail{
	text-align:left;
}
#cont2 .sec .expert > div > dd .detail dt{
	margin-bottom:5%;
	padding-bottom:5%;
	border-bottom:1px solid #e6e6e6;
}
#cont2 .sec .expert > div > dd .detail dt .position{
	display:block;
	font-size:clamp(13px,1.5vw,18px);
}
#cont2 .sec .expert > div > dd .detail dt .name{
	display:block;
	line-height:1.5;
	margin-top:3%;
}
#cont2 .sec .expert > div > dd .detail dt .name .large{
	font-size:min(2.7vw,35px);
}
#cont2 .sec .expert > div > dd .detail dt .name .small{
	font-size:min(2vw,26px);
}
#cont2 .sec .expert > div > dd .detail dt .en{
	line-height:1;
	display:block;
	letter-spacing:0;
}
#cont2 .sec .expert > div > dd .detail dd{
	line-height:2.1;
}

@media screen and (max-width:768px){
	#cont2 .sec .expert{
		display: block;
	}
	#cont2 .sec .expert > div{
		width:auto;
		margin-top:9%;
	}
	#cont2 .sec .expert > div > dt{
		line-height:3;
		font-size:3vw;
	}
	#cont2 .sec .expert > div > dd{
		padding:12% 5%;
		font-size:3vw;
		letter-spacing:0.1em;
	}
	#cont2 .sec .expert > div > dd .detail dt{
		margin-bottom:9%;
		padding-bottom:9%;
	}
	#cont2 .sec .expert > div > dd .detail dt .position{
		font-size:3.7vw;
	}
	#cont2 .sec .expert > div > dd .detail dt .name .large{
		font-size:7.7vw;
	}
	#cont2 .sec .expert > div > dd .detail dt .name .small{
		font-size:5.8vw;
		display:block;
	}
	#cont2 .sec .expert > div > dd .detail dt .en{
		font-size:3.2vw;
		line-height:2;
	}
}




