@charset "utf-8";


.top_catch_base{
	width:100%;
	background-image: url("../images/top_catch_bg_sp.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 100px;
}
.top_catch{
	width: 100%;
	margin: 0 auto;
	
}
.top_catch img{
	width: 80%;
	margin: 0 10% 5px;
}
.top_catch_cp{
	width: 90%;
	margin: 10px auto 0;
}

/*--------------Public/カテゴリ------*/

.pub_area_base{
	width: 80%;
	margin: 40px auto 10px;
	max-width: 1120px;
	border:1px solid rgba(217,93,95,1.00);
	border-radius: 10px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
}
.pub_area_ttl{
	width: 16rem;
	margin: 0 auto 20px;
	background-color: rgba(217,93,95,1.00);
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 5px;
}
.pub_area{
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
	flex-direction: column;
}

.pub_news{
	width: 80%;
	border-bottom: 1px dotted #777;
	margin: 5px auto;
	overflow: hidden;
}

.pub_news_time{
	float: left;
	width: 8em;
}
.pub_news_txt{
	float: left;
	margin: 0 0 0 0;
	color: #1B7EC0;
}
.pub_news_txt a{
	color: #1B7EC0;
	text-decoration: none;
}
.pub_news_txt a:hover{
	color: #D54648;
	text-decoration: none;
}

/*----------------news--------------------*/
.news_area_base{
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_veige.png");
	background-repeat: repeat;
	max-width: 1400px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.news_area_ttl{
	width: 16rem;
	margin: 0 auto 20px;
	background-color: rgba(235,117,165,1.00);
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 5px;
}
.news_area{
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
	flex-direction: column;
}

.news{
	width: 95%;
	padding: 0 0 10px 5%;
	border-bottom: 1px dotted #777;
	margin: 5px 0;
	overflow: hidden;
}
.news_time{
	float: left;
	width: 8em;
	line-height: 2.5em;

}
.news_txt{
	float: left;
	margin: 5px 0 0 0;
	line-height: 1.6em
}
.cat_1{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #51a367;
	text-align: center;
	border:1px solid #51a367;
	border-radius: 5px;
	margin: 5px 20px 0 0;
}
.cat_2{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #47a898;
	text-align: center;
	border:1px solid #47a898;
	border-radius: 5px;
	margin: 0 10px 0 0;
}
.cat_3{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #9eaf3a;
	text-align: center;
	border:1px solid #9eaf3a;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.cat_4{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #f27888;
	text-align: center;
	border:1px solid #f27888;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.cat_5{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #f2a021;
	text-align: center;
	border:1px solid #f2a021;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
/*-----------------recruit------------------*/

.rec_area_base{
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_dotpink.png");
	background-repeat: repeat;
	max-width: 1400px;
}
.rec_area{
	width: 94%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
}
.rec_area_ttl{
	width: 80%;
	margin: 0 auto 10px;
}
.rec_info{
	width: 100%;
	position: relative;
	margin: 10px auto;
}
.rec_info_cp{
	width:80%;
	margin: 0 auto; 
}
.rec_staff_1{
	width: 80%;
	position: relative;
	margin: 10px auto;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 0;
}
.rec_staff_2{
	width: 80%;
	position: relative;
	margin: 10px auto;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 0;
}
.rec_staff_3{
	width: 80%;
	position: relative;
	margin: 10px auto;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 0;
}
.rec_staff_4{
	width: 80%;
	position: relative;
	margin: 10px auto;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 2;
}
.rec_staff_5{
	width: 80%;
	position: relative;
	margin: 10px auto;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 1;
}
.rec_btn{
	width: 60%;
	margin: 30px auto 10px;
}
.rec_btn img:hover {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

/*--------------business-----------------*/
.business_area_base{
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_veige.png");
	background-repeat: repeat;
	max-width: 1400px;
}
.business_area{
	width: 80%;
	margin: 30px auto;
}
.business_area_ttl{
	width: 90%;
	margin: 20px auto;
}
.business_sub_ttl1{
	width: 80%;
	margin: 20px auto;
	font-size: 1.3rem;
	color: #000;
	text-align: center;
	padding: 0;
	background-color: rgba(237,243,221,1.00);
	border: 2px solid #000;
	border-radius: 40px;
}
.business_sub_ttl2{
	width: 80%;
	margin: 20px auto;
	font-size: 1.3rem;
	color: #000;
	text-align: center;
	padding: 0;
	background-color: #FFEBD8;
	border: 2px solid #000;
	border-radius: 40px;
}
.business_list{
	width: 100%;
	margin: 10px auto 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.business_list_item{
	width: 90%;
	margin: 10px auto;
}
.business_list_item img:hover {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}


/*---------------------------------------------------------------------------
ここから下は画面幅400px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:400px) {



}





/*---------------------------------------------------------------------------
ここから下は画面幅600px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:600px) {
.top_catch_base{
	width:100%;
	background-image: url("../images/top_catch_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 100px;
}
.top_catch{
	width: 60%;
	margin: 0 auto;
	
}
.top_catch img{
	width: 70%;
	margin: 0 15% 10px;
}
.top_catch_cp{
	width: 60%;
	margin: 20px auto 0;
}
/*----------------news--------------------*/

.news_area_ttl{
	width: 16rem;
	margin: 0 auto 20px;
	background-color: rgba(235,117,165,1.00);
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 5px;
}
.news_area{
	width: 90%;
	margin: 0 auto 40px;
	display: flex;
	flex-direction: column;
}

.news{
	width: 90%;
	padding: 0 0 10px 5%;
	border-bottom: 1px dotted #777;
	margin: 5px 0;
	overflow: hidden;
}
.news_time{
	float: left;
	width: 8em;
	line-height: 2.5em;

}
.news_txt{
	float: left;
	margin: 5px 0 0 0;
	line-height: 1.6em
}
.cat_1{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #51a367;
	text-align: center;
	border:1px solid #51a367;
	border-radius: 5px;
	margin: 5px 20px 0 0;
}
.cat_2{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #47a898;
	text-align: center;
	border:1px solid #47a898;
	border-radius: 5px;
	margin: 0 10px 0 0;
}
.cat_3{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #9eaf3a;
	text-align: center;
	border:1px solid #9eaf3a;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.cat_4{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #f27888;
	text-align: center;
	border:1px solid #f27888;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.cat_5{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #f2a021;
	text-align: center;
	border:1px solid #f2a021;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
/*-----------------recruit------------------*/

.rec_area_base{
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_dotpink.png");
	background-repeat: repeat;
	max-width: 1400px;
}
.rec_area{
	width: 94%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
}
.rec_area_ttl{
	width: 40%;
	margin: 0 auto 10px;
}
.rec_info{
	width: 100%;
	position: relative;
	margin: 10px auto;
}
.rec_info_cp{
	width:38%;
	margin: 0 32% 25vw; 
}
.rec_staff_1{
	width: 23%;
	position: absolute;
	top:30px;
	left:0;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 1;
}
.rec_staff_2{
	width: 23%;
	position: absolute;
	top:30%;
	left:19%;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 2;
}
.rec_staff_3{
	width: 23%;
	position: absolute;
	top:45%;
	left:38.5%;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 3;
}
.rec_staff_4{
	width: 23%;
	position: absolute;
	top:30%;
	right:19%;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 2;
}
.rec_staff_5{
	width: 23%;
	position: absolute;
	top:30px;
	right:0;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 1;
}
.rec_btn{
	width: 30%;
	margin: 10px auto;
}
.rec_btn img:hover {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}

/*--------------business-----------------*/
.business_area_base{
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_veige.png");
	background-repeat: repeat;
	max-width: 1400px;
}
.business_area{
	width: 80%;
	margin: 30px auto;
}
.business_area_ttl{
	width: 40%;
	margin: 20px auto;
}
.business_sub_ttl1{
	width: 45%;
	margin: 20px auto;
	font-size: 1.4rem;
	color: #000;
	text-align: center;
	padding: 0;
	background-color: rgba(237,243,221,1.00);
	border: 2px solid #000;
	border-radius: 40px;
}
.business_sub_ttl2{
	width: 45%;
	margin: 20px auto;
	font-size: 1.4rem;
	color: #000;
	text-align: center;
	padding: 0;
	background-color: #FFEBD8;
	border: 2px solid #000;
	border-radius: 40px;
}
.business_list{
	width: 90%;
	margin: 10px auto 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.business_list_item{
	width: 30%;
	margin: 10px 1%;
}
.business_list_item img:hover {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

}





/*---------------------------------------------------------------------------
ここから下は画面幅800px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {


.top_catch_base{
	width:100%;
	background-image: url("../images/top_catch_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 120px;
	
}
.top_catch_base{
	width:100%;
	background-image: url("../images/top_catch_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 120px;
}
.top_catch{
	width: 50%;
	margin: 0 auto;
	
}
.top_catch img{
	width: 70%;
	margin: 0 15% 10px;
}
.top_catch_cp{
	width: 50%;
	margin: 20px auto 0;
}
.news_area_ttl{
	width: 16rem;
	margin: 0 auto 20px;
	background-color: rgba(235,117,165,1.00);
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 5px;
}
.news_area{
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	flex-direction: column;
}

.news{
	width: 90%;
	padding: 0 0 10px 5%;
	border-bottom: 1px dotted #777;
	margin: 5px auto;
	overflow: hidden;
}
.news_time{
	float: left;
	width: 8em;
	line-height: 2.5em;

}
.news_txt{
	float: left;
	margin: 5px 0 0 0;
	line-height: 1.6em
}
.cat_1{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #51a367;
	text-align: center;
	border:1px solid #51a367;
	border-radius: 5px;
	margin: 5px 20px 0 0;
}
.cat_2{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #47a898;
	text-align: center;
	border:1px solid #47a898;
	border-radius: 5px;
	margin: 0 10px 0 0;
}
.cat_3{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #9eaf3a;
	text-align: center;
	border:1px solid #9eaf3a;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.cat_4{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #f27888;
	text-align: center;
	border:1px solid #f27888;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.cat_5{
	float: left;
	padding: 0 10px;
	background-color: #fff;
	color: #f2a021;
	text-align: center;
	border:1px solid #f2a021;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
/*-----------------recruit------------------*/

.rec_area_base{
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_dotpink.png");
	background-repeat: repeat;
	max-width: 1400px;
	border-left:1px #e2e2e2 solid;
	border-right:1px #e2e2e2 solid;
}
.rec_area{
	width: 80%;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	
}
.rec_area_ttl{
	width: 40%;
	margin: 0 auto 10px;
}
.rec_info{
	width: 100%;
	position: relative;
	margin: 10px auto;
	
}
.rec_info_cp{
	width:38%;
	margin: 0 32% 25%; 

}
.rec_staff_1{
	width: 23%;
	position: absolute;
	top:30px;
	left:0;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 1;
}
.rec_staff_2{
	width: 23%;
	position: absolute;
	top:30%;
	left:19%;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 2;
}
.rec_staff_3{
	width: 30%;
	position: absolute;
	top:50%;
	left:35%;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 3;
}
.rec_staff_4{
	width: 23%;
	position: absolute;
	top:30%;
	right:19%;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 2;
}
.rec_staff_5{
	width: 23%;
	position: absolute;
	top:30px;
	right:0;
	padding: 5px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	z-index: 1;
}
.rec_btn{
	width: 30%;
	margin: 0 auto 20px;
	padding-top: 150px;
}
	.rec_btn img:hover{
		-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
	}
/*--------------business-----------------*/
.business_area_base{
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_veige.png");
	background-repeat: repeat;
	max-width: 1400px;
	border-left:1px #e2e2e2 solid;
	border-right:1px #e2e2e2 solid;
}
.business_area{
	width: 70%;
	margin: 50px auto;
}
.business_area_ttl{
	width: 40%;
	margin: 40px auto;
}
.business_sub_ttl1{
	width: 45%;
	margin: 20px auto;
	font-size: 1.4rem;
	color: #000;
	text-align: center;
	padding: 0;
	background-color: rgba(237,243,221,1.00);
	border: 2px solid #000;
	border-radius: 40px;
}
.business_sub_ttl2{
	width: 45%;
	margin: 20px auto;
	font-size: 1.4rem;
	color: #000;
	text-align: center;
	padding: 0;
	background-color: #FFEBD8;
	border: 2px solid #000;
	border-radius: 40px;
}
.business_list{
	width: 90%;
	margin: 10px auto 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.business_list_item{
	width: 30%;
	margin: 10px 1%;
}
.business_list_item img:hover {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}


}
