@charset "utf-8";

.top-contents-left a:hover img{
	filter: alpha(opacity=75); /*For IE*/
	opacity: 0.75; /*Opera・Safari*/
	-moz-opacity: 0.75; /*For FireFox*/
}

.recruit_key_img {
    max-width: 100%;
}
.recruit_key_img img{
	max-width: 100%;
}
.saitou_choice_banner_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.saitou_choice_banner_wrap > div{
	width: 50%;
}
.saitou_choice_banner_wrap img{
	max-width: 100%;
}

/*------------ 採用情報ナビ部　-------------------*/

.recruitnav{
	clear:both;
	width:219px;
	height:190px;
	margin:7px auto 0 auto;
	text-align:left;
	background:url(../image/navi-title-back.gif) left top no-repeat;
}

.recruitnav img{
	margin:10px 10px 10px 10px;
}


.recruitnav ul{
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;
}

.recruitnav li{
	margin:0;
	margin-bottom:3px;
	list-style-type:none;
}

.recruitnav li span{display:none;}

/*新卒*/
.recruitnav li#navi-new a{
	display:block;
	width:200px;
	height:26px;
	background:url(../image/navi-back.jpg);
	background-position:0 0;
}
.recruitnav li#navi-new a:hover{background-position:0 -26px;}
body.re-n .recruitnav li#navi-new a{background-position:0 -26px;}

/*キャリア*/
.recruitnav li#navi-old a{
	display:block;
	width:200px;
	height:26px;
	background:url(../image/navi-back.jpg);
	background-position:-200px 0;
}
.recruitnav li#navi-old a:hover{background-position:-200px -26px;}
body.re-o .recruitnav li#navi-old a{background-position:-200px -26px;}

/*先輩社員*/
.recruitnav li#navi-voice a{
	display:block;
	width:200px;
	height:26px;
	background:url(../image/navi-back.jpg);
	background-position:-400px 0;
}
.recruitnav li#navi-voice a:hover{background-position:-400px -26px;}
body.re-v .recruitnav li#navi-voice a{background-position:-400px -26px;}

/*中途応募フォーム*/
.recruitnav li#navi-form a{
	display:block;
	width:200px;
	height:26px;
	background:url(../image/navi-back.jpg);
	background-position:-600px 0;
}
.recruitnav li#navi-form a:hover{background-position:-600px -26px;}

/*新卒応募フォーム*/
.recruitnav li#navi-nform a{
	display:block;
	width:200px;
	height:26px;
	background:url(../image/navi-back.jpg);
	background-position:-800px 0;
}
.recruitnav li#navi-nform a:hover{background-position:-800px -26px;}




/*画像用見出し*/
.top-contents-left h2.img-h2{
	clear:both;
	margin:0 0 20px;
	text-align:left;
}

/*中途採用ページ-----------------------------------------------------------------------------------------------------------*/
.pointer_none{
	pointer-events: none;
	user-select: none;
}


/*中途採用見出しなど*/
.top-contents-left h2.tyu-h2{
	clear:both;
	height:39px;
	margin:3em 0 3em;
	padding-left:1em;
	font-size:20px;
	line-height:39px;
	color:#009245;
	text-align:left;
	background:url(../image/tyu-h2.jpg) left bottom no-repeat;
	    font-weight: bold;
    padding: 0.5em 1em;
    margin-left: 5px;
    margin-right: 5px;
    outline: 3px solid #009245;
    outline-offset: 5px;
    background: linear-gradient(-45deg, transparent 0 20px, #ffffff 20px calc(100% - 20px), transparent calc(100% - 20px)), repeating-linear-gradient(-45deg, #009245 0 2px, #fff 2px 6px);
    border-radius: 3px;
}

/*中途採用見出しなど*/
.top-contents-left h3.tyu-h3{
	clear:both;
	height:20px;
	margin:0 0 10px;
	padding-left:1em;
	font-size:18px;
	line-height:20px;
	color:#009245;
	text-align:left;
	/*border-left:7px solid #009245;*/
}
.recruit_point_text {
  font-weight: bold;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
  display:inline-block;
}
.recruit_point_text::after {
    content: '';
    background-size: 10px 10px;
    background-color: #e1eef5;
    background-image: repeating-linear-gradient(-45deg, #e75f00 0, #e75f00 3px, #fff 0, #ffffff 50%);
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.mt1em{
	margin-top: 1em;
}
.top-contents-left h3.tyu-h3 {
    position: relative;
    padding: 0.3em 0 0.5em 2em;
    border-bottom: 3px solid #009245;
    /*color: #333333;*/
}

.top-contents-left h3.tyu-h3::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #fab900;
    content: '';
}

.top-contents-left h3.tyu-h3::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #922000;
    content: '';
}





/*中途背景001*/
.tyu-back001{
	    margin-top: 3em;
	margin-bottom:20px;
	width:720px;
	height:280px;
	background:url(../image/tyu-back001.jpg) left top no-repeat;
}

.tyu-back001-contents{
	padding-top:25px;
	margin:0 0 0 25px;
	width:500px;
}

.tyu-back001-contents h4{
	float:left;
	margin-right:1em;
	margin-bottom:3em;
}


.top-contents-left .tyu-back001-contents p{
	margin:0 0 12px;
	font-size:14px;
	line-height:1.5;
	text-align:left;
}

/*中途背景002*/
.tyu-back002{
	margin-bottom:50px;
	clear:both;
	width:720px;
	height:359px;
	background:url(../image/tyu-back002.jpg) left top no-repeat;
}

.tyu-back002-contents{
	padding-top:40px;
	margin:0 0 0 25px;
	width:430px;
}

.tyu-back002-contents h4{
	float:left;
	margin-right:1em;
	margin-bottom:3em;
}

.tyu-back002-contents h5{
	margin:0 0 3px;
	padding-bottom:2px;
	border-bottom:1px solid #009245;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#009245;
}

.top-contents-left .tyu-back002-contents p{
	margin:0 0 12px;
	font-size:14px;
	line-height:1.5;
	text-align:left;
}

.green-text{color:#009245;font-weight:bold}

/*チェック背景リスト*/
.top-contents-left p.check{
	margin:0 0 10px;
	/*font-size:14px;*/
	font-size:18px;
	font-weight:bold;
	line-height:2.0;
	text-align:left;
	padding-left:55px;
	padding-bottom:5px;
	/*background:url(../image/check.gif) 15px center no-repeat;*/
	background:url(../image/check.gif) 15px top no-repeat;
	border-bottom:2px solid #CCCCCC;
}
.top-contents-left p.check span{
	/*font-size:14px;*/
}

/*新卒採用ページ-----------------------------------------------------------------------------------------------------------*/

/*新卒採用見出しなど*/
.top-contents-left h2.new-h2 {
    clear: both;
    height: 42px;
    margin: 0 0 20px;
    padding-left: 1em;
    font-size: 20px;
    line-height: 42px;
    color: #FFFFFF;
    text-align: left;
    /* background: url(../image/new-h2.jpg) left bottom no-repeat; */
    border-radius: 5px;
    background-color: #009345;
    line-height: 1;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}
.top-contents-left p.recruit_text_intro {
    font-size: 18px;
    font-weight: bold;
}
span.mark {
	background:linear-gradient(transparent 60%, #ff6 60%);
}

/*新卒採用見出しなど*/
/*.top-contents-left h3.new-h3{
	clear:both;
	margin:0 0 10px;
	text-align:left;
}*/
.top-contents-left h3.new-h3 {
    clear: both;
    margin: 0 0 10px;
    text-align: left;
    background-color: #fce312;
    padding: 10px 10px 6px 10px;
    line-height: 1;
    font-size: 18px;
    border-left: 10px solid #009345;
    width: fit-content;
    border-radius: 5px;
	
	position: relative;

/*h1 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}*/
}
/*.top-contents-left h3.new-h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #fce312;
  width: 0;
  height: 0;
}*/



.top-contents-left p.new-image001{
	clear:both;
	margin-top:-40px;
	text-align:right;
}

.top-contents-left p.new-image002{
	clear:both;
	margin-top:-70px;
	text-align:right;
}


.top-contents-left p.img-center{
	clear:both;
	margin:0 0 20px;
	font-size:14px;
	line-height:1.6;
	text-align:center;
	cursor:pointer;
}


.top-contents-left p{
	margin:0 0 20px;
	font-size:16px;
	line-height:1.6;
	text-align:left;
}
.top-contents-left h3.new-h3 + p {
    padding-bottom: 1em;
}
.recruit_info {
    text-align: center;
}
.recruit_info p {
    text-align: center;
}
.recruit_info img {
    max-width: 200px;
}
.recruit_info {
    text-align: center;
    padding: 3em 1em;
    margin: 2em 0 5em;
    background: repeating-linear-gradient(-45deg, #f0fff1, #f2fff0 3px, #e0ffe9 3px, #e9f4ff 7px);
    border-radius: 10px;
    border: 3px solid #009246;
}

/*先輩の声-----------------------------------------------------------------------------------------------------------*/
/*詳細ページ　タイトルイメージ部分*/
.voice-title{
	margin:0 0 20px;
}

.voice-head001{
	width:700px;
	height:179px;
	background:url(../image/001/main-image.jpg) left top no-repeat;
}

.voice-head002{
	width:700px;
	height:179px;
	background:url(../image/002/main-image.jpg) left top no-repeat;
}

.voice-head003{
	width:700px;
	height:179px;
	background:url(../image/003/main-image.jpg) left top no-repeat;
}

.voice-head004{
	width:700px;
	height:179px;
	background:url(../image/004/main-image.jpg) left top no-repeat;
}

.voice-head005{
	width:700px;
	height:179px;
	background:url(../image/005/main-image.jpg) left top no-repeat;
}

.voice-head006{
	width:700px;
	height:179px;
	background:url(../image/006/main-image.jpg) left top no-repeat;
}

.voice-head007{
	width:700px;
	height:179px;
	background:url(../image/007/main-image.jpg) left top no-repeat;
}

.voice-head008{
	width:700px;
	height:179px;
	background:url(../image/008/main-image.jpg) left top no-repeat;
}

.voice-head009{
	width:700px;
	height:179px;
	background:url(../image/009/main-image.jpg) left top no-repeat;
}

.voice-head010{
	width:700px;
	height:179px;
	background:url(../image/010/main-image.jpg) left top no-repeat;
}

.voice-head011{
	width:700px;
	height:179px;
	background:url(../image/011/main-image.jpg) left top no-repeat;
}

.voice-head012{
	width:700px;
	height:179px;
	background:url(../image/012/main-image.jpg) left top no-repeat;
}

/*----------　先輩社員の声2018　----------*/

.voice-head2018-001{
	width:700px;
	height:179px;
	background:url(../image/voice2018/001/main-image.png) left top no-repeat;
}

.voice-head2018-002{
	width:700px;
	height:179px;
	background:url(../image/voice2018/002/main-image.png) left top no-repeat;
}

.voice-head2018-003{
	width:700px;
	height:179px;
	background:url(../image/voice2018/003/main-image.png) left top no-repeat;
}

.voice-head2018-004{
	width:700px;
	height:179px;
	background:url(../image/voice2018/004/main-image.png) left top no-repeat;
}

.voice-head2018-005{
	width:700px;
	height:179px;
	background:url(../image/voice2018/005/main-image.png) left top no-repeat;
}

.voice-head2018-006{
	width:700px;
	height:179px;
	background:url(../image/voice2018/006/main-image.png) left top no-repeat;
}

.voice-head2018-007{
	width:700px;
	height:179px;
	background:url(../image/voice2018/007/main-image.jpg) left top no-repeat;
}

.voice-head2018-008{
	width:700px;
	height:179px;
	background:url(../image/voice2018/008/main-image.jpg) left top no-repeat;
}

/*----------　先輩社員の声2018ここまで　----------*/

/*----------　先輩社員の声2019　----------*/

.voice-head2019-001{
	width:700px;
	height:179px;
	background:url(../image/voice2019/001/main-image.png) left top no-repeat;
}

.voice-head2019-002{
	width:700px;
	height:179px;
	background:url(../image/voice2019/002/main-image.png) left top no-repeat;
}

.voice-head2019-003{
	width:700px;
	height:179px;
	background:url(../image/voice2019/003/main-image.png) left top no-repeat;
}

.voice-head2019-004{
	width:700px;
	height:179px;
	background:url(../image/voice2019/004/main-image.png) left top no-repeat;
}

.voice-head2019-005{
	width:700px;
	height:179px;
	background:url(../image/voice2019/005/main-image.png) left top no-repeat;
}

.voice-head2019-006{
	width:700px;
	height:179px;
	background:url(../image/voice2019/006/main-image.png) left top no-repeat;
}

.voice-head2019-007{
	width:700px;
	height:179px;
	background:url(../image/voice2019/007/main-image.png) left top no-repeat;
}

.voice-head2019-008{
	width:700px;
	height:179px;
	background:url(../image/voice2019/008/main-image.jpg) left top no-repeat;
}

/*----------　先輩社員の声2019ここまで　----------*/

.voice-head2020-001{
	width:700px;
	height:179px;
	background:url(../image/voice2020/001/main-image.png) left top no-repeat;
}

.voice-head2020-002{
	width:700px;
	height:179px;
	background:url(../image/voice2020/002/main-image.png) left top no-repeat;
}
.voice-head2020-003{
	width:700px;
	height:179px;
	background:url(../image/voice2020/003/main-image.png) left top no-repeat;
}
.voice-head2020-004{
	width:700px;
	height:179px;
	background:url(../image/voice2020/004/main-image.png) left top no-repeat;
}
.voice-head2020-006{
	width:700px;
	height:179px;
	background:url(../image/voice2020/006/main-image.png) left top no-repeat;
}



.voiceTitle{
	margin:0 0 20px;
}

.voiceTitle h2{
	padding-top:20px;
	margin-left:30px;
	margin-bottom:35px;
	text-align:left;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
}

.voiceTitle.minTextStyle h2{
	font-size: 13px;
	padding-top:17px;
}

.voiceTitle h3{
	margin-left:80px;
	margin-bottom:5px;
	text-align:left;
}

.voiceTitle p{
	margin-left:80px;
	font-size:16px;
	text-align:left;
}

.voice-title h2{
	padding-top:20px;
	margin-left:30px;
	margin-bottom:40px;
	text-align:left;
}

.voice-title h3{
	margin-left:80px;
	margin-bottom:5px;
	text-align:left;
}

.voice-title p{
	margin-left:80px;
	font-size:16px;
	text-align:left;
}



/*見出しH3*/
.voice-contents h3{
	clear:both;
	height:41px;
	margin:0 0 15px;
	padding-left:70px;
	background:url(../image/h3-back.jpg) left top no-repeat;
	font-size:16px;
	line-height:41px;
	color:#0071bc;
	text-align:left;
}

.voice-contents p{
	margin:0 0 25px;
	font-size:14px;
	line-height:1.6;
	text-align:left;
}

.top-contents-left img.img-rightthumb{
	margin-top:-60px;
	padding-left:1em;
	float:right;
}



/*一覧　次へ　前へ--------------------------------------------------*/
.btn-area{
	height:100px;	
}

.btn-area a{
	margin-left:15px;
	float:right;
}

.bottan img{
	margin-left:20px;
	margin-right:20px;
}



/*先輩・応募ボタン部分---------------------------------------------*/
.btn-area2{
	margin:0 auto ;
	width:486px;
}

.btn-area2 .img-voicel{float:left;}

.btn-area2 .img-entryr{float:right;}


/*新着表示---------------------------------------------*/

.recruit-info{
	margin-bottom:60px;	
	
}

.recruit-info dl{
	width:700px;
	clear:both;
	margin-bottom:0;
	text-align:left;
	border-bottom:2px dotted #009245;
	height:40px;
}

.recruit-info dt{
	padding-top:8px;
	width:8em;
	text-align:left;
	float:left;
	font-size:16px;
	
}

.recruit-info dd{
	padding-top:8px;
	text-align:left;
	float:left;
	font-size:16px;
	color:#009245;
}

/*背景を変更*/
.recruit-info dl.info-back{
	width:700px;
	clear:both;
	margin-bottom:0;
	text-align:left;
	border-bottom:2px dotted #009245;
	height:40px;
	background-color:#E1FFE1;
}


.recruit-info dd a:link , .recruit-info dd a:visited{
	color:#009245;
	text-decoration:none;
}

.recruit-info dd a:hover{
	color:#009245;
	text-decoration:underline;
}





/*表組み--------------------------------------------------------------*/
.recruit{
	border:solid 1px #009245;
}

.top-contents-left table{
	border-collapse:collapse;
	margin:0 auto 40px;
	width:650px;
}

.recruit th{
	padding:15px;
	width:100px;
	border:solid 1px #009245;
	padding:auto;
	background:url("../image/table-back01.jpg") no-repeat left bottom;
}

.recruit img{
	margin:0;
}

.recruit td{
	padding:15px;
	font-size:13px;
	line-height:normal;
	border:solid 1px #009245;
	text-align:left;
}

/*先輩の声TOP---------------------------------------------------------------------------*/

.voice-list1{
	width:340px;
	height:190px;
	float:left;
}

.voice-list2{
	width:340px;
	height:190px;
	float:right;
}

.voice-list1 h3 , .voice-list2 h3{
	margin-left:10px;
	padding-top:10px;
	font-size:20px;
	text-align:left;
	color:#FFF;
}
#recruit-h .voice-list1 h3, #recruit-h .voice-list2 h3 {
    color: #FFF;
}

.voice-list1 h3 a:hover, .voice-list2 h3 a:hover{
	text-decoration:none;
	color:#FFF;
}


.voice-list1 a:link , .voice-list2 a:link{
	text-decoration:none;
}

.voice-list1 a:hover , .voice-list2 a:hover{
	text-decoration:underline;
	color:#0071bc;
}

.voice-list1 a:visited , .voice-list2 a:visited{
	text-decoration:none;
}

.top-contents-left .voice-list1 a:hover img , .top-contents-left .voice-list2 a:hover img{
	filter:none; /*For IE*/
	opacity:0.75; /*Opera・Safari*/
	-moz-opacity: 0.75; /*For FireFox*/
}

.voice-banner001{
	width:339px;
	height:131px;
	background:url(../image/001/001.jpg) left top no-repeat;
}

.voice-banner002{
	width:339px;
	height:131px;
	background:url(../image/002/002.jpg) left top no-repeat;
}

.voice-banner003{
	width:339px;
	height:131px;
	background:url(../image/003/003.jpg) left top no-repeat;
}

.voice-banner004{
	width:339px;
	height:131px;
	background:url(../image/004/004.jpg) left top no-repeat;
}

.voice-banner005{
	width:339px;
	height:131px;
	background:url(../image/005/005.jpg) left top no-repeat;
}

.voice-banner006{
	width:339px;
	height:131px;
	background:url(../image/006/006.jpg) left top no-repeat;
}

.voice-banner007{
	width:339px;
	height:131px;
	background:url(../image/007/007.jpg) left top no-repeat;
}

.voice-banner008{
	width:339px;
	height:131px;
	background:url(../image/008/008.jpg) left top no-repeat;
}

.voice-banner009{
	width:339px;
	height:131px;
	background:url(../image/009/009.jpg) left top no-repeat;
}

.voice-banner010{
	width:339px;
	height:131px;
	background:url(../image/010/010.jpg) left top no-repeat;
}

.voice-banner011{
	width:339px;
	height:131px;
	background:url(../image/011/011.jpg) left top no-repeat;
}

.voice-banner012{
	width:339px;
	height:131px;
	background:url(../image/012/012.jpg) left top no-repeat;
}

/*----------　先輩社員の声2018　----------*/

.voice-banner2018-001{
	width:339px;
	height:131px;
	background:url(../image/voice2018/001/003.png) left top no-repeat;
}

.voice-banner2018-002{
	width:339px;
	height:131px;
	background:url(../image/voice2018/002/003.png) left top no-repeat;
}

.voice-banner2018-003{
	width:339px;
	height:131px;
	background:url(../image/voice2018/003/003.png) left top no-repeat;
}

.voice-banner2018-004{
	width:339px;
	height:131px;
	background:url(../image/voice2018/004/003.png) left top no-repeat;
}

.voice-banner2018-005{
	width:339px;
	height:131px;
	background:url(../image/voice2018/005/003.png) left top no-repeat;
}

.voice-banner2018-006{
	width:339px;
	height:131px;
	background:url(../image/voice2018/006/003.png) left top no-repeat;
}

.voice-banner2018-007{
	width:339px;
	height:131px;
	background:url(../image/voice2018/007/003.jpg) left top no-repeat;
}

.voice-banner2018-008{
	width:339px;
	height:131px;
	background:url(../image/voice2018/008/003.jpg) left top no-repeat;
}


/*----------　先輩社員の声2018ここまで　----------*/

/*----------　先輩社員の声2019　----------*/

.voice-banner2019-001{
	width:339px;
	height:131px;
	background:url(../image/voice2019/001/003.png) left top no-repeat;
}

.voice-banner2019-002{
	width:339px;
	height:131px;
	background:url(../image/voice2019/002/003.png) left top no-repeat;
}

.voice-banner2019-003{
	width:339px;
	height:131px;
	background:url(../image/voice2019/003/003.png) left top no-repeat;
}

.voice-banner2019-004{
	width:339px;
	height:131px;
	background:url(../image/voice2019/004/003.png) left top no-repeat;
}

.voice-banner2019-005{
	width:339px;
	height:131px;
	background:url(../image/voice2019/005/003.png) left top no-repeat;
}

.voice-banner2019-006{
	width:339px;
	height:131px;
	background:url(../image/voice2019/006/003.png) left top no-repeat;
}

.voice-banner2019-007{
	width:339px;
	height:131px;
	background:url(../image/voice2019/007/003.png) left top no-repeat;
}

.voice-banner2019-008{
	width:339px;
	height:131px;
	background:url(../image/voice2019/008/003.jpg) left top no-repeat;
}


/*----------　先輩社員の声2019ここまで　----------*/

.voice-banner2020-001{
	width:339px;
	height:131px;
	background:url(../image/voice2020/001/003.png) left top no-repeat;
}
.voice-banner2020-002{
	width:339px;
	height:131px;
	background:url(../image/voice2020/002/003.png) left top no-repeat;
}
.voice-banner2020-003{
	width:339px;
	height:131px;
	background:url(../image/voice2020/003/003.png) left top no-repeat;
}
.voice-banner2020-004{
	width:339px;
	height:131px;
	background:url(../image/voice2020/004/003.png) left top no-repeat;
}
.voice-banner2020-006{
	width:339px;
	height:131px;
	background:url(../image/voice2020/006/003.png) left top no-repeat;
}

/*----------　先輩社員の声2021　----------*/
.voice-banner2021-001{
	width:339px;
	height:131px;
	background:url(../image/voice2021/001/003.png) left top no-repeat;
}
.voice-banner2021-002{
	width:339px;
	height:131px;
	background:url(../image/voice2021/002/003.png) left top no-repeat;
}
.voice-banner2021-003{
	width:339px;
	height:131px;
	background:url(../image/voice2021/003/003.png) left top no-repeat;
}
.voice-banner2021-004{
	width:339px;
	height:131px;
	background:url(../image/voice2021/004/003.png) left top no-repeat;
}
.voice-banner2021-005{
	width:339px;
	height:131px;
	background:url(../image/voice2021/005/003.png) left top no-repeat;
}
.voice-banner2021-006{
	width:339px;
	height:131px;
	background:url(../image/voice2021/006/003.png) left top no-repeat;
}
.voice-banner2021-007{
	width:339px;
	height:131px;
	background:url(../image/voice2021/007/003.png) left top no-repeat;
}
.voice-banner2021-008{
	width:339px;
	height:131px;
	background:url(../image/voice2021/008/003.png) left top no-repeat;
}

.voice-head2021-001{
	width:700px;
	height:179px;
	background:url(../image/voice2021/001/main-image.png) left top no-repeat;
}
.voice-head2021-002{
	width:700px;
	height:179px;
	background:url(../image/voice2021/002/main-image.png) left top no-repeat;
}
.voice-head2021-003{
	width:700px;
	height:179px;
	background:url(../image/voice2021/003/main-image.png) left top no-repeat;
}
.voice-head2021-004{
	width:700px;
	height:179px;
	background:url(../image/voice2021/004/main-image.png) left top no-repeat;
}
.voice-head2021-005{
	width:700px;
	height:179px;
	background:url(../image/voice2021/005/main-image.png) left top no-repeat;
}
.voice-head2021-006{
	width:700px;
	height:179px;
	background:url(../image/voice2021/006/main-image.png) left top no-repeat;
}
.voice-head2021-007{
	width:700px;
	height:179px;
	background:url(../image/voice2021/007/main-image.png) left top no-repeat;
}
.voice-head2021-008{
	width:700px;
	height:179px;
	background:url(../image/voice2021/008/main-image.png) left top no-repeat;
}

/*----------　先輩社員の声2021ここまで　----------*/

/*----------　先輩社員の声2022　----------*/
.voice-banner2021-001{
	width:339px;
	height:131px;
	background:url(../image/voice2022/001/003.png) left top no-repeat;
}
.voice-banner2021-002{
	width:339px;
	height:131px;
	background:url(../image/voice2022/002/003.png) left top no-repeat;
}
.voice-banner2021-003{
	width:339px;
	height:131px;
	background:url(../image/voice2022/003/003.png) left top no-repeat;
}
.voice-banner2021-004{
	width:339px;
	height:131px;
	background:url(../image/voice2022/004/003.png) left top no-repeat;
}
.voice-banner2021-005{
	width:339px;
	height:131px;
	background:url(../image/voice2022/005/003.png) left top no-repeat;
}
.voice-banner2021-006{
	width:339px;
	height:131px;
	background:url(../image/voice2022/006/003.png) left top no-repeat;
}
.voice-banner2021-007{
	width:339px;
	height:131px;
	background:url(../image/voice2022/007/003.png) left top no-repeat;
}
.voice-banner2021-008{
	width:339px;
	height:131px;
	background:url(../image/voice2022/008/003.png) left top no-repeat;
}

.voice-head2021-001{
	width:700px;
	height:179px;
	background:url(../image/voice2022/001/main-image.png) left top no-repeat;
}
.voice-head2021-002{
	width:700px;
	height:179px;
	background:url(../image/voice2022/002/main-image.png) left top no-repeat;
}
.voice-head2021-003{
	width:700px;
	height:179px;
	background:url(../image/voice2022/003/main-image.png) left top no-repeat;
}
.voice-head2021-004{
	width:700px;
	height:179px;
	background:url(../image/voice2022/004/main-image.png) left top no-repeat;
}
.voice-head2021-005{
	width:700px;
	height:179px;
	background:url(../image/voice2022/005/main-image.png) left top no-repeat;
}
.voice-head2021-006{
	width:700px;
	height:179px;
	background:url(../image/voice2022/006/main-image.png) left top no-repeat;
}
.voice-head2021-007{
	width:700px;
	height:179px;
	background:url(../image/voice2022/007/main-image.png) left top no-repeat;
}
.voice-head2021-008{
	width:700px;
	height:179px;
	background:url(../image/voice2022/008/main-image.png) left top no-repeat;
}

/*----------　先輩社員の声2022ここまで　----------*/

/*----------　先輩社員の声2023　----------*/
.voice-banner2023-001{
	width:339px;
	height:131px;
	background:url(../image/voice2023/001/003.png) left top no-repeat;
}
.voice-banner2023-002{
	width:339px;
	height:131px;
	background:url(../image/voice2023/002/003.png) left top no-repeat;
}
.voice-banner2023-003{
	width:339px;
	height:131px;
	background:url(../image/voice2023/003/003.png) left top no-repeat;
}
.voice-banner2023-004{
	width:339px;
	height:131px;
	background:url(../image/voice2023/004/003.png) left top no-repeat;
}
.voice-banner2023-005{
	width:339px;
	height:131px;
	background:url(../image/voice2023/005/003.png) left top no-repeat;
}
.voice-banner2023-006{
	width:339px;
	height:131px;
	background:url(../image/voice2023/006/003.png) left top no-repeat;
}
.voice-banner2023-007{
	width:339px;
	height:131px;
	background:url(../image/voice2023/007/003.png) left top no-repeat;
}
.voice-banner2023-008{
	width:339px;
	height:131px;
	background:url(../image/voice2023/008/003.png) left top no-repeat;
}

.voice-head2023-001{
	width:700px;
	height:179px;
	background:url(../image/voice2023/001/main-image.png) left top no-repeat;
}
.voice-head2023-002{
	width:700px;
	height:179px;
	background:url(../image/voice2023/002/main-image.png) left top no-repeat;
}
.voice-head2023-003{
	width:700px;
	height:179px;
	background:url(../image/voice2023/003/main-image.png) left top no-repeat;
}
.voice-head2023-004{
	width:700px;
	height:179px;
	background:url(../image/voice2023/004/main-image.png) left top no-repeat;
}
.voice-head2023-005{
	width:700px;
	height:179px;
	background:url(../image/voice2023/005/main-image.png) left top no-repeat;
}
.voice-head2023-006{
	width:700px;
	height:179px;
	background:url(../image/voice2023/006/main-image.png) left top no-repeat;
}
.voice-head2023-007{
	width:700px;
	height:179px;
	background:url(../image/voice2023/007/main-image.png) left top no-repeat;
}
.voice-head2023-008{
	width:700px;
	height:179px;
	background:url(../image/voice2023/008/main-image.png) left top no-repeat;
}

/*----------　先輩社員の声2023ここまで　----------*/

/*----------　先輩社員の声2025　----------*/
.voice-banner2025-001{
	width:339px;
	height:131px;
	background:url(../image/voice2025/001/001.png) left top no-repeat;
}
.voice-banner2025-002{
	width:339px;
	height:131px;
	background:url(../image/voice2025/002/001.png) left top no-repeat;
}
.voice-banner2025-003{
	width:339px;
	height:131px;
	background:url(../image/voice2025/003/001.png) left top no-repeat;
}
.voice-banner2025-004{
	width:339px;
	height:131px;
	background:url(../image/voice2025/004/001.png) left top no-repeat;
}
.voice-banner2025-005{
	width:339px;
	height:131px;
	background:url(../image/voice2025/005/001.png) left top no-repeat;
}
.voice-banner2025-006{
	width:339px;
	height:131px;
	background:url(../image/voice2025/006/001.png) left top no-repeat;
}
.voice-banner2025-007{
	width:339px;
	height:131px;
	background:url(../image/voice2025/007/001.png) left top no-repeat;
}
.voice-banner2025-008{
	width:339px;
	height:131px;
	background:url(../image/voice2025/008/001.png) left top no-repeat;
}

.voice-head2025-001{
	width:700px;
	height:179px;
	background:url(../image/voice2025/001/002.png) left top no-repeat;
}
.voice-head2025-002{
	width:700px;
	height:179px;
	background:url(../image/voice2025/002/002.png) left top no-repeat;
}
.voice-head2025-003{
	width:700px;
	height:179px;
	background:url(../image/voice2025/003/002.png) left top no-repeat;
}
.voice-head2025-004{
	width:700px;
	height:179px;
	background:url(../image/voice2025/004/002.png) left top no-repeat;
}
.voice-head2025-005{
	width:700px;
	height:179px;
	background:url(../image/voice2025/005/002.png) left top no-repeat;
}
.voice-head2025-006{
	width:700px;
	height:179px;
	background:url(../image/voice2025/006/002.png) left top no-repeat;
}
.voice-head2025-007{
	width:700px;
	height:179px;
	background:url(../image/voice2025/007/002.png) left top no-repeat;
}
.voice-head2025-008{
	width:700px;
	height:179px;
	background:url(../image/voice2025/008/002.png) left top no-repeat;
}

/*----------　先輩社員の声2025ここまで　----------*/

.voice-list1 dl , .voice-list2 dl{
	margin:0;
}

.voice-list1 dt , .voice-list2 dt{
	padding-top:15px;
	margin-left:25px;
	margin-bottom:3px;
	text-align:left;
}

.voice-list1 dt a:hover, .voice-list2 dt a:hover{

	text-decoration:none;
}

.voice-list1 dd , .voice-list2 dd{
	margin-left:25px;
	font-size:12px;
	text-align:left;
}

.voice-list1 p , .voice-list2 p{
	margin-top:3px;
	margin-left:0.5em;
	padding-left:15px;
	line-height:1.2;
	background:url(../image/arrow2.gif) left 2px no-repeat;
	text-align:left;
}










.top-contents-left dl.vd-l{
	width:340px;
	margin:0;
	text-align:left;
	float:left;
}

.top-contents-left dl.vd-r{
	width:340px;
	margin:0;
	float:right;
}

.top-contents-left dl.vd-l dt , .top-contents-left dl.vd-r dt{
	margin:0;
}

.top-contents-left dl.vd-l dd , .top-contents-left dl.vd-r dd{
	padding-left:15px;
	font-size:14px;
	line-height:1.0;
	text-align:left;
	background:url(../image/arrow2.gif) left center no-repeat;
}

.clr0{clear:both;height:25px;}


/*応募フォームエリア-----------------------------------------------------------------------*/
.entry-area{
	clear:both;
	margin:0 auto 30px;
	width:697px;
	height:288px;
	background:url(../image/oubo-back.jpg) left top no-repeat;
}

/*新卒*/
.entry-area2{
	clear:both;
	margin:0 auto 30px;
	width:697px;
	height:288px;
	background:url(../image/oubo-back2.jpg) left top no-repeat;
}

.entry-area a:link, .entry-area a:visited, .entry-area2 a:link, .entry-area2 a:visited{
	color:#009245;
	text-decoration:none;
}

.entry-area a:hover, .entry-area2 a:hover{
	color:#009245;
	text-decoration:underline;
}




/*応募方法画像--------------------------------------------------------------------------------*/
.entry-area-img1{
	padding-top:20px;
	margin-left:30px;
	text-align:left;	
}

.entry-area p ,.entry-area2 p{
	padding-top:10px;
	margin:0 0 0 30px;
	text-align:left;
}

.entry-area-img2{
	padding-top:20px;
	margin-left:25px;
	text-align:left;	
}

.entry-area-img2 a{
	padding-right:5px;
}

/*給与部分揃え*/
.salary{
	margin:0 auto 0 0;
	text-align:left;
}

.salary table{
	margin:0 0 0;
	width:300px;
	border-collapse:collapse;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:none;
}

.salary table th{
	padding:3px 0;
	width:7em;
	background-color:#FFFFFF;
	border:none;
	text-align:left;
	font-weight:normal;
	background:none;
}

.salary table td{
	padding:3px 0;
	border:none;
	text-align:left;
}

.salary table.tableWidth100per {
    width: 100%;
}
.top-contents-left .starMark {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 13px;
    position: relative;
    padding-left: 1em;
    display: block;
}
.top-contents-left .starMark:before {
    content: "★";
    position: absolute;
    left: 0;
}
.top-contents-left .namberMark {
    margin-bottom: 0;
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}

/*一覧ボタンマイナスマージン*/
.top-contents-left p#list-btn2{
	margin:0 0 0 auto;
	clear:both;
	padding-top:15px;
	margin-bottom:20px;
	text-align:right;!important
}


/* 労働施策総合推進法に基づく中途採用比率 */
.tyuutosaiyouhirituWrap {
    padding-bottom: 20px;
}
.top-contents-left table.tyuutosaiyouhiritu {
    table-layout: auto;
    border-collapse: collapse;
    margin-bottom: 0;
    width: 100%;
}

.top-contents-left table.tyuutosaiyouhiritu th,
.top-contents-left table.tyuutosaiyouhiritu td {
    border: 1px solid #7b7b7b;
    padding: 10px;
}
.tyuutosaiyouhirituWrap p.textLeft {
    text-align: right;
    font-size: 0.9em;
}

@media screen and (max-width: 767px) {
.tyuutosaiyouhiritu br {
    display: none;
}
.top-contents-left table.tyuutosaiyouhiritu.sp {
    display: table;
}
    #recruit-h .top-contents-left h2.tyu-h2 {
        border: none;
    }
}



