/* CSS Document */


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

aboutContent01 

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



.careerBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

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

.careerBOX li .mngTITLE {
	background: #eb9e32;
	padding: 10px;
	box-sizing: border-box;
	color:#fff;
	font-size: clamp(1.8rem, 2.3vw, 2.4rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 3px;
	line-height: 1.5;
	font-weight: bold;
}
.careerBOX li .tqnTITLE {
	background: #2db476;
	padding: 10px;
	box-sizing: border-box;
	color:#fff;
	font-size: clamp(1.8rem, 2.3vw, 2.4rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 3px;
	line-height: 1.5;
	font-weight: bold;
}
.flowFUKI {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 7px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background: #14add0;
  box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	line-height: 1.5;
}

.flowFUKI:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #14add0;
}
.flowFUKI.cut:before {
  display: none !important;
}


.btm40 {
	margin-bottom: 40px;
}





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


.careerBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 40px;
}

.careerBOX li {
	width: auto;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 30px rgba(100,100,100,0.1);
	border: 10px solid #eaf8fb;
}

.careerBOX li .mngTITLE {
	background: #eb9e32;
	padding: 10px;
	box-sizing: border-box;
	color:#fff;
	font-size: clamp(1.8rem, 2.3vw, 2.4rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 3px;
	line-height: 1.5;
	font-weight: bold;
}
.careerBOX li .tqnTITLE {
	background: #2db476;
	padding: 10px;
	box-sizing: border-box;
	color:#fff;
	font-size: clamp(1.8rem, 2.3vw, 2.4rem);
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 3px;
	line-height: 1.5;
	font-weight: bold;
}
.flowFUKI {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 7px 10px;
  width: 100%;
  color: #fff;
  font-size: clamp(1.6rem, 1.5vw, 1.6rem);
  background: #14add0;
  box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
}

.flowFUKI:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #14add0;
}
.flowFUKI.cut:before {
  display: none !important;
}


.btm40 {
	margin-bottom: 20px;
}



	
}





















