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

body {
	-webkit-text-size-adjust: 100%;
}

/*=========================================== 
スマホ向けのレイアウトの指定：～960px 
===========================================*/
@media only screen and (min-width: 0px) {
	
#container{
	margin:0 auto;
	width:100%;
	color: rgb(75,75,75);
}

/* メインビジュアル */
.mv_sp img{
	width:100%;
	height:auto;
	display: block;
}
	
.mv{
	display: none;
}

#wrapper{
	margin:0 auto;
	width:100%;
}

/* タイトル周り */
.head{
	margin:45px auto;
	width:90%;
}

h2{
	font-size:24px;
	text-align: center;
}

h2 p{
	letter-spacing:3px;
	line-height: 1.5;
}

/*採用フロー*/
.procedure{
	width:90%;
	margin: 0 auto 36px;
	border: 1px solid rgb(0,0,0);
}

.procedure_inner{
	width:90%;
	margin: 30px auto;
}

h3{
	font-size: 16px;
	text-align: center;
}

h3 p{
	margin-bottom: 20px;
}

p.title_text{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: justify;
}

.procedure_inner dl{
	border: 1px solid rgb(188,188,188);
}

.procedure_inner dt{
	font-size: 15px;
	color: rgb(255,255,255);
	background-color: rgb(188,188,188);
	text-align: center;
	padding: 10px 0;
}

.procedure_inner dd{
	padding: 10px;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
}

.down-arrow{
	text-align: center;
	margin: 15px 0;
}

.down-arrow img{
	width: 14px;
	height: auto;
}

/*採用情報*/
.Adopt{
	width: 100%;
	margin: 0 auto;
}

h4{
	color: rgb(56,146,208);
	font-size: 20px;
}

h4 p{
	width: 90%;
	margin:0 auto 20px; 
}

.Adopt table{
	width: 90%;
	margin: 0 auto 36px;
}

.Adopt table th,.Adopt table td{
	border: 1px solid rgb(168,168,169);
}

.Adopt table th{
	width: 20%;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
	background-color: rgb(225,245,253);
}

.Adopt table td{
	width: 80%;
	font-size: 13px;
	padding: 10px;
	letter-spacing:1px;
	line-height: 1.3;
	word-break: break-all;
}
  
.Adopt table tfoot td {
  border: none !important;
}

.Adopt table.regular-employee_2,
.Adopt table.regular-employee_3,
.Adopt table.contract-employee_2{
	margin-top: 3.75%;
}

span.br{
	display: inline-block;
}

/*ページトップ ボタン*/
#page_top{
	color:rgb(220,220,220);
	position:fixed;
	bottom:15px;
	right:15px;
	font-size:1.4rem;
	z-index: 9999;
}

#page_top a{
	background:rgb(100,100,100);
	color:rgb(255,255,255);
	width:50px;
	padding:15px 5px;
	text-align:center;
	display:block;
	border-radius:5px;
}

#page_top a:hover{
	background:rgba(100,100,100,0.7);
}
	
/*共通項目*/
.closing{
	color: rgb(188,188,188);
	font-size: 14px;
	text-align: center;
	padding-bottom: 30px;
	line-height: 2rem;
	margin: 0 auto;
	}	
p.closing{
	padding-bottom: 30px;
	}
span.closing{
	padding-bottom: 0;

	}
.recruiting{
	color: rgb(220, 20, 60);
	font-size: 14px;
	text-align: center;
	padding-bottom: 30px;
	line-height: 2rem;
	width:90%;
	margin: 0 auto;
	}	
p.recruiting{
	padding-bottom: 30px;
	}
span.recruiting{
	padding-bottom: 0;

	}
}

/*=========================================== 
PC向けのレイアウトの指定：961px〜
===========================================*/
@media only screen and (min-width: 960px) {

body{
overflow-x: hidden;
}
	
#container{
	margin:0 auto;
	max-width:100vw;
}
	
/* メインビジュアル */
.mv{
	width: 100vw;
	height:294px;
	background: url(../images/guidelines_mv.jpg) no-repeat center top;
	background-size:cover;
	display: block;
}
	
.mv_sp{
	display: none;
}

/* タイトル周り */
.head{
	margin:90px auto;
	width:960px;
}

h2{
	font-size:45px;
}

h2 p{
	letter-spacing:5px;
}

/*採用フロー*/
.procedure{
	width:960px;
	margin: 0 auto 72px;
	border: 1px solid rgb(0,0,0);
}

.procedure_inner{
	width:768px;
	margin: 50px auto;
}

h3{
	font-size: 30px;
	text-align: center;
}

h3 p{
	margin-bottom: 40px;
}

p.title_text{
	margin-bottom: 40px;
}

.procedure_inner dt{
	font-size: 21px;
}

.procedure_inner dd{
	font-size: 14px;
}

.down-arrow img{
	width: 28px;
	height: auto;
}

/*採用情報*/
.Adopt{
	width: 960px;
	margin: 0 auto;
}

h4{
	color: rgb(56,146,208);
	font-size: 30px;
}

h4 p{
	width: 960px;
	margin: 0 0 40px 0;
  display: flex;
  flex-wrap: nowrap;
}

.Adopt table{
	width: 960px;
  margin: 0 auto 72px;
}

.Adopt table th{
	width: 20%;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
}

.Adopt table td{
	width: 80%;
	font-size: 16px;
	padding: 10px;
	line-height: 1.5;
	text-align: justify;
	text-justify:inter-ideograph;
}

.Adopt table.regular-employee_2,
.Adopt table.regular-employee_3,
.Adopt table.contract-employee_2{
	margin-top: 36px;
}


/*ページトップ ボタン*/
#page_top{
	color:rgb(220,220,220);
	position:fixed;
	bottom:30px;
	right:30px;
	font-size:1.8rem;
}

#page_top a{
	background:rgb(100,100,100);
	color:rgb(255,255,255);
	width:120px;
	padding:30px 0;
	text-align:center;
	display:block;
	border-radius:5px;
}

#page_top a:hover{
	background:rgba(100,100,100,0.7);
}
	
/*共通項目*/
.closing{
	font-size: 16px;
	line-height: 2.6rem;
	}
.recruiting{
	font-size: 20px;
	line-height: 3rem;
	}
}



