/* CSS Document */


/*------------------------------------

aboutContent01 

------------------------------------*/

.aboutContent01 {
	padding: 40px 0% 80px 0%;
	box-sizing: border-box;
	background: #14adcf;
}
.aboutContent01 h2 {
	 position: relative;
	text-align: center;
	font-size: clamp(2.2rem, 3.5vw, 4rem);
	font-weight: bold;
	color:#fff;
	margin-bottom: 60px;
	line-height: 1.7;
	font-family: "Zen Maru Gothic", sans-serif;
}

.workBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.workBOX li {
	width:30%;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 15px;
	margin-bottom: 30px;
}
.workBOX figure {
	width: 80%;
	margin: auto;
	margin-top: -50px;
	margin-bottom: 15px;
}

.workBOX p {
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
}





@media screen and (max-width: 834px){
	

.aboutContent01 {
	padding: 20px 0% 20px 0%;
	box-sizing: border-box;
	background: #14adcf;
}
.aboutContent01 h2 {
	 position: relative;
	text-align: center;
	font-size: clamp(2.1rem, 3.5vw, 4rem);
	font-weight: bold;
	color:#fff;
	margin-bottom:30px;
	line-height: 1.5;
	font-family: "Zen Maru Gothic", sans-serif;

	
}

.workBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.workBOX li {
	width:47%;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 5px;
	margin-bottom: 20px;
}
.workBOX figure {
	width: 80%;
	margin: auto;
	margin-top: -30px;
	margin-bottom: 15px;
}

.workBOX p {
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
}



	
}




















