/*---------------------------------------------
  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:64px;
}

#profile .profile li .dummy-height {
	position: absolute;
	top: -120px;
}

@media screen and (max-width: 991px) {
	#profile .profile li .dummy-height {
		top: -90px;
	}
}

@media screen and (max-width: 767px) {

	#profile .profile li {
		width: 50%;
		margin-right: 0;
		padding-left: 5px;
		padding-right: 5px;
	}

	#profile .profile dt {
		margin:0 auto 15px;
		max-width:450px;
	}

	#profile .profile dd .name {
		font-size:16px;
		margin-bottom:15px;
	}

	#profile .profile dd .name .font-accent {
		font-size: 14px;
		display: block;
		line-height: 1;
		margin-bottom: 8px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: bold;
		color: #F198D1;
	}

}


/*------------------
  TYPE-A
------------------*/

#profile.profile-a .main {
	margin-bottom:64px;
}

/**** biography ****/

#profile.profile-a .biography dl {
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content: space-between;
}

#profile.profile-a .biography dt {
width: 100%;
}

@media screen and (min-width: 768px) {
#profile.profile-a .biography dl {
flex-direction: row;
}

#profile.profile-a .biography dt {
	flex-basis: 48%;
}

#profile.profile-a .biography dd {
	flex-basis: 48%;
}

}


/**** profile ****/

@media screen and (min-width: 768px) {

#profile.profile-a .profile li:nth-child(odd) dl {
flex-direction: row;
}

#profile.profile-a .profile li:nth-child(even) dl {
flex-direction: row-reverse;
}


#profile.profile-a .profile dt {
	flex-basis: 35%;
}

#profile.profile-a .profile dd {
	flex-basis: 60%;
}


#profile.profile-a .profile dd .name {
	font-size:20px;
	margin-bottom:32px;
}

#profile.profile-a .profile dd .name .font-accent {
	font-size:56px;
	display:block;
	line-height:1;
	margin-bottom:16px;
}

#profile.profile-a .profile li:nth-child(odd) .name {
	text-align:right;
}

#profile.profile-a .profile li:nth-child(even) .name {
	text-align:left;
}

}


/*------------------
  TYPE-B
------------------*/

/**** biography ****/

#profile.profile-b .biography dt {
	width:50%;
	margin: 50px auto;
}


@media screen and (max-width: 767px) {

#profile.profile-b .biography dt {
	width:80%;
	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-accent {
	font-size: 14px;
	display: block;
	line-height: 1;
	margin-bottom: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #F198D1;
}

}


/*------------------
  TYPE-C
------------------*/

/**** biography ****/

#profile.profile-c .biography dt {
	width:50%;
	margin: 32px auto;
}


@media screen and (max-width: 767px) {

#profile.profile-c .biography dt {
	width:80%;
}

}

/**** profile ****/


@media screen and (min-width: 768px) {

#profile.profile-c .profile dl {
flex-direction:row;
}

#profile.profile-c .profile ul {
display: flex;
flex-wrap:wrap;
}
	
#profile.profile-c .profile li {
flex-basis: 47.5%;
}

#profile.profile-c .profile li:nth-child(2n+1) {
  margin-right: 5%;
}
	
#profile.profile-c .profile dt {
	flex-basis: 45%;
}

#profile.profile-c .profile dd {
	flex-basis: 50%;
}

#profile.profile-c .profile dd .name {
	font-size:20px;
	margin-bottom:16px;
}

#profile.profile-c .profile dd .name .font-accent {
	font-size:48px;
	display:block;
	line-height:1;
}

}