@charset "UTF-8";

.clear { clear:both; } /*floatの解除*/

body{ background-color: #ffffff;}

a {text-decoration: none;}

html { scroll-behavior: smooth;}

.content {
						margin: 20px auto;
						width: 1000px;
						height: auto;
						background-color: #ffffff;
						border-style: solid;
						border-width: 0px 0px 0px 0px;
						border-color: #94b8d6;
					}

/******▼header▼******/

header {
					position: fixed;
					padding-top: 20px;
					width: 100%;
					height: 80px;
					inset: 0;
					margin: 0px auto;
					z-index: 9999;
					background-color: #FFFFFF;
				}


#nav-drawer {}

.nav-unshown {display:none;}

#nav-open {display:none;}
#nav-open span, #nav-open span:before, #nav-open span:after {display:none;}
#nav-open span:before {display:none;}
#nav-open span:after {display:none;}
#nav-close {display:none;}
#nav-content {display: block;}
/*#nav-content {
					display:flex;
					justify-content: flex-end;
				}*/
#nav-input:checked ‾ #nav-close {display:none;}
#nav-input:checked ‾ #nav-content {display:none;}

.del {display:none;}

.search-pc{
	margin: 0px auto;
	width: 1000px;
	display: flex;
	justify-content: space-between;
}

.search-sp {display:none;}

.search-w{
	/*visibility:hidden;*/
	width: 40%;
	margin: 5px 0px 0px 0px;
}

.pc_r {
				padding: 10px 0px 0px 0px;
				width: 50%;
				display: flex;
				justify-content: space-between;
			}

.r-site{
		margin: 12px 0px 0px 0px;
		width: 110px;
		height: 30px;
		font-size: 14px;
		text-align: center;
		color: #00a23e;
		line-height: 26px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
		/*background-color: aquamarine;*/
		border:1px solid #00a23e;
		box-sizing: border-box;
		border-radius: 16px;
}


 .sp_r {display: none;}

.top_menu_txt_2{
		width: 100%;
		height: 30px;
		margin:  5px 0px 0px 15px;
		text-align: left;
		color: #000000;
		font-size: 22px;
		line-height: 22px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.top_menu_txt:hover { color: #00a23e; }

 .pc {display:block;}
 .sp {display: none;}

.L_line{display: block;}
.LS_line{display: block;}
.S_line{display: none;}


#itemMenu {
width: 1800px;
display: flex;
justify-content: flex-end;
margin: 20px auto 0px;
/*text-align: right;*/
/*align-items: flex-end;*/
/*boxの影-------------------------*/
/*box-shadow:1px 1px 3px rgba(0,0,0,0.4);*/
/*background-color: #E5DBB2;*/
}

#itemMenu li {
padding-left: 60px;	
width:auto;
position:relative;
/*text-align: right;*/
/*background-color: #80E5E9;*/
}

.item{
	height: 28px;
	/*border-left: #b5b5b6 solid 2px;*/
	padding: 6px 0px 0px 0px;
}

.item_2{
	display: none;
}

/*.item_s{
	display: none;
}*/


#itemMenu li a {
font-size: 15px;
line-height: 16px;
font-weight: 400;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
color: #000000;
text-decoration: none;
text-align:center;
padding: 1px 0;
display:block;
z-index: 10;
position:relative;
}

#itemMenu li a:hover {
	color: #00a33e;
}


#itemMenu li ul.sub {
height: 0;
width: 0;
overflow:hidden;
position:absolute;
z-index: 10;
top: 0;
left: -10px;
font-size: 14px;
padding-top: 5px;
padding-bottom: 6px;
/*background: #ffffff;*/
opacity: 0.5;
-webkit-transition: opacity 200ms linear, top 200ms ease-in;
/*border-radius:0 0 6px 6px;*/	
}

#itemMenu li:hover ul.sub {
height: auto;
/*width: 120%;*/
width:20em;
/*background: #ffffff;*/	
opacity: 1;
top: 26px;
}

#itemMenu li ul.sub li {
float:none;
}

#itemMenu li ul.sub li a {
/*width: 120%;*/
/*width:17em;*/	
font-size: 14px;
color: #ffffff;
text-align:left;
padding: 14px 14px;
font-weight: 600px;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
background-image:none;
/*background-color: #DDE8E9;*/
background-color: rgba(0,162,62,0.8);
text-shadow:none;
border: none;
}

#itemMenu li ul.sub li a:hover {
background-image:none;
background-color: rgba(7,122,51,0.9);
color: #FFFF83;
/*font-weight: 400;*/
/*background-color: #CCE2D0;*/
border: none;
}

.cogr{
	color: #00a23e;
}

/******▲header▲******/

/******▼main▼******/


main {
				position: relative; 
				margin: 102px auto 50px;
				width: 1000px;
				height: auto;
				/*background-color: #F9F5F5;*/
			}

#aim_1{
	margin: -60px 0px 100px 0px;
	/*background-color: aqua;*/
}

#aim_2{
	margin: -60px 0px 100px 0px;
	/*background-color: aqua;*/
}

#aim_3{
	margin: -60px 0px 100px 0px;
	/*background-color: aqua;*/
}

/******▼index▼******/

/*.spes_i{
		margin: 87px auto 106px;
		width: 1065px;
		position: relative; 
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

.title_i{
	width: 685px;
	height: 154px;
	border-left: #00a23e solid 6px;
	
}*/


/*.s_catch{
			margin: 27px auto 0px 17px;
			position: relative; 
			text-align: left;
			color: #000000;		
			font-weight: 600;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
		}

.catch{
			margin: 10px auto 0px 17px;
			position: relative; 
			text-align: left;
			color: #000000;		
			font-weight: 600;
			font-size: 38px;
			line-height: 38px;
			background: #00a23e;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
		}

.catch:hover{
			color: #00a23e;		
		}*/

/*.photo_i{
		margin: 0px auto 0px;
		width: 380px;
		position: relative; 
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	
}

.photo_s_i{}

.p_size_i{
	width: 180px;
	height: auto;
	
}

.profile_i{
			text-align: right;
			font-weight: 400;
			font-size: 14px;
			line-height: 14px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}*/




/******▲index▲******/

/*.menu_u{
			position: relative; 
			margin: 0px auto;
			display: flex;
			align-items: flex-start;
			width: 1200px;
			height: auto;
			border-bottom: #000000 solid 1px;
			
}

.categ{
				position: relative; 
				width:200px;
				height:26px;

				display: inline-block;
				text-align: center;
				text-decoration: none;
				color: #ffffff;		
				font-weight: 400;
				font-size: 13px;
				line-height: 26px;
				background: #00a23e;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.categ_A{
				position: relative; 
				width:200px;
				height:26px;

				display: inline-block;
				text-align: center;
				text-decoration: none;
				color: #3e3a39;		
				font-weight: 400;
				font-size: 13px;
				line-height: 26px;
				background: #c9caca;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.categ_A:hover{
								background: #00a23e;
								color: #ffffff;
							}


.categ_B{
				position: relative; 
				width:200px;
				height:26px;

				display: inline-block;
				text-align: center;
				text-decoration: none;
				color: #3e3a39;		
				font-weight: 400;
				font-size: 13px;
				line-height: 26px;
				background: #dcdddd;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.categ_B:hover{
								background: #00a23e;
								color: #ffffff;
							}

.categ_C{
				position: relative; 
				width:200px;
				height:26px;

				display: inline-block;
				text-align: center;
				text-decoration: none;
				color: #3e3a39;		
				font-weight: 400;
				font-size: 13px;
				line-height: 26px;
				background: #c9caca;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.categ_C:hover{
								background: #00a23e;
								color: #ffffff;
							}*/

.txt-s{
	font-size: 12px;
}

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

.big-1-1 {
					width: 1000px;
					height: 477px;
					background-image: url("../../../image/SRC_R/JOB/1-1-L.png");
					background-repeat: no-repeat;	
					background-size: 1000px;
					background-position: 0px 0px;	
				}

.photo_s-1-1{
					margin: 80px 0px 10px auto;
					width: 288px;
					height:185px;
					background-image: url("../../../image/SRC_R/JOB/1-1-S.png");
					background-repeat: no-repeat;	
					background-size: 288px;
					background-position: 0px 0px;	
}


.title-1-1{
			
						position: relative;
						width: 600px;
						top: 90px;
						left: 70px;
						font-weight: 500;
						font-size: 34px;
						line-height:54px;
						font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				}


.big-1-2 {
					height: 477px;
					background-image: url("../../../image/SRC_R/JOB/1-2-L.png");
					background-repeat: no-repeat;	
					background-size: 1000px 477px;
					background-position: 0px 0px;	
				}

.photo_s-1-2{
					margin: 80px 0px 10px auto;
					width: 288px;
					height:185px;
					background-image: url("../../../image/SRC_R/JOB/1-2-S.png");
					background-repeat: no-repeat;	
					background-size: 288px;
					background-position: 0px 0px;	
}


.title-1-2{
						position: relative;
						width: 640px;
						top: 64px;
						left: 448px;
						color: #ffffff;
						font-weight: 500;
						font-size: 34px;
						line-height:54px;
						font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif

				}

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

.big-2-1 {
					width: 1000px;
					height: 477px;
					background-image: url("../../../image/SRC_R/JOB/2-1-L.png");
					background-repeat: no-repeat;	
					background-size: 1000px;
					background-position: 0px 0px;	
				}

.photo_s-2-1{
					margin: 80px 0px 10px auto;
					width: 288px;
					height:185px;
					background-image: url("../../../image/SRC_R/JOB/2-1-S.png");
					background-repeat: no-repeat;	
					background-size: 288px;
					background-position: 0px 0px;	
}


.title-2-1{
			
						position: relative;
						width: 600px;
						top: 70px;
						left: 80px;
						font-weight: 500;
						font-size: 34px;
						line-height:54px;
						font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;

				}



.big-2-2 {
					width: 1000px;
					height: 477px;
					background-image: url("../../../image/SRC_R/JOB/2-2-L.png");
					background-repeat: no-repeat;	
					background-size: 1000px;
					background-position: 0px 0px;	
				}

.photo_s-2-2{
					margin: 80px 0px 10px auto;
					width: 288px;
					height:185px;
					background-image: url("../../../image/SRC_R/JOB/2-2-S.png");
					background-repeat: no-repeat;	
					background-size: 288px;
					background-position: 0px 0px;	
}



.title-2-2{
	
						position: relative;
						width: 640px;
						top: 300px;
						left: 30px;
						color: #000000;
						font-weight: 500;
						font-size: 34px;
						line-height:54px;
						font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif

				}

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

.big-3-1 {
					width: 1000px;
					height: 477px;
					background-image: url("../../../image/SRC_R/JOB/3-1-L.png");
					background-repeat: no-repeat;	
					background-size: 1050px;
					background-position: 0px -5px;	
				}

.photo_s-3-1{
					margin: 80px 0px 10px auto;
					width: 288px;
					height:185px;
					background-image: url("../../../image/SRC_R/JOB/3-1-S.png");
					background-repeat: no-repeat;	
					background-size: 288px;
					background-position: 0px 0px;	
}



.title-3-1{
			
						position: relative;
						width: 600px;
						top: 140px;
						left: 50px;
						font-weight: 500;
						font-size: 34px;
						line-height:54px;
						font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;

				}



.big-3-2 {
					width: 1000px;
					height: 477px;
					background-image: url("../../../image/SRC_R/JOB/3-2-L.png");
					background-repeat: no-repeat;	
					background-size: 1050px;
					background-position: 0px 0px;	
				}

.photo_s-3-2{
					margin: 80px 0px 10px auto;
					width: 288px;
					height:185px;
					background-image: url("../../../image/SRC_R/JOB/3-2-S.png");
					background-repeat: no-repeat;	
					background-size: 288px;
					background-position: 0px 0px;	
}



.title-3-2{
	
						position: relative;
						width: 800px;
						top: 170px;
						left: 35px;
						color: #000000;
						font-weight: 500;
						font-size: 34px;
						line-height:54px;
						font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif

				}


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



.content_u{
			position: relative; 
			margin: 0px auto;
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
			width: 1000px;
			height: auto;
			/*background-color: beige;*/
	}

.main_text{
				position: relative; 
				margin: 40px auto auto 40px;
				text-align: justify;
				width: 490px;
				font-weight: 400;
				font-size: 14px;
				line-height: 26px;
				font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
				/*background-color: antiquewhite;*/
			}

.content_u_r{
			width: 420px;
			margin: 15px 40px 60px auto;
			text-align: right;
			/*background-color: aquamarine;*/
	}

.profile{
			text-align: right;
			font-weight: 400;
			font-size: 12px;
			line-height: 20px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.photo_s{
					margin: 65px auto 15px auto;
					text-align: right;
				}


/*.p_size{
	width: 288px;
	height: auto;
}*/

.caption{
			margin: auto 0px auto auto;
			width: 288px;
			text-align: justify;
			font-weight: 400;
			font-size: 12px;
			line-height: 20px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

/*

.headline{
					margin: 0px 0px 20px 0px;
					color: #000000;
					font-size: 14px;
					line-height: 22px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.lead{
					margin: 40px 0px 20px 0px;
					color: #000000;
					font-size: 14px;
					line-height: 22px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}
*/


.b-top{
				text-align: center;
				margin: 0px auto 20px;
			}



.button-top{

			width:120px;
			height:40px;

			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 400;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
			font-size: 20px;
			line-height: 40px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.button-top:hover {
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
		}

/******▲main▲******/


/******▼footer▼******/

.flow{
		position: relative; 
		margin: 0px auto 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 1023px;
		height: auto;
	
}

.button{

			width:487px;
			height:60px;

			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 400;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
    	/*background: #36abdf;*/
			/*border-top: #9BCBE2 solid 2px;
			border-left: #A0D3DA solid 2px;
			border-bottom: #207BA3 solid 2px;
			border-right: #207BA3 solid 2px;*/
			font-size: 26px;
			line-height: 60px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.button:hover {
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
		}


/******▲footer▲******/
