/* responsive Document */

@media screen and (min-width:100px) and ( max-width:819px) {
#pankuzu{
		display: none;
	}
	.pc-menu{
		display: none;
	}


#about{
	
	width: 100%;
	margin:0 auto;
	margin-top: 70px;

}
	header{
		width: 100%;
	}
#about h2{
	padding: 25px auto;
	border-radius: 5px;
}
.about-p-font{
	
}





/*ナビ通常*/




#TopImg01{
	background-size: 200%;

}
#TopImg03{
	width: 100%;
	height: 240px;
	padding-top: 120px;
	margin: 0 auto;
	 background-image: url(../images/aaa.gif);
	background-repeat: no-repeat;
	background-size:90%;
	background-position: bottom;

}



#responsive{
	position: absolute;
	width: 100%;
}



.logo {
  text-align: center;
  padding: 10px;


}


.sidemenu {
  height: 100%;
  position: fixed;
  transition: all 0.2s;
  top: 0;
   right:-100%; /*メニュー幅*/
    width: 100%; /*メニュー幅*/
  z-index: 2;
	font-size: 18px;
}
.sidemenu nav {

	width: 85%;
	margin: 0 auto;


}
.sidemenu nav ul li {

	


}
.hamburger {
  cursor: pointer;
  height: 70px;
  position: absolute;
  right: 0px;
  top:0px;
  width: 70px;
  z-index: 3;

}
.hamburger span {
  background-color: #000;
  height: 4px;
  left: 15px;
  position: absolute;
  transition: all 0.6s;
  width: 38px;
	border-radius: 20px;
}
.hamburger_linetop {
  top: 20px;
}
.hamburger_linecenter {
  top: 33px;
}
.hamburger_linebottom {
  top: 46px;
}
/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .sidemenu {
  right: 0;
}
.nav_open .hamburger_linetop {
  top: 30px;
  transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
}
.nav_open .hamburger_linebottom {
  top: 30px;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}
/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}


/*------------------------------------
@media screen 1000px~999px ↓
------------------------------------*/
@media screen and (max-width: 1000px) {
  .sp_no {
    display: none;
  }
  .sidemenu {
    right: -100%; /*メニュー幅*/
    width: 100%; /*メニュー幅*/
  }
}


Resources


/*メインここから*/

.index-p-size{
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}

.Top-p{
	text-align: center;

	font-size: 28px;

}

#kosodate{
	width:90%;
	height: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
}

	.kosodate-p{
		margin-bottom: 30px;
	}
	.kosodate-box{
		padding-top:20px;
	}
	
	
#item-oya{
		padding: 20px 0;
	height: auto;

	
}

.Top-p{
	text-align: center;
	color:darkslategray;
	padding-top: 0px;
	font-size: 45px;
	line-height: 45px;

}.top-sub{
	text-align: center;
		color:darkslategray;

	font-size: 22px;
	font-weight: 600;
}
.item-box {
	width: 100%;
	margin: 40px auto 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}


.item01{
	
	 position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
	
	.item-img-01,.item-img-02,.item-img-03,.item-img-04{
		
		background-repeat: no-repeat;
			background-position: center;
	}	
.item-img-01{
	 background-image: url("../images/houmon-img.png");
	
}




.item-img-02{
	
		 background-image: url("../images/keamane-img.png");
	}
.item-img-03{
	
				 background-image: url("../images/kajidaikou-img.png");

}
.item-img-04{
		 background-image: url("../images/konesapo-img.png");

}

.item-img-01:hover,
.item-img-02:hover,
.item-img-03:hover,
.item-img-04:hover{
    transform: scale(1.1,1.1);
    transition: 0.6s all;
}


.jigyou-small{
	font-size: 15px;
	line-height: 16px;
	
	
}

.konennituite{

	height: auto;
	width: 95%;
	padding: 0;
	margin:  0 auto;

	
}

.Text{
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	width: 95%;
	margin: 20px auto;
	
}
.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 4px;
background-image: linear-gradient(90deg, rgba(253, 219, 146, 1), rgba(114, 184, 63, 1) 58%, rgba(209, 253, 254, 1));

  z-index: -1;
  transition: all 2.5s;
}
.Text-Span.isActive:after {
  width: 100%;
}

#about-img-box{
	width: 90%;
	
	height: auto;
	margin: 0 auto;
	display: flex;
}	

.about-img01{
	
	 background-image: url("../images/shien-01.png");

  transform: translateX(-2px);
  transition: all .5s ease-in;
}
/* 画面に入った時の動き */
.about-img01.blockIn {
  transform: translateX(-10px);
}
	
.about-img02{
background-image: url("../images/shien-03.png");
  transform: translateX(-2px);
  transition: all .5s ease-in;
}
/* 画面に入った時の動き */
.about-img02.blockIn {
  transform: translateX(-8px);
}
	
.about-img03{
	 background-image: url("../images/syugou.png");
	background-position: center;

}
	
.about-img04{
	 background-image: url("../images/syatta.png");
 transform: translateX(2px);
  transition: all .5s ease-in;
}
/* 画面に入った時の動き */
.about-img04.blockIn {
  transform: translateX(8px);
}
.about-img05{
 background-image: url("../images/nnnn.png");
  transform: translateX(2px);
  transition: all .5s ease-in;
}
/* 画面に入った時の動き */
.about-img05.blockIn {
  transform: translateX(10px);
}

.scroll-block{
		height: 70px;
		width: 570px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
  transition: all .5s ease-in;
}


	
#Recruit-box{
	width: 100%;
	display: block;
	margin: 0 auto;
	
}
.saiyou-p{
	padding:20px;
		padding-top: 30px;
	font-size: 25px;
	font-weight: 800;

}
.saiyou-p-small{
	padding: 15px;


	font-size: 18px;
	font-weight: 400;

}

#Recruit01{
	position: relative;
	width: 95%;
	height: 500px;
	
}

#Recruit-02{
	width: 95%;
	height: auto;
}
#TopImg04{
  animation: pikopiko 1.5s steps(2, start) infinite;
	position: absolute;
	right: 47%;
	top: 150px;
}
.readMore{
	background-color: white;
		position: absolute;
	bottom: 10px;
	right: 10px;

	float: right;
	margin-top: 20px;
	font-weight: 600;
	font-size: 22px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 10px;
	
}



#index-saiyou{
	width: 100%;
		padding-top: 30px;
	background-color: white;
	height: 200px;
	
}

.index-about-p{
	height: 100%;
	margin: 30px auto;
		position: relative;

}
.saiyou-img{

	margin: 0 auto;
		width:90%;
	height: 120px;
	text-align: center;
	 background-image: url(../images/workimg.gif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#index-saiyou:hover{
	opacity: 0.8;
}
#floatingMenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 2;
}
/*ここからフッター*/

	
	
.footer-002 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
	background-color: cadetblue;
}

.footer-002__logo {
    width: 130px;
    height: 30px;
}

.footer-002__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
}

.footer-002__sns-icon {
    width: 30px;
    height: 30px;
}

.footer-002__copyright {
    margin: 0;
    color: #ffffffb3;
    font-weight: 200;
    font-size: .8em;
}
footer ul {
	   margin: 0;
    color: #ffffffb3;
    font-weight: 600;
}
footer ul li a {
	   margin: 0;
    color: #ffffffb3;
    font-weight: 600;
}
/*ページトップへ戻るボタン*/



.pdf:after{
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-size: 22px;
	margin: 2px 5px;
	font-weight:600;

	
}	
	
	
}

@media screen and ( min-width : 100px ) and (max-width :399px ){
#main{
	height:250px;
}
	
#TopImg03{
	height: 70px;
	padding-top: 50px;
	background-size:60%;

}
#TopImg01{
	background-size: 160%;

}
#item-oya,#index-about{
		padding-bottom: 0;
	}	
.item-box {
	width: 90%;
	margin: 15px auto;
  display: block;
  flex-direction: row;
  justify-content: space-between;
}
	.Top-p{
	font-size: 35px;
	line-height: 40px;

}.top-sub{
font-size: 20px;

}
.item {
   width: 80%;
	height: 140px;
	margin: 15px auto ;
	}
	.item01{
		height: 50px;
	}
	.item-img-01,.item-img-02,.item-img-03,.item-img-04{
		height: 90px;
			background-size: 100px;
		background-repeat: no-repeat;
			background-position: center;
	}
	#kosodate{
		margin-top: 15px;
		height: auto;
		padding-bottom: 50px;
	}

.kosodate-p{
	font-size: 18px;
	height: 40px;

}
	.kosodate-box{
			font-size: 14px;
	line-height: 28px;
	width: 95%;
	margin: 15px auto;
		padding: 20px 0;
	}
.Text,.saiyou-p-small{
	font-size: 14px;
	line-height: 28px;
	width: 95%;
	margin: 15px auto;
	
}

#RECRUIT,#index-about{
		height: auto;
	width:95%;
	margin: 0 auto;
	padding: 20px 0;
	background-color: white;
	
	
}
#Recruit01{
	width: 95%;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 20px;
	
}
#Recruit-02{
	width: 95%;
	padding: 0;
	margin: 0 auto;
}
 iframe{
		width: 200px;
		height: 300px;
	} 
	
	#konen-insta-index{
		width: 100%;
		padding: 0;
	}
.readMore{
	bottom: 10px;
	right: 20px;
	margin-top: 5px;
	font-size: 16px;
	padding: 10px 10px;
	border-radius: 5px;
	
}
}
@media screen and (min-width:400px) and ( max-width:767px){
#main{
	height:250px;
}
	
#TopImg03{
	height: 100px;
	padding-top: 50px;
	background-size:70%;

}
#TopImg01{
	background-size: 150%;

}
#item-oya,#index-about{
		padding-bottom: 0;
	}	
.item-box {
	width: 90%;
	margin: 15px auto;
  display: block;
  flex-direction: row;
  justify-content: space-between;
}
	.Top-p{
	font-size: 35px;
	line-height: 40px;

}.top-sub{
font-size: 20px;

}
.item {
   width: 80%;
	height: 140px;
	margin: 15px auto ;
	}
	.item01{
		height: 50px;
	}
	.item-img-01,.item-img-02,.item-img-03,.item-img-04{
		height: 90px;
			background-size: 100px;
		background-repeat: no-repeat;
			background-position: center;
	}
	#kosodate{
		margin-top: 15px;
		height: auto;
		padding-bottom: 50px;
	}

.kosodate-p{
	font-size: 18px;
	height: 40px;

}
	.kosodate-box{
			font-size: 14px;
	line-height: 28px;
	width: 95%;
	margin: 15px auto;
		padding: 20px 0;
	}
.Text,.saiyou-p-small{
	font-size: 14px;
	line-height: 28px;
	width: 95%;
	margin: 15px auto;
	
}

#RECRUIT,#index-about{
		height: auto;
	width:95%;
	margin: 0 auto;
	padding: 20px 0;
	background-color: white;
	
	
}
#Recruit01{
	width: 95%;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 20px;
	
}
#Recruit-02{
	width: 95%;
	padding: 0;
	margin: 0 auto;
}
 iframe{
		width: 200px;
		height: 300px;
	} 
	
	#konen-insta-index{
		width: 100%;
		padding: 0;
	}
.readMore{
	bottom: 10px;
	right: 20px;
	margin-top: 5px;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 5px;
	
}
}
@media screen and (min-width:768px) and ( max-width:999px){
#pankuzu{
		display: none;
	}
	.pc-menu{
		display: none;
	}



	
	

}



/*タブレット＆13インチっこから*/
@media screen and (min-width:1000px) and ( max-width:1280px){
	#home{
		width:100%;
	}
	#about{
		width: 100%;
	}
	#main{
		
	}
	#responsive {
    	display:none;
	}	
	header{
		width: 100%;
	}
	.main-menu{
		width: 100%;

	}
	.pc-menu{
		width: 70%;
	}
	.pc-menu > ul > a {
  
  font-size: 14px;
 

}
	.logo{
		width: 25%;
	}
}


	
@media screen and (min-width:1281px) and ( max-width:1500px){
#responsive {
    	display:none;
	}
	#main{
		
	}
.pc-menu{

	}
	header{
		width: 100%;
	}
	.main-menu{
	}
	#site_map_phone{
		display: none;
}
@media screen and (min-width:1501px){
#responsive {
    	display:none;
	}	

	footer{
		width: 100%;
	}
		.main-menu{
	}
	#site_map_phone{
		display: none;
	}
}
}