/***  news*****/
img {
    max-width: initial;
    width: 100%;
}
/* ***************#footer_recruit_sec********************** */
#footer_recruit_sec{
  margin-bottom: 10rem;
}
#footer_recruit_sec .footer_recruit_key{
  background-image: url(../img/news/news-footer-recruit.png);
  background-repeat: no-repeat;
  background-size: cover;

}
.footer_recruit_key h3{
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
.footer_recruit_key h3 div{
  margin-top: -0.8em;
}

.footer_recruit_key h4{
  padding: 2vw 0 9vw 0;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_recruit_key div span{
  font-size: 0.3em;
font-weight: bold;
text-align: center;
margin-top: -0.5em;
position: relative;
}
.footer_recruit_key .icon:before{
  content: '';
    position: absolute;
    top: 2px;
    left: -15px;
    bottom: 0;
    /* display: block; */
    margin: auto;
    background: url(../img/icn_sec_title.png)no-repeat 50%/cover;
    width: 8px;
    height: 6px;
}

#footer_recruit_sec .footer_recruit_industry_wrap{
  display: flex;
  border-top:2px solid #74c345;
  border-bottom: 1px solid #e7e7e7;

}
.footer_recruit_industry_wrap .footer_recruit_industry{
  width: 33.33%;
}

.footer_recruit_industry_wrap .footer_recruit_industry:nth-child(2){
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;

}
.footer_recruit_industry h5{
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
}
.footer_recruit_industry h5:after{
  content: '　　　';
    position: absolute;
    top: 2px;

    bottom: 0;

    margin: auto;
    margin-left: 2vw;
    background: url(../img/news/news-footer-line.png)no-repeat 50%/cover;
    width: 2vw;
    height: 1px;
}
.footer_recruit_industry  span{
 font-size: 0.78em;
}
.footer_recruit_industry div:first-child{
  min-height: 180px;
}
.footer_recruit_industry div:last-child{
  padding: 2em;
}
.footer_recruit_industry:last-child div:last-child{
  padding-top:  1.5em;
}


/* ****************#news_list***************** */



#news_list .inner{
  width: 100%;
	max-width: 1000px;
}

.article_title h3{
 font-size: 2em;
 font-weight: bold;
 padding: 1.3em;
 text-align: center;
}

.article_title h3 span{
  position: relative;
}
.article_title span.icon:before{
   content: '';
  position: absolute;
  top: 2px;
  left: -20px;
  bottom: 0;
  /* display: block; */
  margin: auto;
  background: url(../img/icn_sec_title.png)no-repeat 50%/cover;
  width: 12px;
  height: 9px;
}

.card_list_wrap{
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1;
  display: flex;
  flex-wrap: wrap;
}
.card_list{
width: 50%;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  display: flex;
}
.card_pic img{

  /* border: 1px solid #d1d1d1; */
  padding: 2.5%;
}
.card_content{
      padding-top: 0.9em;
}
.card_content div{
  margin-left: 0.8em;
}
.card_list ul{
  display: flex;
  font-size: 0.7em;
  margin-bottom: 10%;
  margin-left: 0.8em;
}

.card_list li {
  text-align: center;
  line-height: 2;
  margin-right: 0.8em;
	padding: 5px 14px;
    background: #383838;
    border-radius: 30px;
    font-size: 0.6875rem;
    color: #fff;
}

.card_list li:first-child {
  border: 1px solid #5d5d5d;
  background-color: #5d5d5d;
  border-radius: 1.5em;
  color: #fff;
}
.card_content .news_text{
font-size: 0.875rem;
font-weight: normal;
}
.card_pic{
  width:50%;
}
.time_stamp{
  padding-top: 3em;
	font-size: 0.75em;
}
.hash{margin-left: 0.85em;}
.hash a{
margin-right: 0.8em;
	color: #89d353;}

#news_list{
  margin-bottom: 5em;
}

/* *******************#news_content*************** */
#news_content .inner{
  width: 100%;
	max-width: 1000px;
  margin-bottom: 5em;
}
.category_wrap{
  display: flex;
  padding: 1.5rem 3rem;
  align-items: center;

}
.category_wrap li{
    text-align: center;
    line-height: 2;
    margin-right: 0.8em;
	font-size: 0.75em;
}
.category{
padding: 5px 14px;
    background: #383838;
    border-radius: 30px;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    color: #fff;
}

.category a{color: #fff;}

#news_content h3.news_title{
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 3rem;
  padding-bottom: 1.5rem;
}
.news_containner h3{
  font-size: 1.2em;
  margin-bottom: 1.5rem;
  font-weight: bold;
  padding-left: 2.5vw;

}
.news_containner h3 .line{
  position: relative;
}
.news_containner h3 .line:before{
  content: '';
    position: absolute;
    top: 2px;
    left:-2.5vw;
    bottom: 0;

    margin: auto;

    background: url(../img/news-single/content-line.png)no-repeat 50%/cover;
    width: 2vw;
    height: 1px;
}
.news_content_text{
  font-size: 1em;
      margin-bottom: 2em;
      line-height: 1.7;
}
.content_wrap{
  margin-bottom: 9em;
}
.news_containner{
  padding: 1.5rem 3rem;
}
.hash_containner{
  font-size: 0.8em;
  margin-left: 1.5rem;
}
/*********.sns_badge**************/

#news_content .sns_badge{
  padding: 1.5rem 3rem;
}
.sns_badge ul {
  display: flex;
}

.sns_badge ul li {
  margin-right: 1.0em;
  width: 13.5%;
}

.sns_badge ul li img {
  /* max-width: 115%;
  width: 115%; */
}

.sns_badge img {
  max-width: initial;
  width: 100%;
}
/**.pager_wrap**/
.pager_wrap {

  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.pager_wrap div {
  border: solid 1px #e5e5e5;
  width: 19%;
  padding: 0.6rem;
  text-align: center;
}
.current_color {
  background-color: #78c50b;
  border-color: #78c50b;
  color: #fff;
}

.current_color a{color: #fff;}
/* ****************.kv ******************* */

.sidebar {
  min-height: 285px;
  background-color: #62c41a;
}

.sidebar .breadcramb {
  background-color: #1c9f07;
}

.sidebar .breadcramb ul {
  display: flex;
}

.under-page-header {
  width: 130%;
  margin-left: 50%;
  bottom: 3em;
  position: absolute;
  left: -50%;
  color: #fff;
  font-size: 0.7em;
}

.under-page-header ul {
  padding: 1.7em;
}

.under-page-header ul li {
  padding: 0 0.6em;
}

.under_leyer_kv {
  width: 100%;
}

.under_leyer_kv img,
.sns_badge img {
  max-width: initial;
  width: 100%;
}

.kv {
  margin-bottom: 70px;
}

h1.under_leyer_title {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 40%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 3em;
  font-weight: bold;
}

h1.under_leyer_title div {
  font-size: 0.3em;
  font-weight: normal;
  text-align: center;
  margin-top: -0.5em;
}

h1.under_leyer_title span.icon {
  position: relative;
}

h1.under_leyer_title span.icon:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -15px;
  bottom: 0;
  /* display: block; */
  margin: auto;
  background: url(../img/icn_sec_title.png)no-repeat 50%/cover;
  width: 8px;
  height: 6px;
}

.pc_hidden {
  display: none;
}

@media (max-width: 1023px) {
  .kv {
      margin: 0 auto 2em;

  }

  .current_color {
    background-color: #78c50b;
    border-color: #78c50b;
    color: #fff;
  }
/* ***************#footer_recruit_sec********************** */


#footer_recruit_sec .footer_recruit_industry_wrap{
  display: flex;
 flex-wrap: wrap;

}
.footer_recruit_industry_wrap .footer_recruit_industry{
  width: 100%;
}
.footer_recruit_key h3 {
    font-size: 2em;
    padding-top: 1em;
}
.footer_recruit_key h4 {
    font-size: 1.2em;
}
.footer_recruit_industry{
  display: flex;
}

.footer_recruit_industry div:last-child {
    padding: 0.6em;
}
.footer_recruit_industry h5 {
    font-size: 0.78em;
    margin-bottom: 0.5em;
}
.footer_recruit_industry span {
    font-size: 0.6em;
    line-height: 1;
    display: block;
}

.footer_recruit_industry span br{
  display: none;
}

.footer_recruit_industry div:first-child {
min-height: initial;
min-width: 51vw;

overflow: hidden;

}
.footer_recruit_industry div:first-child img{
  transform: scale(1.5) translateX(-0.1em) translateY(0.1em);
}

/* *******************#news_content*************** */
#news_content .inner{
  width: 100%;
  margin-bottom: 1em;
}
.category_wrap {
    padding: 1rem 1.5rem;
  }
  .category_wrap li {
    margin-right: 10px;
  }
  #news_content h3.news_title {
    font-size: 1.2em;
    padding-left: 1.3rem;
    padding-bottom: 1.5rem;
  }
  .news_containner {
    padding: 0.5rem 1.5rem;
}
.news_containner h3 {
    font-size: 1em;
  }
  .news_content_text {
    font-size: 1em;
    margin-bottom: 2em;
    line-height: 1.2;
}
.hash_containner {
    margin-left: 0.8rem;
}
.content_wrap {
    margin-bottom: 2.2em;
}
/**.sns_badge**/
  .sns_badge ul {
    display: flex;
  }

  .sns_badge ul li {
    margin-right:0;
    width: 17.5%;
  }

  .sns_badge ul li img {}

  .sns_badge {
    margin-bottom: 30px;
  }
  #news_content .sns_badge {
      padding: 1rem 1.5rem;
      margin-bottom: 0;
  }

/**.pager_wrap**/
.pager_wrap {
  font-size: 0.8em;
  width: 86.2%;
  margin-bottom: 1em;
}



/* **********#news_list *********** */
#news_list .inner {
    width: 100%;
}
#news_list .recruit_submenu {
    width: 86%;
    margin: 0 auto;
    margin-bottom: 3em;
    font-size: 0.4em;
}
.card_list{
  width: 100%;
}
.card_pic{
  width: 40%;
}
.card_content div {
    font-size: 0.79em;
    line-height: 1.5;

}
.card_list ul {
margin-bottom: 0;
}
.time_stamp {
    padding-top: 0;
}
/* ******************#pagenation*********************** */
/* #pagenation .pagenation_wrap{
  width: 72.6%;
  margin: 0 auto;
}
 */



  .under-page-header ul {
    padding: 1em 0.5em;
    font-size: 0.4em;
  }

  div.submenu {
    display: none;
  }

  div.swiper-container {
    margin-top: 70px;
    /* transform: scale(1.8); */
  }

  h1.under_leyer_title {
    left: 50%;
    font-size: 2em;
  }


.breadcramb{
    background-color: #1c9f07;
    position: absolute;
    bottom: 0;
    left:0;
}
.breadcramb ul{
  color: #fff;
  display: flex;
  font-size: 0.7em;
  padding: 1em;
}
.breadcramb ul li{
  padding-right: 1em;
}
  .sp_hidden {
    display: none;
  }

  .pc_hidden {
    display: block;
  }
}


/***  recruit *****/


table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tbl_wrap {
  width: 100%;
  font-size: 1em;
	max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 65px;
}

#tbl_wrap th {
  background-color: #f6f6f6;
  border-bottom: solid 1px #d6d6d6;
  width: 29.5%;
  padding: 0.5em;
	vertical-align: middle;
}

#tbl_wrap td {
  padding: 1em 1em;
  border-bottom: solid 1px #d6d6d6;
}

#tbl_wrap table tr:first-child td,
#tbl_wrap table tr:first-child th {
  border-top: solid 2px #78c50b;
	vertical-align: middle;
}


#apply_btn_wrap {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}

#apply_btn{	position: relative;  width: 18%;margin: auto;cursor:pointer;}

#apply_btn input{
  width: 350px;
  margin: 0 auto;
  background-color: #78c50b;
  text-align: center;
  color: #FFF;
  padding: 1.5rem;
	border: 0;
}

@media screen and (max-width:767px){
	#apply_btn input{width: 100%;}
}

#apply_btn .icn {
  content: '';
  position: absolute;
  top: 0;
  left: 80px;
  bottom: 0;
  /* display: block; */
  margin: auto;
  background: url(../img/single-recruit/icon-current.png) no-repeat 50%/cover;
  width: 10px;
  height: 8px;
}

#apply_btn a {
  color: #fff;
  width: 100%;
  padding: 1.5rem;
  display: block;
    transition: .8s;
    position: relative;
}

#apply_btn a:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .8s;
  color:#7acb49;


}
#apply_btn a:hover{
    color:#7acb49;
    background-color: #fff;
    border: 1px solid #7acb49;
}

#apply_btn a:hover::before{
    transform-origin: left top;
    transform: scale(1, 1);
    color:#7acb49;


}

/***************.pager_wrap***************************/
.pager_wrap {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.pager_wrap .post-navigation {
  border: none !important;
  width: 100%;
  padding: 0.6rem;
  text-align: center;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
/* ***************#footer_contact_sec ************************* */
#footer_contact_sec .inner {
  width: 100%;
  background-color: #3f3e3e;
  color: #fff;
}

.footer_contact_wrap {
  width: 63%;
  margin: 0 auto;
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 10rem;
}

#footer_contact_sec .footer_contact_left {
  width: 42.2%;
  display: flex;
}

.footer_contact_left div {
  /* flex: 0 1 auto; */
  margin-left: 1em;
  padding-left: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.footer_contact_left .icn {
  font-weight: bold;
  font-size: 1rem;
}

#footer_contact_sec .footer_contact_right {
  width: 57.8%;
  display: flex;
}

.footer_contact_right .text {
  width: 53%;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.5;
  padding-top: 0.5em;
}

.footer_contact_right .footer_contact_btn {
  width: 40%;
  text-align: center;
  background-color: #fff;
  font-size: 1rem;
  color: #000;
  margin: 0 auto;
  padding: 0.5em 1em;
}

#footer_contact_sec .footer_contact_left .icn,
.footer_contact_right .footer_contact_btn .icn {
  position: relative;
}

#footer_contact_sec .footer_contact_left .icn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  /* display: block; */
  margin: auto;
  background: url(../img/single-recruit/icon-mail.png) no-repeat 50%/cover;
  width: 20px;
  height: 16px;
}

.footer_contact_right .footer_contact_btn .icn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -15px;
  bottom: 0;
  /* display: block; */
  margin: auto;
  background: url(../img/icn_sec_title.png)no-repeat 50%/cover;
  width: 8px;
  height: 6px;
}

#occupation_header_wrap {
  width: 100%;
	max-width:1000px;
  font-size: 0.7em;
}

#occupation_header_wrap .industry_badge ul {
  display: flex;
}

.industry_badge {
  margin-bottom: 1.5em;
}

#occupation_header_wrap .industry_badge ul li {
  width: 7.3em;
  text-align: center;
  line-height: 2;
  margin-right: 0.8em;
}

#occupation_header_wrap .industry_badge ul li:last-child {
  text-align: left;
}

li.indutry {
  border: 1px solid #6bc338;
  background-color: #6bc338;
  border-radius: 1.5em;
  color: #fff;
}

li.adoption {
  border: 1px solid #939393;
  background-color: #fff;
  border-radius: 1.5em;
}

#occupation_header_wrap h2 {
  font-size: 1.2rem;
  margin-bottom: 1.2em;
  font-weight: bold;
}
/*********.sns_badge**************/
.sns_badge ul {
  display: flex;
}

.sns_badge ul li {
  margin-right: 1.0em;
  width: 13.5%;
}

.sns_badge ul li img {
  /* max-width: 115%;
  width: 115%; */
}

.sns_badge {
  margin-bottom: 45px;
}

.sidebar {
  min-height: 285px;
  background-color: #62c41a;
}

.sidebar .breadcramb {
  background-color: #1c9f07;
}

.sidebar .breadcramb ul {
  display: flex;
}

.under-page-header {
  width: 130%;
  margin-left: 50%;
  bottom: 3em;
  position: absolute;
  left: -50%;
  color: #fff;
  font-size: 0.7em;
}

.under-page-header ul {
  padding: 1.7em;
}

.under-page-header ul li {
  padding: 0 0.6em;
}

.under_leyer_kv {
  width: 100%;
}

.under_leyer_kv img,
.sns_badge img {
  max-width: initial;
  width: 100%;
}

.kv {
  margin-bottom: 70px;
}
/******.submenu******/
.submenu {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 100;
  background-color: rgba(28, 159, 7, 0.5);
}

.submenu_inner {
  display: flex;
  justify-content: center;
  padding-bottom: 1.4%;
      font-size: 0.875rem;
}

.inhight:before {
  content: "";
  display: block;
  padding-top: 1.4%;
}

.submenu_inner div {
  margin-right: 2em;
  color: #fff;
  font-size: 1em;
}

span.current_icon {
  position: relative;
}

span.current_icon:before {
  content: "";
  position: absolute;
  top: -2em;
  left: 2em;
  /* left: -30px; */
  bottom: 0;
  display: block;
  margin: auto;
  background: url(../img/single-recruit/icon-current-3.png) no-repeat 50%/cover;
  width: 10px;
  height: 8px;
}

h1.under_leyer_title {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 3em;
  font-weight: bold;
}

h1.under_leyer_title div {
  font-size: 0.3em;
  font-weight: normal;
  text-align: center;
  margin-top: -0.5em;
}

h1.under_leyer_title span.icon {
  position: relative;
}

h1.under_leyer_title span.icon:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -15px;
  bottom: 0;
  /* display: block; */
  margin: auto;
  background: url(../img/icn_sec_title.png)no-repeat 50%/cover;
  width: 8px;
  height: 6px;
}

.pc_hidden {
  display: none;
}

@media (max-width: 1023px) {
  #recruit_tbl, #footer_contact_sec {
    font-size: 0.6875rem;
  }

  #tbl_wrap {
    width: 100%;
    margin-bottom: 70px;
    font-size: 14px;
  }

  #apply_btn_wrap {
    width: 100%;
    margin-bottom: 70px;
  }

  #apply_btn {
    width: 66.6%;
    font-size: 1rem;
  }
/* *******************#news_content*************** */
  .pager_wrap {
    width: 86.2%;
    margin-bottom: 70px;
  }

  .pager_wrap div {
    width: 32.8%;
    padding: 0.6rem;
  }

  .current_color {
    background-color: #78c50b;
    border-color: #78c50b;
    color: #fff;
  }

  #footer_contact_sec {
    margin-bottom: 70px;
  }

  .footer_contact_wrap {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  #footer_contact_sec .footer_contact_left {
    width: 42.2%;
    display: flex;
  }

  .footer_contact_left div {
    flex: 0 1 auto;
    margin: auto;
    padding-left: 2em;
  }

  .footer_contact_left .icn {
    font-weight: bold;
    font-size: 0.8rem;
  }

  #footer_contact_sec .footer_contact_right {
    width: 57.8%;
    display: block;
  }

  .footer_contact_right .text {
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
    width: auto;
  }

  .footer_contact_right .footer_contact_btn {
    width: 71.5%;
    text-align: center;
    background-color: #fff;
    font-size: 0.7rem;
    color: #000;
    margin: 0 auto;
    padding: 0.9em;
  }

  #footer_contact_sec .footer_contact_left .icn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    /* display: block; */
    margin: auto;
    background: url(../img/single-recruit/icon-mail.png) no-repeat 50%/cover;
    width: 17px;
    height: 13px;
  }

  #occupation_header_wrap {
    width: 93%;
  }

  /* #occupation_header */
  #occupation_header_wrap {
   /* font-size: 0.4rem;*/
  }

  #occupation_header_wrap .industry_badge ul {
    display: flex;
  }

  .industry_badge {
    margin-bottom: 1em;
  }

  #occupation_header_wrap .industry_badge ul li {
    width: 7.3em;
    text-align: center;
    line-height: 2;
    margin-right: 0.8em;
  }

  #occupation_header_wrap .industry_badge ul li:last-child {
    text-align: left;
  }

  li.indutry {
    border: 1px solid #6bc338;
    background-color: #6bc338;
    border-radius: 1.5em;
    color: #fff;
  }

  li.adoption {
    border: 1px solid #939393;
    background-color: #fff;
    border-radius: 1.5em;
  }

  #occupation_header_wrap h2 {
    font-size: 1rem;
    margin-bottom: 0.8em;
  }

  .sns_badge ul {
    display: flex;
  }

  .sns_badge ul li {
    margin-right: 1.2em;
    width: 17.5%;
  }

  .sns_badge ul li img {}

  .sns_badge {
    margin-bottom: 30px;
  }

  .sidebar {
    min-height: 285px;
    background-color: transparent;
    width: 25%;
  }

  .under-page-header ul {
    /* padding: 1.7em; */
    padding: 1em 0.5em;
    font-size: 0.4em;
  }

  div.submenu {
    display: none;
  }

  div.swiper-container {
    margin-top: 70px;
    /* transform: scale(1.8); */
  }

  h1.under_leyer_title {
    left: 50%;
    font-size: 2em;
  }

  /* .sidebar {
    min-height: 185px;
    max-height: 340px;
    height: 15%;
  } */
.breadcramb{
    background-color: #1c9f07;
    position: absolute;
    bottom: 0;
    left:0;
}
.breadcramb ul{
  color: #fff;
  display: flex;
  font-size: 0.7em;
  padding: 1em;
}
.breadcramb ul li{
  padding-right: 1em;
}
  .sp_hidden {
    display: none;
  }

  .pc_hidden {
    display: block;
  }
}

