@charset "UTF-8";

/*モバイル
----------------------------*/

/*profile*/

.profile-img {
	width: 90%;
	margin: 0 auto;
}
.profile {
	margin: 0 3% 60px 3%;
}
.profile-name {
	font-size:clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);/*320pxの時20px,1200pxの時24px*/
	margin: 20px auto;
	text-align: left;
}

.profile-name ruby {
	font-family: 'Noto Serif JP', serif;
	font-size:clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);/*320pxの時18px,1200pxの時22px*/
	letter-spacing: 0.2rem;
	line-height: 2.5em;
}

.profile-name rt {
	font-size: clamp(0.438rem, 0.392rem + 0.23vw, 0.563rem);/*320pxの時7px,1200pxの時9px*/
	letter-spacing: 0.2rem;
	margin-bottom: 0.5em;
}

/*左右に線の装飾*/
.profile-heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 12px;
}

.profile-heading::before,
.profile-heading::after {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #333;
}

.profile-heading::before {
	margin-right: 0.5em;
}

.profile-heading::after {
	margin-left: 0.5em;
}

.profile-text,.profile-text2 {
	text-align: left;
	margin: 0 15px;
	font-size: 11px;
}

.profile-text2 {
	margin-top: 30px;
}

@media screen and (min-width: 450px) {

.profile {
	margin: 0 10% 60px 10%;
}

/*ipad版*/
@media screen and (min-width: 600px) {
	
.profile {
	width: 60%;
	margin: 0 3%;
	}

.profile-img {
	width: 40%;
	
}
.profile-flex {
	display: flex;
	width: 90%;
	margin: 60px auto;
}

.profile-name {
		margin: 0 auto;
	}

}

@media screen and (min-width: 900px) {

.profile-heading {
	margin-top: 20px;
}
.profile {
margin-top: 2%;
}

.profile-img {
	width: 50%;
	
}
 
/*pc
---------------------------*/
@media screen and (min-width: 1200px) {
/*profile*/
.profile {
margin-top: 5%;
width: 50%;
}

}