@charset "utf-8";
/* CSS Document */
#recruit h2{
	position: static;
}

.snip1445{
	font-family: 'Raleway', Arial, sans-serif;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	/*min-width: 230px;
	max-width: 315px;
	width: 100%;*/
	color: #f00;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 50%;
}
.snip1445 *,
.snip1445 *:before,
.snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1445 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1445 figcaption {
  position: absolute;
  bottom: 30px;
  right: 25px;
  padding: 5px 10px 10px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1445 figcaption {
  position: absolute;
  bottom: 3%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}

@media screen and (max-width:599px){
	.snip1445 figcaption {
  position: absolute;
  bottom: 1%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}


/*縦ボーダーの色*/
.snip1445 figcaption:before,
.snip1445 figcaption:after {
  height: 2px;
  width: 700px;
  position: absolute;
  content: '';
  background-color: #f00;
}
.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*横ボーダーの色*/
.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
  width: 2px;
  height: 700px;
  position: absolute;
  content: '';
  background-color: #f00;
}
.snip1445 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1445 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1445 h2,
.snip1445 h4 {
  margin: 0;
  text-transform: uppercase;
}
.snip1445 h2 {
  font-weight: 400;
  font-size: 2rem;
  text-shadow: 1px 1px 1px #fff;
  padding: 1.5% 0;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1445 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
	}
}

@media screen and (max-width:599px){
	.snip1445 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
	}
}

/*四角の中の文字*/
.snip1445 h4 {
  display: block;
  font-weight: 400;
  background-color: #f00;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.5rem;
}
.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1445:hover img,
.snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*二個目*/
.snip1446{
	font-family: 'Raleway', Arial, sans-serif;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	/*min-width: 230px;
	max-width: 315px;
	width: 100%;*/
	color: #095C06;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 25%;
}
.snip1446 *,
.snip1446 *:before,
.snip1446 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1446 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1446 figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1446 figcaption {
  position: absolute;
  bottom: 3%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}

@media screen and (max-width:599px){
	.snip1446 figcaption {
  position: absolute;
  bottom: 1%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}

/*縦ボーダーの色*/
.snip1446 figcaption:before,
.snip1446 figcaption:after {
  height: 2px;
  width: 700px;
  position: absolute;
  content: '';
  background-color: #095C06;
}
.snip1446 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1446 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*横ボーダーの色*/
.snip1446 figcaption div:before,
.snip1446 figcaption div:after {
  width: 2px;
  height: 700px;
  position: absolute;
  content: '';
  background-color: #095C06;
}
.snip1446 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1446 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1446 h2,
.snip1446 h4 {
  margin: 0;
  text-transform: uppercase;
}

.snip1446 h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 1px 1px 1px #fff;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1446 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
		font-weight: normal;
	}
}

@media screen and (max-width:599px){
	.snip1446 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
		font-weight: normal;
	}
}
/*四角の中の文字*/
.snip1446 h4 {
  display: block;
  font-weight: 400;
  background-color: #095C06;
  padding: 2px 8px;
  color: #fff;
 font-size: 1rem;
}
.snip1446 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1446:hover img,
.snip1446.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1446:hover figcaption:before,
.snip1446.hover figcaption:before,
.snip1446:hover figcaption:after,
.snip1446.hover figcaption:after,
.snip1446:hover figcaption div:before,
.snip1446.hover figcaption div:before,
.snip1446:hover figcaption div:after,
.snip1446.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snip1446:hover figcaption:before,
.snip1446.hover figcaption:before,
.snip1446:hover figcaption:after,
.snip1446.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*三個目*/
.snip1447{
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  /*min-width: 230px;
  max-width: 315px;
  width: 100%;*/
  color: #7A0BBB;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
	width: 25%;
}
.snip1447 *,
.snip1447 *:before,
.snip1447 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1447 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1447 figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1447 figcaption {
  position: absolute;
  bottom: 3%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}

@media screen and (max-width:599px){
	.snip1447 figcaption {
  position: absolute;
  bottom: 1%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}

/*縦ボーダーの色*/
.snip1447 figcaption:before,
.snip1447 figcaption:after {
  height: 2px;
  width: 700px;
  position: absolute;
  content: '';
  background-color: #7A0BBB;
}
.snip1447 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1447 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*横ボーダーの色*/
.snip1447 figcaption div:before,
.snip1447 figcaption div:after {
  width: 2px;
  height: 700px;
  position: absolute;
  content: '';
  background-color: #7A0BBB;
}
.snip1447 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1447 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1447 h2,
.snip1447 h4 {
  margin: 0;
  text-transform: uppercase;
}

.snip1447 h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 1px 1px 1px #fff;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1447 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
		font-weight: normal;
	}
}

@media screen and (max-width:599px){
	.snip1447 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
		font-weight: normal;
	}
}
/*四角の中の文字*/
.snip1447 h4 {
  display: block;
  font-weight: 400;
  background-color: #7A0BBB;
  padding: 2px 8px;
  color: #fff;
}
.snip1447 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1447:hover img,
.snip1447.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1447:hover figcaption:before,
.snip1447.hover figcaption:before,
.snip1447:hover figcaption:after,
.snip1447.hover figcaption:after,
.snip1447:hover figcaption div:before,
.snip1447.hover figcaption div:before,
.snip1447:hover figcaption div:after,
.snip1447.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snip1447:hover figcaption:before,
.snip1447.hover figcaption:before,
.snip1447:hover figcaption:after,
.snip1447.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*四個目*/
.snip1448{
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  /*min-width: 230px;
  max-width: 315px;
  width: 100%;*/
  color: #00f;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
	width: 25%;
}
.snip1448 *,
.snip1448 *:before,
.snip1448 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1448 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1448 figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1448 figcaption {
  position: absolute;
  bottom: 3%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}

@media screen and (max-width:599px){
	.snip1448 figcaption {
  position: absolute;
  bottom: 1%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}

/*縦ボーダーの色*/
.snip1448 figcaption:before,
.snip1448 figcaption:after {
  height: 2px;
  width: 700px;
  position: absolute;
  content: '';
  background-color: #00f;
}
.snip1448 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1448 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*横ボーダーの色*/
.snip1448 figcaption div:before,
.snip1448 figcaption div:after {
  width: 2px;
  height: 700px;
  position: absolute;
  content: '';
  background-color: #00f;
}
.snip1448 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1448 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1448 h2,
.snip1448 h4 {
  margin: 0;
  text-transform: uppercase;
}
.snip1448 h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 1px 1px 1px #fff;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1448 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
		font-weight: normal;
	}
}

@media screen and (max-width:599px){
	.snip1448 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
		font-weight: normal;
	}
}

/*四角の中の文字*/
.snip1448 h4 {
  display: block;
  font-weight: 400;
  background-color: #00f;
  padding: 2px 8px;
  color: #fff;
	font-size: 1rem;
}
.snip1448 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1448:hover img,
.snip1448.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1448:hover figcaption:before,
.snip1448.hover figcaption:before,
.snip1448:hover figcaption:after,
.snip1448.hover figcaption:after,
.snip1448:hover figcaption div:before,
.snip1448.hover figcaption div:before,
.snip1448:hover figcaption div:after,
.snip1448.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snip1448:hover figcaption:before,
.snip1448.hover figcaption:before,
.snip1448:hover figcaption:after,
.snip1448.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*五個目*/
.snip1449{
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  /*min-width: 230px;
  max-width: 315px;
  width: 100%;*/
  color: #F30E79;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
	width: 25%;
}
.snip1449 *,
.snip1449 *:before,
.snip1449 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1449 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1449 figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1449 figcaption {
  position: absolute;
  bottom: 3%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}

@media screen and (max-width:599px){
	.snip1449 figcaption {
  position: absolute;
  bottom: 1%;
  right: 5%;
  padding: 2px 5px 5px;
		font-size: 1.2rem;
}
}

/*縦ボーダーの色*/
.snip1449 figcaption:before,
.snip1449 figcaption:after {
  height: 2px;
  width: 700px;
  position: absolute;
  content: '';
  background-color: #F30E79;
}
.snip1449 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1449 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*横ボーダーの色*/
.snip1449 figcaption div:before,
.snip1449 figcaption div:after {
  width: 2px;
  height: 700px;
  position: absolute;
  content: '';
  background-color: #F30E79;
}
.snip1449 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1449 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1449 h2,
.snip1449 h4 {
  margin: 0;
  text-transform: uppercase;
}
.snip1449 h2 {
  font-weight: 600;
  font-size: 1.5rem;
  text-shadow: 1px 1px 1px #fff;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	.snip1449 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
		font-weight: normal;
	}
}

@media screen and (max-width:599px){
	.snip1449 h2{
		color: #fff;
		 text-shadow: #000 1px 1px 0px,  #000 -1px 1px 0px, #000 1px -1px 0px,  #000 -1px -1px 0px;
		font-weight: normal;
	}
}

/*四角の中の文字*/
.snip1449 h4 {
  display: block;
  font-weight: 400;
  background-color: #F30E79;
  padding: 2px 20px;
  color: #fff;
	font-size: 1rem;
}
.snip1449 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1449:hover img,
.snip1449.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1449:hover figcaption:before,
.snip1449.hover figcaption:before,
.snip1449:hover figcaption:after,
.snip1449.hover figcaption:after,
.snip1449:hover figcaption div:before,
.snip1449.hover figcaption div:before,
.snip1449:hover figcaption div:after,
.snip1449.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snip1449:hover figcaption:before,
.snip1449.hover figcaption:before,
.snip1449:hover figcaption:after,
.snip1449.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* Demo purposes only */





