@charset "UTF-8";

@page {
  margin: 5mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 950px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
		/*height: auto;*/
    /*zoom: 0.8;*//* なるべく多くのブラウザで切れないようにするため */
		/*ransform: scale(0.6);*/
		zoom: 0.7;
  }
	
		/*section {
    page-break-before: always; 
  }*/
	/* 各セクションで改ページが行われるようにしています */
}

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

body{ background-color: #ffffff;}

a {text-decoration: none;}

html { scroll-behavior: smooth;}

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

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

header {
					position: fixed;
					padding-top: 20px;
					width: 100%;
					height: 100px;
					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;
	/*background-color: antiquewhite;*/
}

.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:19em;
/*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;
}


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

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



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



main {
				position: relative; 
				margin: 160px auto 100px;
				width: 1000px;
				height: auto;
				background-color: #ffffff;
			}

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



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



.head_s{
					text-align: center;
					margin: 0px auto 75px auto;
					color: #00a13e;
					font-size: 26px;
					line-height: 26px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.content_txt{
	margin: 0 auto;
	width: 770px;
	
}


.recruit{
	background-color: #00a13e;
	padding: 1px 0px 1px 0px;
}

.line{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 11px 0px;
	display: flex;
	/*height: 46px;*/
	background-color: #ffffff;
}

.line-2{
	margin: 1px 0px 0px 0px;
	padding: 10px 0px 11px 0px;
	display: flex;
	/*height: 46px;*/
	background-color: #ffffff;
}


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

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

.r-conten{
	width:624px;
	/*height: 16px;
	margin: 15px 0px 0px 5px;*/
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;	
}

.line-3{
	margin: 1px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	display: flex;
	/*height: 98px;*/
	background-color: #ffffff;
}

.r-item-3{
	margin: 0px 5px 0px 5px;
	width: 105px;
	/*height: 16px;*/
	text-align-last: justify;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
}

.fruit{
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 12px;
}


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

.r-conten-3{
	width:624px;
	/*height: 16px;*/
	margin: 0px 0px 0px 5px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;	
}

.txt-r{
	display: block;
	text-align: right;
	font-size: 16px;
}


.lead_S{
					padding: 0px 0px 0px 0px;
					margin: 100px auto 10px;
					text-align: left;
					color: #000000;
					font-size: 24px;
					line-height: 32px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
					border-bottom: 0px;
					border-style: solid;
					border-color: #000000;
}

.lead_S-n{
					padding: 0px 0px 0px 0px;
					margin: -30px auto -50px;
					text-align: left;
					color: #000000;
					font-size: 24px;
					line-height: 36px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
					border-bottom: 0px;
					border-style: solid;
					border-color: #000000;
}

.lead_S-s{
					padding: 0px 0px 0px 0px;
					margin: 0px auto 10px;
					text-align: left;
					color: #000000;
					font-size: 24px;
					line-height: 32px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
					border-bottom: 0px;
					border-style: solid;
					border-color: #000000;
}

.m-10{
	margin-bottom: 0px;
}


.entry-flow{
	margin: 0px auto 100px;
	height: 100px;
	width: 770px;
	background-image: url("../../../../image/SRC_R/INFORM/part_0-1/entry-flow-NL.png");
	background-repeat: no-repeat;
	background-size:770px;
	background-position: 0px 0px;		
}

.entry-flow-D{
	margin: 0px auto 100px;
	height: 100px;
	width: 770px;
	background-image: url("../../../../image/SRC_R/INFORM/part_0-1/entry-flow-DL.png");
	background-repeat: no-repeat;
	background-size:770px;
	background-position: 0px 0px;		
}

.entry-flow-C{
	margin: 0px auto 100px;
	height: 100px;
	width: 770px;
	background-image: url("../../../../image/SRC_R/INFORM/part_0-1/entry-flow-CL.png");
	background-repeat: no-repeat;
	background-size:770px;
	background-position: 0px 0px;		
}


.entry{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 70px;
	/*background-color: aqua*/
}

.entry-push{
	/*margin: 15px 0px 0px 0px;
	text-align: center*/;
}

.entry-button{

			width:280px;
			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: 18px;
			line-height: 36px;
			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;	
}

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

.soon{
	margin: 5px 0px 3px 0px;
	text-align: center;
	color: rgba(202,101,65,1.00);
	font-size: 18px;
	line-height: 18px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.entry-border{
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: solid 1px #00a23e;
	border-bottom: solid 1px #00a23e;
	height: auto;
}

.mn-mark{
	height: 49px;
	width: 165px;
	background-image: url("../../../../image/SRC_R/INFORM/part_0-1/mn-mark.png");
	background-repeat: no-repeat;
	background-size:165px;
	background-position: 0px 0px;	
}

.lead_SS{
					padding: 0px 0px 0px 0px;
					margin: -10px auto 10px;
					text-align: left;
					color: #000000;
					font-size: 20px;
					line-height: 32px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
					border-bottom: 0px;
					border-style: solid;
					border-color: #000000;
}



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




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






.b-top{
				text-align: center;
				margin: 70px 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▲******/
