@charset "utf-8";
/* CSS Document */

@charset "utf-8";

.container{
	width:1080px;
	margin:0 auto;
}

section{
	padding:80px 0;
}

h2{
	font-size:42px;
	font-weight:500;
	text-align:center;
	margin-bottom:60px;
}

h3{
	font-size:30px;
	margin-bottom:20px;
}

h4{
	font-size:18px;
	font-weight:normal;
	color:#777;
	margin:15px 0 25px;
}

.lead{
	font-size:18px;
	line-height:2.2;
	text-align:center;
}

.menu{
	margin-bottom:70px;
}

.menu p{
	font-size:18px;
	line-height:2;
}

.profile_wrap{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:70px;
	margin-top:40px;
}

.profile_img{
	width:340px;
	flex-shrink:0;
}

.profile_img img{
	width:100%;
	display:block;
	border-radius:15px;
}

.profile_text{
	flex:1;
}

.profile_text p{
	font-size:18px;
	line-height:2;
}