/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2024 | 05:35:29 */
#About .section1 h2{
	font-size:28px;
	font-family: 'Noto Serif JP', serif;
	line-height:1.5;
	font-weight:400;
	margin-bottom:20px;
	color:#000;
	letter-spacing:3px;
	margin-top: 10px;
}

#About .section2{
	background-image: url(https://sakudesign.jp/wp-content/uploads/2023/10/bg_home2.jpg);
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	padding-top:100px;
	padding-bottom:100px;
	padding-left:15px;
		padding-right:15px;
}

#About .section2 .enTitle{
	font-size:55px;
	font-family: 'Marcellus', serif;
	line-height: 1.2;
	color:#000;
	margin-bottom:15px;
}

#About .section2 h2{
	letter-spacing:3px;
	font-weight:500;
	margin-bottom:40px;
	font-size:16px;
	margin-top: 10px;
}

#About .section2 h3{
	font-size:26px;
	font-family: 'Noto Serif JP', serif;
	line-height:1.5;
	font-weight:400;
	margin-bottom:20px;
	color:#000;
}

#About .section2 p{
	margin-bottom:20px;
}

#About .section3 {
padding-top:100px;
	padding-bottom:100px;
}

#About .section3 .enTitle{
	font-size:55px;
	font-family: 'Marcellus', serif;
	line-height: 1.2;
	color:#000;
	margin-bottom:0px;
}

#About .section3 h2{
	letter-spacing:3px;
	font-weight:500;
	font-size:16px;
	margin-bottom:40px;
	margin-top: 10px;
}

#About .section3 p{
	margin-bottom:20px;
}


@media (max-width: 833px) {
	
	#About .section1{
		padding-left:15px;
		padding-right:15px;
	}
	
   #About .reverse {
		display: flex;
    flex-direction: column-reverse;
  }
	
	#About .section3 {
padding-left:15px;
		padding-right:15px;
}
	
	#About .section3 .face {
		width:60%;
}

  }