/*---------------------------------------------
  PROFILE/BIOGRAPHY
---------------------------------------------*/


/**** biography ****/

#profile .biography {
	margin-bottom:80px;
}

#profile .biography dl {
}


@media screen and (max-width: 767px) {

#profile .biography {
	margin-bottom:50px;
}

#profile .biography dt {
	margin-bottom:32px;
}

}



/**** profile ****/

#profile .profile ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#profile .profile li {
	width: calc(25% - 15px);
	margin-bottom:100px;
margin-top: -100px;
padding-top: 100px;
}

	#profile .profile dd .name {
		font-size:16px;
		display: block;
		line-height: 1;
	margin-bottom:15px;
	margin-top: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: bold;
		color: #351D41;
	}


@media screen and (max-width: 767px) {


	#profile .profile li {
		width: 50%;
		margin-right: 0;
		padding-left: 5px;
		padding-right: 5px;
margin-top: -80px;
padding-top: 80px;
margin-bottom: 80px;
	}

	#profile .profile dt {
		margin:0 auto 15px;
		max-width:450px;
	}

	#profile .profile dd .name {
		font-size:14px;
		margin-bottom:16px;

	}

}




/*------------------
  TYPE-B
------------------*/

/**** biography ****/

#profile.profile-b .biography dt {
	width:50%;
max-width: 260px;
	margin: 50px auto;
}


@media screen and (max-width: 767px) {

#profile.profile-b .biography dt {
	width:40%;
	margin: 32px auto;
}


}


/**** profile ****/

#profile.profile-b .profile dl {
flex-direction: column;
}

#profile.profile-b .profile dd {
  text-align: center;
}

@media screen and (min-width: 768px) {
#profile.profile-b .profile dl {
flex-direction: row;
}

#profile.profile-b .profile dt {
	flex-basis:35%;
}

#profile.profile-b .profile dd {
flex-basis:60%;
}

/*
#profile.profile-b .profile dd .name {
	margin-bottom:15px;
	margin-top: 15px;
}

#profile.profile-b .profile dd .name {
	font-size: 14px;
	display: block;
	line-height: 1;
	margin-bottom: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #351D41;
}
*/

}