/* CSS Document */


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

aboutContent01 

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

.visionContent01 {
	padding: 40px 0% 80px 0%;
	box-sizing: border-box;
	background: #14adcf;
	position: relative;
}

.visionContent01:before {
	position: absolute;
 content: '';/*何も入れない*/
  display: inline-block;
  width: 700px;/*画像の幅*/
  height: 350px;/*画像の高さ*/
	background-image: url("../../images/recruit/fresh/about/item01.png");
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	top:-0px;
	left: -100px;
	z-index: 0;
}
.visionContent01:after {
	position: absolute;
 content: '';/*何も入れない*/
  display: inline-block;
  width: 600px;/*画像の幅*/
  height: 350px;/*画像の高さ*/
	background-image: url("../../images/recruit/fresh/about/item02.png");
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	bottom:0px;
	right: -300px;
	z-index: 0;
}


.visionContent01 h1 {
	padding: 0 !important;
	margin: 0 !important;
	 position: relative;
	text-align: center;
	font-size: clamp(3rem,5vw, 6rem);
	font-weight: bold;
	color:#fff;
	line-height: 1.7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 30px !important;
}


.visionContent01 p {
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	line-height: 1.8;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 40px;
}


.serviceBOX {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.serviceBOX li {
	width: 49%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 30px rgba(100,100,100,0.1);
	border: 10px solid #eaf8fb;
}
.serviceBOX li figure {
	width: 60%;
	margin-bottom: 15px;
	margin: auto;
	margin-top: -50px;
	margin-bottom: 15px;
}
.serviceBOX li h3 {
	color:#14adcf;
	font-size: clamp(1.8rem, 2.3vw, 2.4rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	margin-bottom: 10px;
}


.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;
}

.btm40 {
	margin-bottom: 40px;
}





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


.visionContent01 {
	padding: 40px 0% 40px 0%;
	box-sizing: border-box;
	background: #14adcf;
	position: relative;
}

.visionContent01:before {
	position: absolute;
 content: '';/*何も入れない*/
  display: inline-block;
  width: 300px;/*画像の幅*/
  height: 150px;/*画像の高さ*/
	background-image: url("../../images/recruit/fresh/about/item01.png");
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	top:-30px;
	left: -100px;
	z-index: 0;
}
.visionContent01:after {
	position: absolute;
 content: '';/*何も入れない*/
  display: inline-block;
  width: 300px;/*画像の幅*/
  height: 150px;/*画像の高さ*/
	background-image: url("../../images/recruit/fresh/about/item02.png");
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
	bottom:0px;
	right: -150px;
	z-index: 0;
}


.visionContent01 h1 {
	padding: 0 !important;
	margin: 0 !important;
	 position: relative;
	text-align: center;
	font-size: clamp(3rem,5vw, 6rem);
	font-weight: bold;
	color:#fff;
	line-height: 1.7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px !important;
}


.visionContent01 p {
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	line-height: 1.8;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#fff;
	margin-bottom: 40px;
}


.serviceBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
}

.serviceBOX li {
	width: auto;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 30px rgba(100,100,100,0.1);
	border: 10px solid #eaf8fb;
	margin-bottom: 15px;
}
.serviceBOX li figure {
	width: 60%;
	margin-bottom: 15px;
	margin: auto;
	margin-top: -30px;
	margin-bottom: 15px;
}
.serviceBOX li h3 {
	color:#14adcf;
	font-size: clamp(1.8rem, 2.3vw, 2.4rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	margin-bottom: 10px;
}


.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;
}

.btm40 {
	margin-bottom: 20px;
}



	
}





















