@charset "UTF-8";
/* CSS Document */

@media print{
  印刷用CSSの定義を指定する
}

html{
  margin:0;	
  padding:0;
	}

@media screen and (min-width:1025px) {
body{
	margin:0;
	padding:0;	
	background-color:#FFFFFF;
	min-width:1060px;
	font-family:sans-serif;
	 -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	}
}
@media screen and (max-width:1024px) { 
body{
	margin:0;
	padding:0;	
	background-color:#FFFFFF;
	font-family:sans-serif;
	 -webkit-text-size-adjust: 100%;
	}
}

.wrap{
	overflow: hidden;
	margin:0 auto;
	}


		
.buttom_otoiawase{
	text-align:right;
	padding-top:20px
	    }			
		
@media screen and (min-width:1025px) {
#content1{
	width:1060px;
	margin: 0 auto;
	position: absolute;
    top: 0;
	left: 0;
    right: 0;
	    }
}		
@media screen and (max-width:1024px) {
#content1{
	width:330px;
	margin: 0 auto;
	position: absolute;
    top: 0;
	left: 0;
    right: 0;
	    }
}
		

			
@media screen and (min-width:1025px) {			
.content1_1	{
	position:absolute;
	top: 20px;
    left: 0;
    width: 304px;
	z-index:1;
	margin:auto;
	    }			

.content1_1_catch	{
	display:none;
	    }
}
@media screen and (max-width:1024px) {			
.content1_1	{
	position:absolute;
	top: 20px;
    left: 10px;
    width: 304px;
	z-index:1;
	margin:auto;
	    }			

.content1_1 img	{
	width:70%;
	height:auto;
	    }
		
.content1_1_catch	{
	position:absolute;
	top: 130px;
    left: 10px;
    width: 319px;
	z-index:1;
	margin:auto;
	    }
}			

.content1_2	{
	position:absolute;
	top: 20px;
    right: 0;
	z-index:1;
	margin:auto;
	font-weight:700;
	    }

@media screen and (max-width:1024px){
	.content1_2	{
		display:none;
	    }
}
	
ul.menu_line li a:hover{
	color:black;
		}
					
@media screen and (min-width:1025px) { 
  #header{
	background-image:url(img/recruit_mainimg.jpg);
	background-size:cover;
	height: 0;
	padding-top: calc(1590 / 3000 * 100%);　/* calc(画像高さ ÷ 画像横幅 × 100%) */
	width:100%;
	margin: auto;
	overflow:hidden;
	position:relative;
	     }
}
@media screen and (max-width:1024px) { 
  #header{
	background-image:url(img/recruit_mainimg_sp.jpg);
	background-size:cover;
	height: 0;
	padding-top: calc(330 / 479 * 100%);　/* calc(画像高さ ÷ 画像横幅 × 100%) */
	width:100%;
	margin: auto;
	overflow:hidden;
	position:relative;
	     }
}

	
		



img {
    border-style:none;
}

a:hover {
opacity:0.8;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
           }

a:link { color : #ffffff; }

a:visited {
  color : #ffffff;
}   

a {
text-decoration : none; 
       }


a img {border-style:none;}

ul.menu_line li	{
	display:inline-block;
	color:white;
	padding-left:20px;
	padding-right:20px;
	    }
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-wrapperここから*/ 
@media screen and (min-width:1025px){
#wrapper{
	margin:0 auto;
	position:relative;
	width:1060px;
	} 
}
@media screen and (max-width:1024px){
#wrapper{
	margin:0 auto;
	position:relative;
	width:330px;
	} 
} 
	
@media screen and (min-width:1025px){	
.container{
    margin: auto;
	margin-top:100px;
}       
}
@media screen and (max-width:1024px){	
.container{
    margin: auto;
	margin-top:160px;
}       
}       

@media screen and (min-width:1025px){
header.hamburg{
	display:none;
}
}
header.hamburg{
	position:absolute;
	top: -50px;
	left: 20px;
	z-index:20;
}
h1 {
	width:300px;
}      
/*PCのスタイル*/
header nav {
	margin-right: -16px;
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 16px ;
}
#nav_toggle{
	display: none;
}

/*メニュー部分*/
@media screen and (max-width:1024px){
	nav{
		display: none;
		position: absolute;
		top:72px;
		width: 100%;
		background: #343b93;
		left: -4px;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
		margin-left: -25px;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}

}

@media screen and (max-width:1024px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 10px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
		top: -6px;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}

.contents01_02{
	margin-top:-170px;
}       

@media screen and (min-width:1025px) {
.contents01{
	float:left;
	margin-left: 200px;
	margin-top: 50px;
	text-align: justify;
	text-justify: inter-ideograph;
	position:absolute;
	z-index:10;
}       
}
@media screen and (max-width:1024px) {
.contents01{
	float:left;
	width:260px;
	margin-left: 60px;
	left: 0;
    right: 0;
    margin: 0 auto;
	margin-top: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	position:absolute;
}       
}

@media screen and (min-width:1025px) {
.content1_button_pc{	
	position: fixed;
	top: 70px;
    right: 0;
	padding: 6px 40px;
	z-index:10;
}
.content1_button_sp{
	display:none;
}         
}
@media screen and (max-width:1024px) {
.content1_button_sp{	
	position: fixed;
	top: 180px;
    right: 0;
	padding: 6px 35px;
	z-index:10;
} 
.content1_button_pc{
	display:none;
}       
}

@media screen and (min-width:1025px) {
.contents01_sentence_pc{
	padding-left:100px;
	}
.contents01_sentence_sp{
	display:none;
	}
.contents01_sentence_pc p.caption{
	font-size: 38px;
    line-height: 1.5;
	letter-spacing:3px;
	font-weight:bold;
}       
.contents01_sentence_pc p.honbun{
	line-height: 55px;
	font-size:16px;
	font-weight:700;
}
}
@media screen and (max-width:1024px) {
.contents01_sentence_pc{
	display:none;
	}
.contents01_sentence_sp{
	display:inline;
	}			 
.contents01_sentence_sp p.caption{
	font-size: 22px;
    line-height: 1.2;
	letter-spacing:3px;
	font-weight:bold;
}       
.contents01_sentence_sp p.honbun{
	line-height: 26px;
	font-size:14px;
	font-weight:700;
}
}       

@media screen and (min-width:1025px) {
.contents02{
	background-image:url(img/recruit_recruitimg.jpg);
	width:800px;
	height:635px;
	margin:0 auto;
}   
}
@media screen and (max-width:1024px) {
.contents02{
	background-image:url(img/recruit_recruitimg_sp.jpg);
	background-size:cover;
	height: 0;
	padding-top: calc(580 / 479 * 100%);　/* calc(画像高さ ÷ 画像横幅 × 100%) */
	width:100%;
	margin: auto;
	overflow:hidden;
}   
}   

@media screen and (min-width:1025px) {
.contents02_hito{
	margin:0 auto;
	position:absolute;
	top:300px;
	left:-100;
	z-index:10;
}
}
@media screen and (max-width:1024px) {
.contents02_hito{
	display:none;
}
}

.contents01_title p,.contents02_title p {
    margin: 0; 
    padding: 0;
	font-size:20px;
	font-weight:bold;
}

.contents01_sentence p,.contents02_sentence p{
	font-size:14px;
	line-height:3px;
	margin-bottom:40px;
	font-weight:700;
}

.contents01_sentence p.honbun{
	line-height: 55px;
	font-size:16px;
	font-weight:700;
} 
    	
.contents_jobs1{
	margin:0 auto;
	margin-top:60px;
	position:relative;
}

@media screen and (min-width:1025px) {
.jobs1_img_sp{
	display:none;
}
}
@media screen and (max-width:1024px) {
.jobs1_img_pc{
	display:none;
}
.jobs1_img_sp{
	width:307px;
	margin:0 auto;
}
}

@media screen and (min-width:1025px) {
.jobs1_naiyou{
	position:absolute;
	bottom: 40px;
    right: 70px;
}
}

@media screen and (min-width:1025px) {
.jobs1_caption{
	font-weight:bold;
	font-size:17pt;
}
}
@media screen and (max-width:1024px) {
.jobs1_caption{
	font-weight:bold;
	font-size:15pt;
}
}

@media screen and (min-width:1025px) {
.jobs1_button_pc .jobs1_button1{
  background-color: #7c7c7c;
  padding: 8px 110px;
  text-align: center;
  border-style: none;
  font-size:12pt;
  box-shadow: 0.5px 0.5px 2px 0.5px #666;
  -moz-box-shadow: 0.5px 0.5px 2px 0.5px #666;
  -webkit-box-shadow: 0.5px 0.5px 2px 0.5px #666;
  color:white;
  font-weight:700;
}
.jobs1_button_sp{
	display:none;
}
}
@media screen and (max-width:1024px) {
.jobs1_button_sp .jobs1_button1{
  background-color: #7c7c7c;
  padding: 8px 110px;
  text-align: center;
  border-style: none;
  font-size:12pt;
  box-shadow: 0.5px 0.5px 2px 0.5px #666;
  -moz-box-shadow: 0.5px 0.5px 2px 0.5px #666;
  -webkit-box-shadow: 0.5px 0.5px 2px 0.5px #666;
  color:white;
  font-weight:700;
}
.jobs1_button_pc{
	display:none;
}
}

.jobs1_button2{
  background-color: white;
  padding: 8px 110px;
  text-align: center;
  margin-top:10px;
  border-style: none;
  font-size:12pt;
  box-shadow: 0.5px 0.5px 2px 0.5px #666;
  -moz-box-shadow: 0.5px 0.5px 2px 0.5px #666;
  -webkit-box-shadow: 0.5px 0.5px 2px 0.5px #666;
  font-weight:700;
  color:#7c7c7c;
}

.jobs1_button1 a{
  color: white;
  font-weight:700;
}

.jobs1_button2 a{
  color: #B4B4B5;
  font-weight:700;
}


li {
margin-left:0px;
list-style-type: none;
}



/*ここからインタビュー記事のブロック*/
@media screen and (min-width:1025px) {
	.recruit_interview_pc{
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.recruit_interview_caption_pc{
		font-size: 20pt;
        font-weight: bold;
        letter-spacing: 1px;
	}
	.recruit_interview_honbun_pc{
		font-size: 13pt;
        line-height: 2;
        letter-spacing: 1px;
        text-align: justify;
        font-weight: 700;
	}
	.recruit_interview_link_pc{
		font-size: 13pt;
        line-height: 1.5;
        letter-spacing: 1px;
        text-align: justify;
        font-weight: 700;
		color: #7c7c7c;
	}
	a.interviewlink_pc{
		color: #3028D2;
	}
	a.interviewlink_pc:visited{
		color: #3028D2; 
	}
	a.interviewlink_pc:hover{
		opacity: 0.5;
	}
	.recruit_interview_sp{
		display: none;
	}
}

@media screen and (max-width:1024px) {
	.recruit_interview_sp{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.recruit_interview_caption_sp{
		font-size: 16pt;
        font-weight: bold;
        letter-spacing: 1px;
		text-align: justify;
	}
	.recruit_interview_honbun_sp{
		font-size: 13pt;
        line-height: 2.1;
        letter-spacing: 1px;
        text-align: justify;
        font-weight: 700;
	}
	.recruit_interview_link_sp{
		font-size: 13pt;
        line-height: 1.5;
        letter-spacing: 1px;
        text-align: justify;
        font-weight: 700;
		color: #7c7c7c;
	}
	a.interviewlink_sp{
		color: #3028D2;
	}
	a.interviewlink_sp:visited{
		color: #3028D2; 
	}
	a.interviewlink_sp:hover{
		opacity: 0.5;
	}
	.recruit_interview_pc{
		display: none;
	}
}
/*ここまでインタビュー記事のブロック*/
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-main_contentsここまで*/ 



