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

.recruit_cv{
width:108px;
height:108px;
position:fixed;
bottom:32px;
right:32px;
}

.recruit_cv a{
	transition:.3s;
}
.recruit_cv a:hover{
	opacity:.7;
}

.pickup_group .pickup_child {

	max-width:295px;
    height: 42%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #323232;
    overflow: hidden;

    margin: 0 auto;
}

.pickup_group .slick-prev:before, .pickup_group .slick-next:before {

    color: #3a3a3a;

}

.pickup_group {
    max-width: 980px;
    margin: 0 auto;
}


.pickup_group .slick-next {
    right: -50px;
}


.pickup_group .slick-prev {
    left: -50px;
}




.top_slide {
    max-width: 1920px;
    width: 100%;
    height: auto;

}


.top_slide img{
    width: 100%;
}



.work_contents_group{
	 display: -webkit-box;/* Android4.3以前ブラウザ用 */
display: -webkit-flex;/* iOS8以前Safari用 */
display: flex;
    justify-content: space-between;
	-webkit-box-align: flex-start;/* Android4.3以前ブラウザ用 */
-webkit-align-items: flex-start;/* iOS8以前Safari用 */
    align-items: flex-start;
    max-width: 980px;
    width: 100%;
    margin: 80px auto 50px;
}


.work_contents_01_text_group{
	width: 47%;
}

.work_contents_01_tag{
	font-size: 16px;
  color:#1D823B;
  vertical-align: middle;
  display: table-cell;
  text-align:left;
}

.work_contents_01_text_group h4{
	font-size: 19px;
    margin: 10px 0 5px;
    /*color: #1f2976;*/
    /*border-bottom: 1px solid #323232;*/
    padding-bottom: 5px;
    font-size:24px;
    margin-top:8px;
}

.work_midashi_title{
	font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 40px;
}

.work_contents_01_text{
	font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
	text-align: justify;
  margin-top:16px;
}

.yajirushi_sita{
    color: #fff;
    font-size: 26px;
    line-height: 0px;
    vertical-align: middle;
}



.bosyuu_button{
    width: 160px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #1f2976;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.work_contents_01_img{
	    width: 47%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.34);
}

.work_contents_01_img img{
	width:100%;
}



.work_contents_02{
	max-width: 980px;
    width: 100%;
    margin: 0 auto 80px;
}

.work_contents_02_pr_title{
	    margin-bottom: 20px;
/*		    background-color: #BDC4CC;*/
    width: 100%;
}



.work_contents_02_pr_title h4{
/*  font-size:16px;*/
  font-weight: bold;
/*  padding: 3.5px 0;*/
  text-align:left;
}

.pr_contents_img{
		max-width: 980px;
    width: 100%;
    margin: 0 auto 20px;
}

.pr_contents_img img{

    width: 100%;

}

.pr_contents_img_group{
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
display: -webkit-flex;/* iOS8以前Safari用 */
display: flex;
    justify-content: space-between;

    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}

.pr_contents_child{
	width: 32%;
}

.pr_contents_child_img{
}

.pr_contents_child_img img{
	width:100%;
}

.pr_contents_child_textgroup{
	margin-top:20px;

}

.pr_contents_child_textgroup h4{
	margin-bottom:20px;
	    font-size: 16px;
    font-weight: bold;
    text-align:center;
}


.pr_contents_child_text{
	    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    font-weight:400;
}



.bosyuu_title{
    font-size: 24px;
    /*font-weight: bold;*/
    /*border-left: 4px solid #1c256b;*/
    /*padding-left: 10px;*/
    margin-bottom: 5px;
    padding-bottom:16px;
}

.underline{
  border-bottom: 2px solid #ccc;
  position:relative;
}
.underline::after{
  content:"";
  width:40px;
  height:2px;
  display:inline-block;
  background-color:#1D823B;
  position:absolute;
  top:0px;
  left:0px;
}





.form_table{
margin: 20px auto 0;
    width: 100%;
}

.form_table table{
    width: 100%;
    border: 1px solid #BBB;
}


.form_table tr{

 border-top: 1px solid #BBB;
     font-size: 14px;
}


.form_table th{
width: 30%;
    padding: 16px 16px;
    background-color: #eee;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}

div.form_table .table_last {

    vertical-align: top;
}


.form_table td{
	width: 65%;
	padding: 16px 5% 16px 2%;
	background: #fff;
  font-weight:400;
}

.form_table tr:first-child{
	border : none;
}

.form_table th span{
	font-size : 10px;
	color: #20279F;
}



.bosyuu_youkou_area{
    max-width: 980px;
    width: 100%;
    margin: 0 auto 40px;
}


.ggmap {
position: relative;
padding-bottom: 27.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.google_map{
	margin:0 auto 40px;
	max-width:980px;

	border:2px solid #C8C8C8;
}





.oubo_button_group{
	max-width: 980px;
    width: 100%;
    margin: 0 auto 80px;
    display: -webkit-box;/* Android4.3以前ブラウザ用 */
display: -webkit-flex;/* iOS8以前Safari用 */
display: flex;
    justify-content: space-around;
    align-items: center;
}

.oubo_button_group a{
	    width: 33%;
		transition:0.5s;
		    text-align: center;
}



.oubo_button_group a:hover{
transition:0.5s;
	opacity: 0.5;
}

.oubo_tel_button a:hover{

	opacity: 1.0;

}


.oubo_tel_button{

}

.oubo_tel_button img{
    width: 100%;
}

.oubo_form_group{
	height: auto;
/*    background-color: #1c256b;*/
/*    padding: 10px;*/
    box-sizing: border-box;
	border-radius: 10px;
}

.oubo_form_img{
}

.oubo_form_img img{
	    width: 100%;
}



.itiran_back_button img{
	    width: 100%;
	}

.buttom{
	margin-bottom: 80px;
	}

.itiran_back_button {
    max-width: 290px;
    width: 100%;
    margin: 0 auto 80px;

}

.pickup_title_recruit{
	margin: 0px auto 60px;
    max-width: 480px;
}

.itiran_back_button a{
	transition:0.5s;


}

.itiran_back_button a:hover{
	transition:0.5s;
	opacity: 0.5;

}


div.bx-wrapper div.bx-pager, div.bx-wrapper div.bx-controls-auto {

    display: none;
}



.slider .slick-prev {
    left: 32px;
}


.slider .slick-next {
    right: 32px;
}


.slider .slick-prev:before, .slider .slick-next:before {
    font-family: 'slick';
    font-size: 42px;
    line-height: 1;
    opacity: .75;
    color: #3a3a3a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.work_contents_02 .sliderL {
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 880px;
    margin-top: 0;
}

.work_contents_02_pr_title h4 {
    width: 100%;
    padding: 10px 0;

}


}


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

.recruit_cv{
display:none;
}

.ggmap {
    padding-bottom: 40.25%;
}


@media screen and (max-width: 500px){
.work_contents_02_pr_title{
	/*background-color:#1f2976;*/
}

span.fa-fw{
	width:15px;
}


.slick-slide .pickup_child {
    max-width: none;
    width: 80%;
}

.oubo_button_group a{
	    width: 70%;
		transition:0.5s;
		    text-align: center;
}


.oubo_form_group{
	height: auto;
/*    background-color: #1c256b;*/
    padding: 10px;
    box-sizing: border-box;
	border-radius: 5px;
}


}
