/*---------------------------------------------
  PROFILE/BIOGRAPHY
---------------------------------------------*/


/**** biography ****/

#profile .biography {
	margin-bottom:128px;
}

#profile .biography dl {
}


@media screen and (max-width: 767px) {

#profile .biography dt {
	margin-bottom:32px;
}

}



/**** profile ****/

#profile .profile li {
	margin-bottom:64px;
	list-style: none;
}

#profile .profile dl {
	display:flex;
	flex-direction: column;
	justify-content:space-between;
}

.profile-logo {
	width: 360px;
	margin: 0 auto 35px;
}

.profile-logo img {
	width: 100%;
}

.biography dd {
	font-size: 14px;
	font-weight: 600;
}

.profile-content {
	display: flex;
}

.profile-content > dt {
	width: 350px;
    height: 350px;
}

.member {
	height: 100%;
    object-fit: cover;
}

.profile-content h4 {
	margin-bottom: 20px;
}


.profile .profile-detail {
	margin-bottom: 30px;
}

#profile .profile .profile-detail ul.indent li {
	text-indent: -3em;
    padding-left: 3em;
}

#profile .profile .profile-detail li {
	margin-bottom: 0;
}

.profile-content .sns-icons {
	display: flex;
	align-items: center;
}

.profile-content .sns-icons .sns-icon {
	width: 35px;
	margin-right: 18px;
}

.profile-content .sns-icons .sns-icon img {
	width: 100%;
}

@media screen and (max-width: 990px) {
	.profile .profile-content .sns-icons {
		justify-content: flex-start;
	}
	
	#profile .profile .profile-detail.sarina ul.indent li {
	text-indent: -7em;
	padding-left: 7em;
	}
}

@media screen and (max-width: 767px) {

	#profile .profile dt {
		margin:0 auto 32px;
		max-width:450px;
	}

	#profile .profile dd .name {
		font-size:16px;
		margin-bottom:30px;
	}

	#profile .profile dd .name .font-accent {
		font-size:42px;
		display:block;
		line-height:1;
		text-align: left;
	}

	.profile-logo {
		width: 100%;
	}

	.profile-content > dt {
		width: 100%;
		height: auto;
	}

	.profile .profile-detail p {
		max-width: 450px;
		margin: 0 auto 30px;
	}

	#profile .profile .profile-detail.raisa ul.indent li {
		text-indent: -9em;
		padding-left: 9em;
	}

}


/*------------------
  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: 32px auto;
}


@media screen and (max-width: 767px) {

#profile.profile-b .biography dt {
	width:80%;
}

}


/**** profile ****/

#profile.profile-b .profile dl {
flex-direction: column;
}

@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 {
	font-size:20px;
	margin-bottom:35px;
}

#profile.profile-b .profile dd .name .font-accent {
	font-size:56px;
	display:block;
	line-height:1;
}

}


/*------------------
  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;
}

}

/*------------------
  自由入力
------------------*/
.container #info a,
.container #faq a,
.container #service a,
.container #law a,
.container #terms a,
.container #payment a{
	color: #DE6B93;
}