@charset "utf-8";

/* PROFILE
----------------------------------------- */
.ttl{
	text-align: left;
}
.profileWp{
	margin-top: 24px;
}
.profileTxt{
	margin-top: 24px;
	line-height: 2;
}
.profileTxt.kome{
	position: relative;
	margin-top: 24px;
	padding-left: 1.2em;
	color: #169179;
}
.profileTxt.kome:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
}
.profileSpec{
	margin-top: 24px;
}
.profileResult{
	margin-top: 16px;
	padding-top: 16px;
	border-top: solid 1px #9da7af;
}
.profileResultBox{
	display: flex;
	margin-left: 16px;
}
.profileResultBox:not(:first-of-type){
	margin-top: 8px;
}
.profileResult dt{
	width: 8em;
}
.profileResult dd{
	width: calc(100% - 8em);
}
.profileHobbies{
	margin-top: 24px;
}
.profileHobbies dt{
	font-weight: 600;
	letter-spacing: .4em;
}
.profileHobbies dt:not(:first-of-type){
	margin-top: 32px;
}
.profileHobbies dd{
	margin: 8px 0 0 16px;
}
.profileImg{
	margin: 24px -16px 0;
}

@media screen and (min-width: 960px){
	.profileWp{
		margin-left: 40px;
	}
	.profileSpec{
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}
	.profileSpecBd{
		width: 60%;
	}
	.profileResult{
		line-height: 2;
	}
	.profileResultBox{
		margin-left: 32px;
	}
	.profileHobbies{
		margin-top: 64px;
	}
	.profileHobbies dd{
		margin-left: 32px;
	}
	.profileImg{
		margin: 0;
		width: calc(40% - 80px);
	}
}


/* HISTORY
----------------------------------------- */
@media screen and (max-width: 959px){
	.history .ttl span{
		display: block;
		font-size: 1.8rem;
	}
}
.historyBlock{
	position: relative;
}
.historyBlock:not(:first-of-type){
	margin-top: 40px;
}
.historyBlock dt{
	font-size: 2.4rem;
	font-weight: 600;
}
.historyBlock dd{
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}
.historyBd{
	margin-top: 16px;
	line-height: 2.0;
}
.historyImg{
	order: -1;
	margin: 0 -16px;
}

@media screen and (min-width: 960px){
	.historyBlock:not(:first-of-type){
		margin-top: 80px;
	}	
	.historyBlock dt{
		position: absolute;
		top: 0;
		font-size: 3.2rem;
		font-weight: 600;
	}
	.historyBlock dd{
		justify-content: space-between;
		flex-direction: row;
		margin-top: 40px;
	}
	.historyBd{
		margin-top: 0;
		padding-top: 80px;
		width: 60%;
	}
	.historyImg{
		order: 0;
		margin: 0;
		width: calc(40% - 80px);
	}
}

