@charset "UTF-8";

/*--------フォントリセット--------*/
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}
.career-recruit {
  font-size: 13px;
}
html > /**/ .career-recruit {
  font-size: 13px; /* Except IE */
}
.career-recruit {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  color: #4d4d4d; /*このサイトの基本となる文字色*/
  line-height: 1.5;
}
#jtweb-main-content .career-recruit { /*2021-02-変更*/
  font-family: BaseFont-JP, sans-serif;
  color: #232323; 
}
.career-recruit h1, .career-recruit h2, .career-recruit h3, .career-recruit h4, .career-recruit h5, .career-recruit h6, .career-recruit strong, .career-recruit b {
  font-weight: bold;
  _margin: 0;
  _padding: 0;
}
/*===================================
	共通チップス
=====================================*/
/*　clear
------------------------------------------------*/
.career-recruit .clear {
  clear: both;
}
/*clearfix*/
.career-recruit .clearfix {
  width: 100%;
}
.career-recruit .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*　hide
------------------------------------------------*/
.career-recruit .hide {
  display: none;
}
/*　aタグ
------------------------------------------------*/
.career-recruit a {
  color: #4d4d4d;
  text-decoration: underline;
  border: none;
  overflow: hidden;
  outline: none;
  -webkit-transition: 0.6s opacity 0s;
  -moz-transition: 0.6s opacity 0s;
  -ms-transition: 0.6s opacity 0s;
  -o-transition: 0.6s opacity 0s;
  transition: 0.6s opacity 0s;
}
.career-recruit a img {
  overflow: hidden;
  outline: none;
}
.career-recruit a:hover {
  text-decoration: none;
}
.career-recruit a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/*リンク共通アイコン*/
.linkArrow01 {}
.linkArrow02 {}
/*　Form関連
------------------------------------------------*/
.career-recruit .typeTxt {
  border: 1px solid #CCCCCC;
  -ms-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 5px;
}
/*===================================
	共通レイアウトの設定
=====================================*/
main {
  overflow:hidden;
}
.career-recruit {
  text-align: center; /*for IE*/
  background-color: #ffffff; /*このサイトの背景色*/
  position: relative;
  width: 100%;
}
.career-recruit #container {
  width: 100%;
}
@media screen and (min-width: 768px) {
    .career-recruit #container {
        margin-top: -120px;
        padding-top: 120px;
    }
}
@media screen and (max-width: 767px) {
    .career-recruit .responsive #container {
        margin-top: 3px;
    }
}
.career-recruit #contents {
  text-align: left;
  width: 960px;
  margin: 0 auto;
}
/* #top */
#top #contents {
  width: 960px;
}
#top #main {
  width: 960px;
}
@media screen and (max-width: 767px) {
  #top #contents, #top #main {
    width: 100%;
  }
}
/* #nottop */
#nottop #contents {
  width: 940px;
  padding: 0 10px;
}
#nottop #main {
  width: 680px;
  float: left;

}
#nottop #sidebar {
  width: 220px;
  float: right;
}
@media screen and (max-width: 767px) {
 .responsive  #nottop #contents {
        width: calc(100% - 20px);
     padding: 0;
    }
  .responsive  #nottop #main {
  width: 100%;
  float: none;
}
  .responsive  #nottop #sidebar {
  width: 100%;
  float: none;
      display: none;

}
}
/*===================================
	#header
=====================================*/
.header-nav {
  width: 940px;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .responsive .header-nav {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
    background: #fff;
  }
}
.header-nav .header-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}


/*==*/
.header-nav .pc #main_logo img{
  width: 170px;
}

.header-nav .header-top #header_nav {
  display: -webkit-flex;
  display: flex;
  list-style: none;
}
.header-nav .header-top #header_nav li:first-child {
  margin-right: 3px;
}
.header-nav .header-top #header_nav li a {
  letter-spacing: .5px;
  border: solid 1px #298b57;
  padding: 7px 0px;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  color: #298b57;
  transition: .3s;
  width: 148px;
  display: inline-block;
}
.header-nav .header-top #header_nav li.entry a {
  letter-spacing:0.3em;
}
.header-nav .header-top #header_nav li a:hover {
  background: #dffceb;
  font-size: 11px;
}
.header-nav .header-top #header_nav li a:after {
  content: url(/recruit/career/images/common/ico_arrow_005.svg);
  display: inline-block;
  position: absolute;
  right: 5px;
  width: 5px;
  top: 6px;
}
.header-nav .header-bottom {
  display: block;
  position: relative;
  width: 940px;
  height: 50px;
}
.header-nav .header-bottom ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  position: absolute;
  width: 940px;
  z-index: 100;
}
.header-nav .header-bottom ul li {
  position: relative;
  width: calc(25% - 5px);
}
.header-nav .header-bottom ul li a {
  color: #fff;
  height: 50px;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  /*------
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  ------*/
  -webkit-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(to bottom, #69bf91 0%, #006837 100%);
  transition: .3s;
}
.header-nav .header-bottom ul li .top-dir {
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.header-nav .header-bottom ul li .top-dir span {
  font-size: 10px;
  line-height: 2;
  font-weight: normal;
}
.header-nav .header-bottom ul li a:hover {
  background: linear-gradient(to bottom, #006837 0%, #006837 100%);
}
.header-nav .header-bottom ul li ul.pulldown {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.header-nav .header-bottom ul li ul.pulldown li {
  display: block;
  border-top: solid 1px #fff;
  width: 100%;
  height: 0;
  transition: .3s;
  -moz-opacity: 0;/*--------*/
  opacity: 0;/*--------*/
}
.header-nav .header-bottom ul li ul.pulldown.pull-active {
  overflow: visible;
}
.header-nav .header-bottom ul li ul.pulldown.pull-active li {
  height: 50px;
  -moz-opacity: 1;/*--------*/
  opacity: 1;/*--------*/
}
.header-nav .header-bottom ul li ul.pulldown li a {
  background: #006837;
}
.header-nav .header-bottom ul li ul.pulldown li.sub a {
  background: #298b56;
}
.header-nav .header-bottom ul li ul.pulldown li a:hover {
  background: #69bf91;
}
.header-nav .header-bottom ul li ul.pulldown li a:hover  {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.header-nav .header-bottom ul li ul .have-side-sub {
  position: relative;
}
.header-nav .header-bottom ul li ul .have-side-sub .side-sub {
  display: hidden;
  position: absolute;
  width: 230px;
  top: -1px;
  left: 230px;
}
.header-nav .header-bottom ul li ul .have-side-sub:hover .side-sub {
  display: block;
}
.header-nav .header-bottom ul li ul .have-side-sub .side-sub li a{
  background: #298b56;
}
.header-nav .header-bottom ul li ul .have-side-sub .side-sub li{
  transition: all 0s;
  -moz-opacity: 0;/*--------*/
  opacity: 0;/*--------*/
}
.header-nav .header-bottom ul li ul .have-side-sub:hover .side-sub li{
  transition: all .5s;
  -moz-opacity: 1;/*--------*/
  opacity: 1;/*--------*/
}
.header-nav .header-bottom ul li ul .have-side-sub:hover .side-sub a:hover {
  background: #69bf91;
}

/* .company */
#global_nav .company a {
  background: url(/recruit/career/images/common/nvi_global_001.png) -442px top no-repeat;
}
/* current page */
#global_nav .top a:hover, #global_nav .company a:hover, #top #global_nav .top a, .info #global_nav .info a, .company #global_nav .company a {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {

.responsive main{
    margin-top: 5px;
    display: block;
}
}
/*===================================
	pagetop
=====================================*/
#pagetop {
  width: 940px;
  margin: 100px auto 10px;
}
#pagetop:after {
  display: block;
  content: "";
  clear: both;
}
#pagetop a {
  letter-spacing: .5px;
  border: solid 1px #298b57;
  padding: 7px 30px;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  color: #298b57;
  transition: .3s;
  display: inline-block;
  float: right;
}
#pagetop a:after {
  content: url(/recruit/career/images/common/ico_arrow_006.svg);
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 7px;
  top: 6px;
}
#pagetop a:hover {
  background: #dffceb;
}
@media screen and (max-width: 767px) {
  .responsive #pagetop {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}
/*===================================
	footer
=====================================*/
.new-responsive-template #jtweb-site-area-content #jtweb-wrapper-content {
  padding-bottom: 0;
}

#footer {
  width: 100%;
  background: #f6f6f6;
  text-align: left;
}
#footer #footer_in {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer #footer_in {
    width:  calc(100% - 40px);
  }
}
/* .footer_nav */

#footer .footer_nav_wrap {
  width: 100%;
  padding: 10px 0 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer_nav_wrap a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #footer .footer_nav_wrap a {
    display: block;
  }
}
#footer h4, #footer h4 a {
  font-size: 15px;
  color: #4C9870;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 15px;
}
#footer h5 {
  font-size: 12px;
  color: #232323;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #ccc;
}
#footer .footer_nav_wrap li, #footer .footer_nav_wrap li a {
  font-size: 12px;
  color: #555;
  list-style-type: none;
}
#footer .footer_item {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 767px) {
  #footer .footer_item {
    width: 100%;
  }
}
#footer ul {
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
#footer li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 20px;
  position: relative;
  background: url(/recruit/career/images/common/ico_arrow_001.png) left 10px top 16px no-repeat;
}
#footer .footer_nav_wrap a:hover {
  color: #298b56;
}





/* #copyright */
#copyright {
  width: 940px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  font-size: 10px;
}

#copyright ul {
  list-style-type: none;
}
#copyright ul li {
  float: left;
  color: #999;
}
#copyright ul li a {
  display: inline-block;
  padding: 0 14px 0 0;
  background: url(/recruit/career/images/common/ico_win_001.png) right 2px no-repeat;
  text-decoration: none;
  color: #999;
}
#copyright p {
  text-align: right;
  color: #999;
}
@media screen and (max-width: 767px) {
    #copyright {
        padding: 0;
    }
    #copyright ul{
            border-top: solid 1px #ccc;
    }
    #copyright ul li {
        float: none;
        text-align: center;
        border-bottom: solid 1px #ccc;
        
    }
    #copyright ul li a{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px 0;
        background: none;
        
    }
    #copyright ul li a:after{
        content: url(/recruit/career/images/common/ico_win_001.png);  
        display: inline-block;
        margin-left: 5px;
        
        
    }
    .responsive #copyright {
        display: flex;
        flex-flow: column;
    }
  .responsive #copyright {
    width: calc(100% - 0px);
      display: flex;
      flex-flow: column;
  }
      .responsive #copyright p{
          text-align: center;
          padding: 10px 0;
    }
}
/*===================================
	sidebar
=====================================*/
/*　#local_nav
------------------------------------------------*/
#local_nav {
  width: 220px;
  margin: 0 0 30px;
}
#local_nav h3 {
  margin: 0 0 3px;
  background: url(/recruit/career/images/common/bgi_side_001.png) left top no-repeat;
  background-size: cover;
  width: 100%;
}
#local_nav .no-child {
  margin-bottom: 10px;
}
#local_nav h3 a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
  height: 80px;
  font-size: 15px;
  color: #fff;
  width: 185px;
  padding-left: 25px;
  line-height: 1.3;
  background: url(/recruit/career/images/common/ico_arrow_004.png) 13px center no-repeat;
}
#local_nav h3.large a {
  font-size: 18px;
}
#local_nav h3 a span {
  width: 100%;
  font-size: 11px;
  margin-top: 4px;
}
#local_nav h3:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#local_nav ul {
  list-style-type: none;
  margin-bottom: 10px;
}
#local_nav ul li {
  margin: 0 0 3px;
}
#local_nav ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 184px;
  height: 60px;
  padding: 0 10px 0 24px;
  border: solid 1px #298b56;
  text-decoration: none;
  background: url(/recruit/career/images/common/ico_arrow_001.png) 12px 27px no-repeat;
  color: #298b56;
}
#local_nav ul li a:hover, 
.sogo_data #local_nav ul .sogo_data a, 
.sogo_vision #local_nav ul .sogo_vision a, 
.sogo_introduction #local_nav ul .sogo_introduction a, 
.sogo_message #local_nav ul .sogo_message a, 
.sogo_careerinfo #local_nav ul .sogo_careerinfo a, 
.voice #local_nav ul .voice a, 
.sogo_faq #local_nav ul .sogo_faq a, 
.sogo_meeting #local_nav ul .sogo_meeting a, 
.rd_data #local_nav ul .rd_data a, 
.dev_special #local_nav ul .dev_special a, 
.dev_outline #local_nav ul .dev_outline a, 
.dev_works #local_nav ul .dev_works a, 
.dev_data #local_nav ul .dev_data a {
  background-color: #dffceb;
}
.sogo #local_nav ul .rd, 
.rd #local_nav ul .sogo {
  display: none;
}
/*　.bnr_entry
------------------------------------------------*/
#nottop .bnr_entry {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .responsive .bnr_entry {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
}
.sp.sp-entry {
  background: linear-gradient(to bottom, #69bf91 0%, #006837 100%);
  margin-bottom: 20px;
}
.sogo_faq .sp.sp-entry {
  margin-top: 40px;
}
.sp.sp-entry a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  padding: 7px 0 10px;
  color: #fff;
  background: url(/recruit/career/images/common/ico_arrow_004.png) 13px center no-repeat;
}
.sp.sp-entry a span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}




/*===================================
	下層共通
=====================================*/
/*　#lead_area
------------------------------------------------*/
/*#lead_area{
	width:960px;
	margin:0 auto;
}*/
/*　#pnkz
------------------------------------------------*/
@media screen and (max-width: 767px) {
    .responsive #lead_area{
        margin-top: 0;
        margin-bottom: 25px;
    }
}

#pnkz {
  text-align: right;
  font-size: 10px;
  color: #999;
  width: 940px;
  margin: 5px auto 30px;
}
#pnkz a {
  color: #999;
  text-decoration: none;
}
#pnkz span {
  display: inline-block;
  padding: 0 0 0 12px;
  background: url(/recruit/career/images/common/ico_arrow_002.png) 3px 4px no-repeat;
}

@media screen and (max-width: 767px) {
    .responsive #pnkz {
        width: 100%;
        display: none !important;
        
    }
    
}
/*　タイトル
------------------------------------------------*/
.career-recruit .page_ttl {
  font-size: 22px;
  color: #298b56;
  border-bottom: solid 3px #298b56;
  margin: 0 0 30px 0;
  line-height: 1.5;
}
.career-recruit .sub_ttl {
  font-size: 17px;
  color: #298b56;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
/*　本文エリア
------------------------------------------------*/
.entry_box {
  margin: 0 0 50px 0;
}
.entry_box .img_right {
  width: 200px;
  float: right;
}
@media screen and (max-width: 767px) {
    .entry_box .img_right {
        padding: 10px;
    }
}
.entry_box .txt_left {
  width: 460px;
  float: left;
}
@media screen and (max-width: 767px) {
.entry_box .txt_left {      width: 100%;
  float: none;
    }
}
.entry_box .txt_left p {
  margin-bottom: 1em;
}
.entry_box .remark {
  color: #F00;
  padding: 5px 0;
}
/* テーブル */
.table01 {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #298b56;
}
.table01 th {
  vertical-align: middle;
  text-align: left;
  border: solid 1px #298b56;
  padding: 10px;
  font-weight: normal;
  /*	background-color:#dffceb;	*/
}
.table01 td {
  vertical-align: middle;
  text-align: left;
  border: solid 1px #298b56;
  padding: 10px;
}
.table01 ul {
  list-style-position: inside;
}
/*20180628_sole-color_add*/
.closed_notice {
  display: inline-block;
  color: #fff;
  padding: 5px 8px 5px 13px;
  background: #F00;
  text-align: center;
  margin-bottom: 20px;
}
/*202004_add*/
.data-note {
  font-size: 11px;
  color: #4d4d4d;
  font-weight: 500;
}
/*responsive*/
.responsive {}
.responsive img {
  max-width: 100%;
}
.responsive .pc {}
.responsive .sp {}
.responsive .header-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 0 10px;
  z-index: 1;
}
.responsive .header-sp h1 {
  line-height: 0;
}
.responsive .header-sp h1 img {
  height: 32px;
}
/*nav-sp-menu*/
.nav-sp-menu {
  color: #000;
  text-align: center;
  width: 100%;
  background: #298b56;
  background: #006837;
}
.nav-sp-menu ul {
  margin: 0 auto 0px;
  padding: 0px 0 0;
}
.nav-sp-menu ul li {
  list-style-type: none;
  border-top: solid 1px #fff;
}
.nav-sp-menu ul li:last-child {
  border-bottom: none;
}
.nav-sp-menu ul li a, .have-pulldown {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
  padding: 15px 0px;
  text-decoration: none;
  transition: .3s;
}
.nav-sp-menu ul li .top-dir {
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 10px 0px;
  font-weight: bold;
}
.nav-sp-menu ul li .sp-nav-top {
  font-size: 15px;
}
.nav-sp-menu ul li .top-dir span {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-weight: normal;
}

.nav-sp-menu ul li .two-line {
  padding: 8px 0px;
}
.nav-sp-menu ul li .long {
  padding-right: 20px;
}
.nav-sp-menu ul ul ul li {
  background: #51a474;
  background: #298b56;
}
.nav-sp-menu ul ul ul ul li {
  background: #6eb17f;
}
.nav-sp-menu ul ul ul li {
  font-weight: normal;
}

.nav-sp-menu ul li a:after{
    content: url(/recruit/career/images/common/ico_arrow_009.svg);
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 15px;
    height:8px;
    width:8px;
    top: calc(50% - 8px);
}

.nav-sp-menu ul li a.blank:after{
    content: url(/recruit/career/images/common/ico_win_002.png);
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 15px;
    height:8px;
    width:8px;
}

.nav-sp-menu .have-pulldown:after {
    content: url(/recruit/career/images/common/ico_arrow_007.svg);
    display: inline-block;
    color: #fff;
    position: absolute;
    width: 11px;
}
.nav-sp-menu .pull-active:after {
    content: url(/recruit/career/images/common/ico_arrow_008.svg);
    display: inline-block;
    color: #fff;
    position: absolute;
    top: calc(50% - 12px);
    width: 11px;
}
.nav-sp-menu .with-sub-menu:after {
    content: url(/recruit/career/images/common/ico_arrow_010.svg);
    content: "";
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 14px;
    width:11px;
    right: 14px;
}
.nav-sp-menu a.with-sub-menu:hover {
  cursor: default;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}
.nav-sp-menu .pulldown {
  display: none;
    border-top:none;
}

.nav-sp-menu.active {
  transform: translateY(0);
}
.sp-nav-text {
  padding-bottom: 30px;
  line-height: 1.7;
  font-size: 1.4rem;
  color: #298b56;
}
.sp-nav-text strong {
  display: block;
  font-size: 1.6rem;
}
.menu-trigger {
  display: block;
  position: fixed;
  right: 5px;
  top: 6px;
  width: 40px;
  cursor: pointer;
  z-index: 3;
  height: 41px;
}
.menu-trigger span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 2px #298b56;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}
.menu-trigger.active span {
  border-bottom: solid 2px #fff;
}
.menu-trigger span:nth-child(1) {
  top: 9px;
}
.menu-trigger span:nth-child(2) {
  top: 18px;
}
.menu-trigger span:nth-child(3) {
  top: 27px;
}
.menu-trigger.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-trigger.active span:nth-child(2), .menu-trigger.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp-nav-btn {
  background: #298b56;
  border-radius: 6px;
  margin-right: 26px;
  font-size: 12px;
}
.sp-nav-btn a {
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 5px 0;
  width: 110px;
  letter-spacing:0.3em;
}
.header-sp.career-menu {
  padding: 0 0;
  margin-top: 6px;
  margin-bottom: 20px
}
/*.sp {
    display: none;
}*/
@media screen and (min-width: 768px) {
  .responsive .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {

  .responsive .pc {
    display: none !important;
  }
}
.mb0{
    margin-bottom: 0;
}

.color-red {
    color: #e60012;
}


#lead_area .header-ttl {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  #lead_area .header-ttl {
    width: 100%;
  }
}

.sogo_careerinfo .voice::after {
    content: "";
    display: block;
    clear: both;
}
.iyaku_split {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 40px; 
  padding: 8px;
  border: solid 1px #CCC;
}
.sogo_introduction .iyaku_split {
  margin-top: 12px;
}
.voice .entry_box  .iyaku_split p,  .iyaku_split p {
  font-size: 12px;
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.iyaku_split_links {
  text-indent: -1em;
  padding-left: 1em;
}
.iyaku_split_links a {
  color: #3977e0;
}

