@charset "UTF-8";
.section-expert{ 
	background: #f0f1f4;
	padding: 20px 0;
	@media screen and (max-width: 768px){
		padding: 10px 0;
	}
}

#section-detail._service-article .section-expert .inner .section-expert-title{
	font-size: 3.4rem;
	font-weight: bold;
	color: #0f203e;
	margin-bottom: 50px;
	@media screen and (max-width: 768px){
		font-size: 2.4rem;
		font-weight: bold;
		color: #0f203e;
		margin-bottom: 25px;
	}
} 
.section-expert .inner .section-expert-flex{
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	padding-bottom: 40px;
	@media screen and (max-width: 768px){
		padding-bottom: 20px;
	}
}
#section-detail._service-article .section-expert .inner .section-expert-flex .section-expert-flex-list{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 20px;
	margin: 0 auto;
	@media screen and (max-width: 768px){
		margin-left: 0;
		flex-direction: column;
		gap: 20px;
	}
}
.section-expert .inner .section-expert-flex .section-expert-flex-list .section-expert-flex-list-item{
	list-style: none;
	@media screen and (min-width: 769px){
		width: 320px;
	}
}
.section-expert .inner .section-expert-flex .section-expert-flex-list .section-expert-flex-list-item a{
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	@media screen and (max-width: 768px){
		display: flex;
		align-items: flex-start;
		gap: 0;
	}
}
.section-expert .inner .section-expert-flex .section-expert-flex-list .section-expert-flex-list-item a:hover{
	opacity: 0.7;
}
.section-expert .inner .section-expert-flex .section-expert-box{
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 14px;
	
}
#section-detail._service-article .section-expert .inner .section-expert-flex .section-expert-box h3.section-expert-box-ttl{
	font-size: 2.2rem;
	@media screen and (max-width: 768px){
		font-size: 2rem;
	}
}
#section-detail._service-article .section-expert .inner .section-expert-flex .section-expert-box p.section-expert-box-txt{
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 1.6rem;
	@media screen and (max-width: 768px){
		font-size: 1.4rem;
	}
}
.section-expert .inner .section-expert-flex .section-expert-image {
	@media screen and (min-width: 769px){
		width: 153px;
	}
	@media screen and (max-width: 768px){
		margin: 0 0 20px 0;
		width: 120px;
		padding-top: 0;
		margin: 0 20px 0px 0;
	}
}
.section-expert .inner .section-expert-flex .section-expert-image img {
	vertical-align: middle;
	
}
/* 20250701リーダーシップ表示 */
#leadership #section-leadership.anime_in .box-body .article:nth-child(26) {
  opacity: 1;
		  transition-delay: 5.6s;

  -webkit-transition-delay: 5.6s;
}