.profile-wrap{
	display: flex;
	align-items: center;
	justify-content : space-between;
	background-color : #f4f4f4;
}

.profile-wrap .image-wrap{
	padding-right : 100px;
}

.profile-wrap .image-wrap img{
	width : 420px;
}

.profile-wrap .contents-wrap{
	flex : 1;
	display : flex;
	align-items : center;
	justify-content : center;
}

.profile-wrap .contents-wrap > div{
	font-size : 2em;
}

.profile-wrap .contents-wrap > div > p{
	margin-top : 30px;
}


.title-wrap{
	/** background-color: #FFDB58; **/
	/**background-color : #ffed58; **/
	background-color: navajowhite;
    /* background-color: khaki; */
	height : 100px;
	margin : 150px 0 100px;
	position : relative;
}

.title-wrap h2{
	font-size : 50px;
	position : absolute;
	top : -35px;
	left : 50%;
	transform: translateX(-50%);
}

.introduce-wrap p{
	font-size: 20px;
    line-height: 1.5em;
	text-align : center;
}