@charset "UTF-8";

body {
	margin: 0px;
	padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size:16px;
    line-height: 1.6;	
}

* html body{  
    overflow: hidden;
}

a {
    color: #333333;
}
a:focus, a:hover {
    color: #999999;
    text-decoration: none;
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	/*-----position: relative;-------*/
}

/*--------------------------------------------
	リンクスタイル
--------------------------------------------*/
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
a:active {
	color: #0066cc;
}

/*--------------------------------------------
	ヘッダー
--------------------------------------------*/

.recruit_header{
	width: 100%;
	background-color: #FFF;
	position: fixed;
	top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	z-index:999999;
	}

.header_wrap{
	width:1100px;
	margin:0 auto;
	padding:10px 0 0 0;
	}

.header_logo{
	width:273px;
	float:left;
	}
.arrow {
	background:url("../images/common/arrow_green.png") no-repeat 0 50%;
    padding-left: 14px;
}

.to_home_link{
		float: left;
		width: 200px;
		padding:25px 0 0 36px;
		font-size:14px;
	}

.to_home_link a:hover {
	color: #ccc;
}

.head_btn01{
	width:236px;
	float:left;
	padding:10px 0 0 110px;
	}

.head_btn02{
	width:211px;
	float:left;
	padding:17px 0 0 20px;
	}
	
#gnavi {
	width:1100px;
	margin:0 auto;
    margin: 4px 0 0;
	 position: relative; 
  overflow: hidden;
}
#gnavi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	 position: relative;
  left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
  float: left;
}
#gnavi ul li {
	width:156px;
    float: left;
    margin: 0;
    padding: 0;
	position: relative;
  left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
  float: left;
  list-style: none;
	text-align:center;
}
#gnavi ul li a {
    display: block;
}
#gnavi ul li a img {
    display: block;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
	.recruit_header{
	width: 100%;
	background-color: #FFF;
	position:static;
	top: 0;
	border-bottom-width: 0px;
	}

.header_wrap{
	width:100%;
	margin:0 auto;
	padding:30px 0 0 0;
	}

.header_logo{
	width:90%;
	float:none;
	margin:0 auto;
	text-align:center;
	}
	
.header_logo img{
	max-width:100%;
	height:auto;
	}

.to_home_link{
		float:none;
		width: 140px;
		padding:10px 0 0 0;
		font-size:16px;
		margin:0 auto;
		text-align:center;
	}

.head_btn01{
	width:236px;
	float:none;
	margin:0 auto;
	padding:10px 0 0 0;
	}

.head_btn02{
	width:211px;
	float:none;
	padding:20px 0 20px 0;
	margin:0 auto;
	}

	
}

/*--------------------------------------------
	nav sp
--------------------------------------------*/

#head_nav_sp {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin-bottom: 1.5em;
}
#head_nav_sp label {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}
#head_nav_sp ul {
    margin: 0;
    padding: 0;
}
#head_nav_sp ul li {
    border-top: 1px dotted #eaeaea;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}
#head_nav_sp ul li a {
    color: #13c8e8;
}
#head_nav_sp, .menu-main-menu-container {
    display: none;
}
@media screen and (max-width: 767px) {
#gnavi {
    display: none;
}
#head_nav_sp {
    display: block;
}
}

/*--------------------------------------------
	フッター
--------------------------------------------*/

#mv_area, #footer {
    width: 100%;
}

.wrap {
margin: 0 auto;
max-width: 1100px;
}

#footer #recruit_bnr {
    background-color: #edf9f2;
	border-top:2px solid #39b54a;
    padding: 15px 0 0 0;
}
#footer #recruit_bnr ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer #recruit_bnr .units-row .unit-20 {
    width: 18.4%;
	margin-left:2%;
	float:left;
}

#footer #recruit_bnr .units-row .unit-20 img{
	width:100%;
	height:auto;
	}
#footer #recruit_bnr .units-row .unit-20:first-child {
	margin-left:0;
}
#footer #recruit_bnr ul li {
    margin-bottom: 1em;
    text-align: center;
}
#footer #recruit_bnr ul li img {
    display: block;
    margin: 0 auto;
}
#footer #footer_navi {
    background:#39b54a;
    margin-bottom: 1.5em;
    padding: 10px 0;
}
#footer #footer_navi ul {
    list-style-type: none;
    margin:0 auto;
    padding: 0;
	width:1100px;
}
#footer #footer_navi ul li {
	background:url("../images/common/arrow_white.png") no-repeat 0 50%;
    display: inline-block;
    font-size: 14px;
    margin-right: 1.2em;
    padding-left: 14px;
}
#footer #footer_navi ul li:last-child {
    margin-right: 0;
}
#footer #footer_navi ul li a {
	text-decoration:underline;
}
#footer #footer_navi a {
    color: #fff;
}
#footer #footer_navi a:visited {
    color: #fff;
}
#footer #footer_middle{
	padding:0 0 20px 0;
	}
#footer #footer_middle #footer_logo {
    float: left;
    margin:0.15em 1em 0 0;
}
#footer #footer_middle #footer_address {
    float: left;
    font-size: 0.85em;
}
#footer #footer_middle p {
    font-size: 1.2em;
    line-height: 1.4;
	margin:0;
    padding: 0;
}
#footer #footer_middle #footer_copy {
	font-size: 0.85em;
    float: right;
}

#pageTop {
    bottom: 120px;
    margin: 0;
    position: fixed;
    right: 0;
}

.clear{
	clear:both;
	}

@media screen and (max-width: 767px) {
	.wrap {
margin: 0 auto;
max-width: 100%;
}

#footer #recruit_bnr .units-row .unit-20:first-child {
	 width: 90%;
	margin-left:0;
	float:none;
	margin:0 auto 20px;
}

#footer #recruit_bnr .units-row .unit-20:first-child img{
	max-width:100%;
	height:auto;
}


#footer #recruit_bnr .units-row .unit-20 {
    width: 90%;
	margin-left:0;
	float:none;
	margin:0 auto 20px;
}

#footer #recruit_bnr .units-row .unit-20 img{
	max-width:100%;
	height:auto;
}

#footer #footer_navi ul {
    list-style-type: none;
    margin:0 auto;
    padding: 0;
	width:90%;
}

#footer #footer_navi ul li {
	background:url("../images/common/arrow_white.png") no-repeat 0 50%;
    display: inline-block;
    font-size: 16px;
    margin-right: 1.2em;
    padding-left: 14px;
}

#footer #footer_middle #footer_logo{
    float:none;
    margin:10px auto;
	width:90%;
	text-align:center;
}
#footer #footer_middle #footer_address {
    float:none;
    font-size: 16px;
	text-align:center;
	padding:0 0 10px 0;
}
#footer #footer_middle p {
    font-size: 1.2em;
    line-height: 1.4;
	margin:0;
    padding: 0;
}
#footer #footer_middle #footer_copy {
	font-size: 16px;
    float:none;
	text-align:center;
	padding:0 10px;
}
	
}

/*--------------------------------------------
	募集要項一覧
--------------------------------------------*/

.recruit_wrap{
	padding:150px 0 0 0;
	width:1100px;
	margin:0 auto;
	}

.bread_li li{
	float:left;
	display:inline-block;
	padding:0 10px 0 0;
	font-size:14px;
	}

.recruit_ttl{
	font-size:30px;
	text-align:center;
	background-color:#32b744;
	font-weight:bold;
	padding:20px;
	color:#FFF;
	margin:0 0 20px 0;
	}

.recruit_search{
	background-color:#ececec;
	padding:10px 0 10px 60px;
	margin:0 0 30px 0;
	}

.recruit_select{
	width:30%;
	float:left;
	text-align:center;
	padding:0 1%;
	}

.recruit_search .cp_ipselect{
	overflow: hidden;
	width:90%;
	margin: 20px auto;
	text-align:center;
	width: 100%;
	}
	
.cp_ipselect select {
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	border: 2px solid #32b744;
	outline: none;
	background-image: url(../images/recruit_img/select_arow.png);
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #FFF;
	font-size: 20px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #32b744;
	background-repeat: no-repeat;
	background-position: 95% 18px;
	text-align:center;
	text-align: -webkit-center;	
}

.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.recruit_wrap02{
	width:1100px;
	margin:0 auto;
	padding:0 0 30px;
	}


.recruit_set{
	width:1020px;
	margin:0 auto 30px auto;
	background-color:#f9fbef;
	}

.recruit_set_mds{
	background-color:#e4fcdf;
	text-align:center;
	font-size:24px;
	padding:24px;
	}

.recruit_set_inner{
	padding:30px 50px;
	}

.recruit_set_photo{
	width:320px;
	float:left;
	}
.recruit_set_photo img {
	width: 320px;
	height: 200px;
}

.recruit_set_tbl{
	float:right;
	text-align:right;
	}

.recruit_set_tbl table{
	border: 1px solid #000;
	border-collapse: collapse;
text-align:left;
padding:70px 0;
background-color:#FFF;
width:550px;
margin:0 auto;

}

.recruit_set_tbl th{
	padding: 5px 5px 5px 40px;
background-color:#e4fcdf;
font-weight:normal;
	border: 1px solid #000;
	padding:8px;
	vertical-align:top;
	text-align:center;
	vertical-align:middle;
}

.recruit_set_tbl td{
padding: 5px;
	border: 1px solid #000;
	padding:8px;
	
}

.recruit_set_btn{
	width:245px;
	margin:30px auto 10px;
	}
	
@media screen and (max-width: 767px) {
	
.recruit_wrap{
	padding:0 0 0 0;
	width:100%;
	margin:0 auto;
	}

.bread_li ul{
	width:95%;
	padding:0 0 20px 0;
	margin:0 auto;
	}

.bread_li li{
	float:left;
	display:inline-block;
	padding:0 10px 0 0;
	font-size:14px;
	}

.recruit_ttl{
	font-size:20px;
	text-align:center;
	background-color:#32b744;
	font-weight:bold;
	padding:20px;
	color:#FFF;
	margin:0 0 20px 0;
	}

.recruit_search{
	background-color:#ececec;
	padding:10px 0 10px 0;
	margin:0 0 30px 0;
	text-align:center;
	}

.recruit_select{
	width:90%;
	float:none;
	text-align:center;
	padding:0 1%;
	margin:0 auto;
	}

.recruit_search .cp_ipselect{
	overflow: hidden;
	margin: 10px auto;
	text-align:center;
	width: 90%;
	}

.recruit_wrap02{
	width:95%;
	margin:0 auto;
	padding:0 0 30px;
	}


.recruit_set{
	width:100%;
	margin:0 auto 30px auto;
	background-color:#f9fbef;
	}

.recruit_set_mds{
	background-color:#e4fcdf;
	text-align:center;
	font-size:18px;
	padding:15px;
	}

.recruit_set_inner{
	width:95%;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
	}

.recruit_set_photo{
	width:100%;
	float:none;
	margin:0 0 30px 0;
	}

.recruit_set_photo img{
	max-width:100%;
	height:auto;
	}

.recruit_set_tbl{
	float:none;
	text-align:center;
	}

.recruit_set_tbl table{
	border: 1px solid #000;
	border-collapse: collapse;
text-align:left;
padding:70px 0;
background-color:#FFF;
width:95%;
margin:0 auto;

}

.recruit_set_tbl th{
	padding: 5px 5px 5px 40px;
background-color:#e4fcdf;
font-weight:normal;
	border: 0px solid #000;
	padding:8px;
	vertical-align:top;
	text-align:center;
	vertical-align:middle;
	display:block;
}

.recruit_set_tbl td{
padding: 5px;
	border: 0px solid #000;
	padding:8px;
	display:block;
	text-align:center;
	
}

.recruit_set_btn{
	width:245px;
	margin:30px auto 10px;
	}
	
	
}


/*--------------------------------------------
	募集要項詳細
--------------------------------------------*/
#entry_input_submit {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 245px;
    height: 58px;
    background-size: contain;
    background-image: url(../images/recruit_img/recruit_entry_btn.png);
}

.recruit_boshu_inner ul {
list-style: none;
}


.recruit_shousai_right{
	width:560px;
	float:right;
	text-align:left;
	}

.recruit_shousai_point{
	width:166px;
	padding:0 0 10px 0;
	}

.recruit_shousai_copy01{
	font-size:20px;
	}
	
.recruit_boshu_inner {
margin: 0 auto 40px;
max-width: 1020px;
}

.recruit_boshu_inner > ul {
	margin:0;
	padding:0;
}

.recruit_boshu_inner > ul > li {
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #ececec;
	display: flex;
	list-style-type: none;
}

.recruit_boshu_inner li span {
width: 200px;
font-weight: 500;
text-align: center;
background:none;
color:#000;
}

.recruit_entry_btn{
	width:245px;
	margin:0 auto 50px auto;
	}

@media screen and (max-width: 767px) {
	

.recruit_boshu_inner ul {
list-style: none;
padding:0;
	width:95%;
	margin:0 auto;
	display: block;
}
	.recruit_shousai_right{
	width:90%;
	float:none;
	text-align:left;
	margin:0 auto;
	}

.recruit_shousai_point{
	width:166px;
	padding:0 0 10px 0;
	margin:0 auto;
	}

.recruit_shousai_copy01{
	font-size:20px;
	}

.recruit_boshu_inner > ul > li {
	display: block;
	width:90%;
	margin:0 auto;
}

.recruit_boshu_inner li span {
margin-bottom: 1rem;
text-align: left;
display: block;
font-weight:bold;
}

	
	
	}
	

.nav-links{
  padding:10px;
  display:flex;
  justify-content:center;
  color:#FFF;
}
.nav-links a,span{
  height:30px;
  margin:2px;
  padding:0 10px;
  line-height:30px;
  text-align:center;
  font-size:16px;
  text-decoration:none;
  transition:.3s;
  background-color:#a9c7a4;
   border-radius: 4px;          
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;
	color:#FFF;
}

.nav-links a:link {
	color: #FFF;
	text-decoration: none;
}
.nav-links a:hover{
	background-color:#CCC;
  border-radius:100%;
  border-radius: 4px;          
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px; 
	color:#FFF;
}
.nav-links .current{
	background-color:#32b744;
  border-radius: 4px;          
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px; 
  color:#FFF;
}
.nav-links .dots{
  background:none;
  color:#32b744;
}

/*--------------------------------------------
	フローティングバナー
--------------------------------------------*/

.bottom_bnr_area{
	display:none;
	}


@media screen and (max-width: 767px) {
.bottom_bnr_area{
	position:fixed;
	bottom:0;
	display:block;
	width:100%;
	}



.bottom_bnr01 a{
	width:50%;
	background-color:#0189df;
	padding:15px 0;
	text-align:center;
	color:#FFF;
	display:block;
	float:left;
	}

.bottom_bnr01 a:hover {
	background-color:#75b2d9;
}

.bottom_bnr02 a{
	width:50%;
	background-color:#32b744;
	padding:15px 0;
	text-align:center;
	color:#FFF;
	display:block;
	float:left;
	}

.bottom_bnr02 a:hover {
	background-color:#8fdc9a;
}

}