@charset "utf-8";



/******************************************************************************
/* リクルートレイアウト
*******************************************************************************/




.recruit_header {
	position: relative;
	margin: -128px auto 0 auto;
	width: 100%;
	height: 1050px;
	background-image: url(../images/recruit_bg.png);
	background-repeat:  no-repeat;
	background-position:50% 0%;
	overflow: hidden;
}



.recruit_header2 {
	position: relative;
	margin: 0px auto 0 auto;
	width: 100%;
	height: 1050px;
	background-image: url(../images/recruit_bg.png);
	background-repeat:  no-repeat;
	background-position:50% 0%;
	overflow: hidden;
}



.recruit_header_menu {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 110px;
}

.recruit_header_in {
	position: relative;
	margin: 80px auto 0 auto;
	width: 90%;
}

.recruit_header_in_title {
	position: absolute;
	top: 100px;
	left: 150px;
	margin: 0 auto 0 auto;
	width: 30%;
	z-index: 10;
}


.recruit_header_in_image {
	position: absolute;
	top: 150px;
	right: 80px;
	margin: 0 auto 0 auto;
	width: 60%;
	z-index: 10;
}



.recruit_header_in_bg {
	position: absolute;
	margin: 0 auto 0 auto;
	width: 100%;
	z-index: 1;
}


.recruit_header_in_point01 {
	position: absolute;
	top: 200px;
	left: 30px;
	margin: 0 auto 0 auto;
	width: 50%;
	z-index: 100;
}

.recruit_header_in_point01 img {
	width: 100%;
	height: auto;
	animation: FloatVertical 4.0s ease-in-out infinite alternate;
}

@keyframes FloatVertical {
            0% { transform:translate3d(0,1.0vw,0); }
            50% { transform:translate3d(0,-0.5vw,0); }
            100% { transform:translate3d(0,1.0vw,0); }
          }



.recruit_header_in_point02 {
	position: absolute;
	top: 80px;
	right: 70px;
	margin: 0 auto 0 auto;
	width: 25%;
	z-index: 100;
}



.recruit_header_in_point03 {
	position: absolute;
	top: 400px;
	right: 70px;
	margin: 0 auto 0 auto;
	width: 10%;
	z-index: 100;
}



/****************************************************************************************
/* リクルートエリア設定
****************************************************************************************/

.recruit_area_space {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: -80px auto 0 auto;
	z-index:10;
}


.recruit_area_space01 {
	width: 100%;
	margin: -100px auto 0 auto;
}


.recruit_area_space02 {
	width: 100%;
	margin: 0px auto -50px auto;
}

.recruit_area01 {
	width: 100%;
	margin: -60px auto 0 auto;
	background-color: #FEF5F5;
	padding-bottom: 30px;
	background-image: url(../images/recruit_head_bg01.png);
	background-repeat:  no-repeat;
	background-position:50% 0%;
	background-size: cover;
}


.recruit_area02 {
	width: 100%;
	margin: -60px auto 0 auto;
	background-color: #F6FCE7;
	padding-bottom: 10px;
	background-image: url(../images/recruit_head_bg02.png);
	background-repeat:  no-repeat;
	background-position:50% 0%;
	background-size: cover;
}


.recruit_area03 {
	width: 100%;
	margin: -60px auto -100px auto;
	background-color: #E8F7F9;
	background-image: url(../images/recruit_head_bg03.png);
	background-repeat:  no-repeat;
	background-position:50% 0%;
	background-size: cover;
}


.recruit_area04 {
	width: 100%;
	margin: 50px auto 60px auto;
	background-color: #F8F8F0;
	padding-top: 10px;
}



/******************************************************************************
/* コンテンツエリア設定
******************************************************************************/


.recruit_area01_1 {
	position: relative;
	margin: 60px auto 30px auto;
	font-size: 100%;
	width: 80%;
	line-height: 2.0;
	letter-spacing: 2.0px;
}


.recruit_area02_1 {
	position: relative;
	margin: 60px auto 30px auto;
	font-size: 100%;
	width: 80%;
	line-height: 2.0;
	letter-spacing: 2.0px;
	padding-bottom: 30px;
}

.recruit_area03_1 {
	position: relative;
	margin: 60px auto -80px auto;
	font-size: 100%;
	width: 80%;
	line-height: 2.0;
	letter-spacing: 2.0px;
	padding-bottom: 40px;
}

.recruit_area04_1 {
	position: relative;
	margin: 40px auto 50px auto;
	font-size: 100%;
	width: 80%;
	line-height: 2.0;
	letter-spacing: 2.0px;
}


.contents_area p {
	font-size: 100%;

}

.staff_start {
	position: relative;
	margin: 0px auto 50px auto;
	width: 100%;
	background-color: #E8F7F9;
}




/******************************************************************************
/* リクルートレイアウト
*******************************************************************************/




ul.recruit_staff_image {
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 10;

}

 
ul.recruit_staff_image li:first-child {
	letter-spacing:normal;
	display: inline-block;
	width: 40%;
	vertical-align: top;
	text-align: center;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;


}


ul.recruit_staff_image li:last-child {
	letter-spacing:normal;
	display: inline-block;
	width: 58%;
	vertical-align: top;
	text-align: left;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;

}









ul.recruit_staff_image2 {
	padding-top: 60px;
	padding-bottom: 30px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

 
ul.recruit_staff_image2 li:first-child {

	letter-spacing:normal;
	display: inline-block;
	width: 58%;
	vertical-align: top;
	text-align: left;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;

}


ul.recruit_staff_image2 li:last-child {
	letter-spacing:normal;
	display: inline-block;
	width: 40%;
	vertical-align: top;
	text-align: center;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;
}



ul.recruit_staff_image3 {
	padding-top: 30px;
	padding-bottom: 30px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

 
ul.recruit_staff_image3 li:first-child {
	letter-spacing:normal;
	display: inline-block;
	width: 40%;
	vertical-align: top;
	text-align: center;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;

}


ul.recruit_staff_image3 li:last-child {
	letter-spacing:normal;
	display: inline-block;
	width: 58%;
	vertical-align: top;
	text-align: left;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;

}





.recruit_staff_image_size {
	position: relative;
	width: 100%;
	height: auto;
}


.bold_pink {
	display: block;
	font-size: 120%;
	line-height: 1.5;
	font-weight: 700;
	color: #FA9EA9;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	letter-spacing : 3px;
}

.bold_green {
	display: block;
	font-size: 120%;
	line-height: 1.5;
	font-weight: 700;
	color: #6EB92B;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	letter-spacing : 3px;
}


.bold_blue {
	display: block;
	font-size: 120%;
	line-height: 1.5;
	font-weight: 700;
	color: #66929A;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	letter-spacing : 3px;
}



.recruit_title_head {
	position: relative;
	width: 99.4%;
	display: block;
	font-size: 110%;
	font-weight: 700;
	color: #ffffff;
	margin: 0px auto 0px auto;
	background: #A7CE95;
	box-shadow: 0px 0px 0px 5px #A7CE95;
	border: dashed 3px white;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	box-sizing: border-box;
}




.recruit_point01 {
	position: absolute;
	top: 80px;
	right: 20px;
	width: 25%;
	z-index: 1;
}



.recruit_point02 {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 25%;
	z-index: 1;
}


.recruit_point03 {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 50%;
	z-index: 1;
}





/********************************************************************************************************
/* 写真
*********************************************************************************************************/


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.b-wrap {
  position: relative;
  width: 100%;
  margin: 50px auto 50px auto;
}

.b-container {
  display: grid;
  padding: 10px;
  height: 500px;
  margin: 50px auto;
  /* background: #f8cab4; */
  grid-template:
  "b-item1 ....... b-item2 ....... b-item3 ....... b-item4"
  "b-item1 ....... b-item5 ....... b-item6 ....... b-item7"
  /23.1% 12px 22.4% 12px 1fr 12px 13.5%;
}


.b-item1, .b-item2, .b-item3, .b-item4, .b-item5, .b-item6, .b-item7 {
  /* border: 1px solid red; */
  font-size: 20px;
}
.b-item1 {
  grid-area: b-item1;
}

.b-item2 {
  grid-area: b-item2;
  height: 280px;
}

.b-item3 {
  grid-area: b-item3;
  height: 200px;
}

.b-item4 {
  grid-area: b-item4;
  height: 199px;
}

.b-item5 {
  grid-area: b-item5;
  height: 189px;
  margin-top: 16px;
}

.b-item6 {
  grid-area: b-item6;
  width: 68.5%;
  height: 273px;
  margin-top: -67px;
}

.b-item7 {
  position: absolute;
  grid-area: b-item7;
  height: 271px;
  width: 25.2%;
  bottom: 5px;
  right: 10px;
}

.imagbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
	border-radius: 8px;
}


.imagbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
	border-radius: 8px;
}

@media screen and (max-width: 900px) {




.b-wrap {
  position: relative;
  width: 100%;
  margin: 20px auto 20px auto;
}



  .b-container {
  padding: 0px;

    height: auto;
    grid-template:
    "b-item1 b-item2" 150px
    "b-item1 b-item5" 200px
    "b-item3 b-item4" 250px
    "b-item6 b-item7" 200px
    / 1fr 1fr;
    gap: 12px;
  }

  .b-item1, .b-item2, .b-item3, .b-item4, .b-item5, .b-item6, .b-item7 {
    height: auto;
  }

.b-item5 {
  margin-top: 0px;
}


  .b-item7 {
    position: static;
    width: auto;
  }

  .b-item6 {
    width: 100%;
    margin-top: 0;
  }

}


@media screen and (max-width:1600px) {



/******************************************************************************
/* リクルートレイアウト
*******************************************************************************/




.recruit_header {
	position: relative;
	margin: -128px auto 0 auto;
	width: 100%;
	height: 850px;
	background-image: url(../images/recruit_bg.png);
	background-repeat:  no-repeat;
	background-position:50% 0%;
	overflow: hidden;
}


}



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 601 - 768用（タブレット用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {


/******************************************************************************
/* リクルートレイアウト
*******************************************************************************/




.recruit_header {
	position: relative;
	margin: 0px auto 0 auto;
	width: 100%;
	height: 750px;
	background-image: url(../images/recruit_bg.png);
	background-repeat:  no-repeat;
	background-position:50% 0%;
	overflow: hidden;
}


.staff_start {
	position: relative;
	margin: 0px auto 40px auto;
	width: 100%;
}



}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 600px - 100px用（スマートフォン用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


@media screen and (min-width: 100px) and (max-width: 600px)  {





/******************************************************************************
/* リクルートレイアウト
*******************************************************************************/




.recruit_header {
	position: relative;
	margin: 0px auto 0px auto;
	width: 100%;
	height: 350px;
	background-image: url(../images/recruit_bg.png);
	background-repeat:  no-repeat;
	background-position:0% 0%;
	overflow: hidden;
}



.recruit_header_menu {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 110px;
}

.recruit_header_in {
	position: relative;
	margin: 80px auto 0 auto;
	width: 90%;
}

.recruit_header_in_title {
	position: absolute;
	top: 30px;
	left: 50px;
	margin: 0 auto 0 auto;
	width: 30%;
	z-index: 10;
}


.recruit_header_in_image {
	position: absolute;
	top: 50px;
	right: 80px;
	margin: 0 auto 0 auto;
	width: 60%;
	z-index: 10;
}



.recruit_header_in_bg {
	position: absolute;
	margin: 0 auto 0 auto;
	width: 100%;
	z-index: 1;
}




.recruit_header_in_point01 {
	position: absolute;
	top: 70px;
	left: -30px;
	margin: 0 auto 0 auto;
	width: 60%;
	z-index: 100;
}

.recruit_header_in_point01 img {
	width: 100%;
	height: auto;
	animation: FloatVertical 4.0s ease-in-out infinite alternate;
}

@keyframes FloatVertical {
            0% { transform:translate3d(0,1.0vw,0); }
            50% { transform:translate3d(0,-0.5vw,0); }
            100% { transform:translate3d(0,1.0vw,0); }
          }



.recruit_header_in_point02 {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0 auto 0 auto;
	width: 35%;
	z-index: 100;
}



.recruit_header_in_point03 {
	position: absolute;
	top: 100px;
	right: 0px;
	margin: 0 auto 0 auto;
	width: 20%;
	z-index: 100;
}


/****************************************************************************************
/* リクルートエリア設定
****************************************************************************************/

.recruit_area_space {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0px auto 0px auto;
	z-index:1;
}


.recruit_area_space01 {
	width: 100%;
	margin: -100px auto 0 auto;
}


.recruit_area_space02 {
	width: 100%;
	margin: 0px auto -50px auto;
}

.recruit_area01 {
	width: 100%;
	margin: 0px auto 0 auto;
	background-color: #FEF5F5;
	padding-top: 50px;

}


.recruit_area02 {
	width: 100%;
	margin: -60px auto 0 auto;
	background-color: #F6FCE7;
	padding-bottom: 10px;
}


.recruit_area03 {
	width: 100%;
	margin: -60px auto 55px auto;
	background-color: #E8F7F9;
}


.recruit_area04 {
	width: 100%;
	margin: 50px auto 60px auto;
	background-color: #F8F8F0;
	padding-top: 10px;
}



/******************************************************************************
/* コンテンツエリア設定
******************************************************************************/


.recruit_area01_1 {
	position: relative;
	margin: -50px auto 30px auto;
	font-size: 90%;
	width: 90%;
	line-height: 2.0;
	letter-spacing: 2.0px;
}


.recruit_area02_1 {
	position: relative;
	margin: 60px auto 30px auto;
	font-size: 100%;
	width: 90%;
	line-height: 2.0;
	letter-spacing: 2.0px;
	padding-bottom: 30px;
}

.recruit_area03_1 {
	position: relative;
	margin: 60px auto -80px auto;
	font-size: 100%;
	width: 90%;
	line-height: 2.0;
	letter-spacing: 2.0px;
	padding-bottom: 40px;
}

.recruit_area04_1 {
	position: relative;
	margin: 40px auto 50px auto;
	font-size: 100%;
	width: 90%;
	line-height: 2.0;
	letter-spacing: 2.0px;
}


.contents_area p {
	font-size: 100%;

}


.staff_start {
	position: relative;
	margin: -10px auto 0px auto;
	width: 100%;
	background-color: #E8F7F9;
}



/******************************************************************************
/* リクルートレイアウト
*******************************************************************************/




ul.recruit_staff_image {
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;
	width:100%; 
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 10;

}

 
ul.recruit_staff_image li:first-child {
	letter-spacing:normal;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;


}


ul.recruit_staff_image li:last-child {
	letter-spacing:normal;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: left;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;

}









ul.recruit_staff_image2 {
	padding-top: 60px;
	padding-bottom: 30px;
	width:100%; 
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}

 
ul.recruit_staff_image2 li:first-child {

	letter-spacing:normal;
	display: inline-block;
	width:100%; 
	vertical-align: top;
	text-align: left;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;

}


ul.recruit_staff_image2 li:last-child {
	letter-spacing:normal;
	display: inline-block;
	width:100%; 
	vertical-align: top;
	text-align: center;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;
}



ul.recruit_staff_image3 {
	padding-top: 30px;
	padding-bottom: 30px;
	width:100%; 
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}

 
ul.recruit_staff_image3 li:first-child {
	letter-spacing:normal;
	display: inline-block;
	width:100%; 
	vertical-align: top;
	text-align: center;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;

}


ul.recruit_staff_image3 li:last-child {
	letter-spacing:normal;
	display: inline-block;
	width:100%; 
	vertical-align: top;
	text-align: left;
	letter-spacing : 3px;
	font-size: 85%;
	font-weight: 700;

}





.recruit_staff_image_size {
	position: relative;
	width: 80%;
	height: auto;
	margin: 0 auto 0 auto;
}


.bold_pink {
	display: block;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 700;
	color: #FA9EA9;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	letter-spacing : 3px;
}

.bold_green {
	display: block;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 700;
	color: #6EB92B;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	letter-spacing : 3px;
}


.bold_blue {
	display: block;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 700;
	color: #66929A;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	letter-spacing : 3px;
}



.recruit_title_head {
	position: relative;
	font-size: 100%;
	display: block;
	font-size: 110%;
	font-weight: 700;
	color: #ffffff;
	margin: 0px auto 0px auto;
	background: #A7CE95;
	box-shadow: 0px 0px 0px 5px #A7CE95;
	border: dashed 3px white;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	box-sizing: border-box;
}




.recruit_point01 {
	position: absolute;
	top: 80px;
	right: 20px;
	width: 25%;
	z-index: 1;
}



.recruit_point02 {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 25%;
	z-index: 1;
}


.recruit_point03 {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 50%;
	z-index: 1;
}







}


