@charset "utf-8";
/* CSS Document */
/*
ページタイトル
----------------------------------------------------------------------*/
#page_title {
  background-image: url(image/title.jpg);
}
.catch {
  overflow: hidden;
  text-align: center;
}
/*
職種紹介
----------------------------------------------------------------------*/
.jobs_information {
  width: 100%;
  margin: 0px auto 15px;
  overflow: hidden;
}
.jobs_information .table_block {
  overflow: hidden;
}
.jobs_information .table_block table {
  width: 100%;
  margin: 15px auto;
  border-left: 1px solid #979797;
  border-top: 1px solid #979797;
}
.jobs_information .table_block table th {
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background-color: #FCF2E0;
  width: 85px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.jobs_information .table_block table th p {
  padding: 6px 4px;
}
.jobs_information .table_block table td {
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 6px 4px;
  font-size: 0.95em;
}
.jobs_information .table_block table td.bold {
  font-weight: bold;
  white-space: nowrap;
}
.jobs_information .table_block table td.orange {
  color: #FF6600;
}
.jobs_information .table_block table td.blue {
  color: #0099CC;
}
.jobs_information .table_block table td.center {
  text-align: center;
}
.jobs_information .oubo_block {
  width: 100%;
  overflow: hidden;
}
.jobs_information .oubo_block dl {
  width: 100%;
  overflow: hidden;
}
.jobs_information .oubo_block dl dt {
  margin-bottom: 10px;
  background-image: url(image/sub_oubohouhou.jpg);
  line-height: 26px;
  width: 88px;
  text-align: center;
  font-weight: bold;
  color: #D55E5E;
  font-size: 1.1em;
}
.jobs_information .oubo_block dl dd {
  padding-bottom: 20px;
  font-size: 0.9em;
}
.jobs_information .oubo_block dl dd strong {
  font-weight: normal;
  font-size: 1.1em;
}
.jobs_information .oubo_block div {
  background-image: url(image/bn_tel.jpg);
  width: 234px;
  height: 82px;
  margin: 0px;
}
.jobs_information .oubo_block div address {
  display: none;
}
/*
先輩の声
----------------------------------------------------------------------*/
.senpai01 {
  background-image: url(image/senpai01.jpg);
}
.senpai02 {
  background-image: url(image/senpai02.jpg);
}
.senpai03 {
  background-image: url(image/senpai03.jpg);
}
.senpai04 {
  background-image: url(image/senpai04.jpg);
}
.senpai05 {
  background-image: url(image/senpai05.jpg);
}
.voice_block {
  width: 100%;
  height: 340px;
  margin: 20px auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.voice_block dl {
  display: block;
  width: 450px;
  margin-top: 150px;
}
.voice_block dl dt {
  font-weight: bold;
  font-size: 120%;
}
.voice_block dl dd {
  padding: 6px 0px;
}
/**/
#contents_block .none_border {
  border-bottom: 0px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  width: auto;
}
#contents_block .none_border th, #contents_block .none_border td {
  border-bottom: 0px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
  text-align: right;
}
/*
ナビゲーション
----------------------------------------------------------------------*/
.job_navi {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
.job_navi li {
  list-style-type: none;
  float: left;
  line-height: 25px;
  background-image: url(image/icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-right: 20px;
}
.job_navi li a {
  font-weight: bold;
  padding-left: 21px;
  color: #D55E5E;
}
.job_navi li a:hover {
  color: #666;
}
/*
バナー
----------------------------------------------------------------------*/
.bnr_recruit {
  width: 100%;
  margin: 20px auto;
}
.bnr_recruit img {}
/*
募集終了
----------------------------------------------------------------------*/
.close {
  color: #999;
}
.close a {
  color: #999;
}

/*
----------------------------------------------------------------------*/

.bn_rec {
	margin: 15px auto;
    display: flex;
    flex-direction: column;
	text-align: center;
    align-items: center;
	padding: 0;
}




/**/