body#recruit #subcatch {
  height: 300px;
  background: url("_bg/subcatch.jpg") center top no-repeat;
}

body#recruit #subcatch h2 {
  color: #000;
}

body#recruit .pnav {
  padding: 30px 0;
  background: url("_bg/subcatch2.jpg") center top no-repeat;
  text-align: center;
}

body#recruit .pnav ul {
  width: 1080px;
  margin: 0 auto;
}

body#recruit .pnav ul li a {
  color: #fff;
  background: #ff7e00;
  border-top: solid 1px #fff;
  border-lert: solid 1px #fff;
  /*border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;*/
  width: 15em;
  text-align: center;
}

body#recruit .pnav ul li a:link,
body#recruit .pnav ul li a:visited {
  color: #fff;
}

body#recruit .pnav ul li a:hover {
  color: #ff0;
  background: #ffa92f;
}

body#recruit .pnav ul li a.btn_entry {
  background: #0068b7;
}

body#recruit .pnav ul li a.btn_entry:hover {
  background: #3185c5;
}

body#recruit .bottom_info {
  text-align: center;
  border-top: dotted 1px #ff7e00;
  border-bottom: dotted 1px #ff7e00;
  padding: 30px 0;
  background: #ffefdf;
}

body#recruit .bottom_info * {
  vertical-align: middle;
}

body#recruit .bottom_info p {
  display: inline;
  font-size: 150%;
  font-weight: bold;
  color: #ff7e00;
}

body#recruit .bottom_info i {
  margin: 0 1em;
}

@media screen and (max-width: 768px) {
  body#recruit .pnav ul {
    width: auto;
  }
}

/*---oneday---*/
ul.oneday_index {
  display: table;
  width: 100%;
}

ul.oneday_index li {
  display: table-cell;
  width: 33%;
  box-sizing: border-box;
  padding: 0 20px;
}

ul.oneday_index li img {
  display: block;
  margin: 0 auto 20px;
}

ul.oneday_index li h2 {
  font-size: 125%;
  border-left: solid 4px #275b47;
  border-bottom: dotted 1px #275b47;
  padding-left: 10px;
  margin-bottom: 10px;
}

ul.oneday_index li a {
  display: block;
  border: solid 1px #e1cfa6;
  border-radius: 4px;
  padding: 5px 2em;
  width: 7em;
  font-weight: bold;
  color: #7e6324;
  background: #f6f3ec;
}

ul.oneday_index li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  ul.oneday_index li {
    display: block;
    text-align: center;
    width: auto;
    margin-bottom: 3em;
  }
  ul.oneday_index li img {
    width: auto;
    max-width: auto;
  }
  ul.oneday_index li a {
    margin: auto;
  }
}

/*---talk---*/
table.interview {
  margin-bottom: 40px;
}

table.interview td {
  padding: 10px 15px 0;
}

table.interview td h1 {
  font-weight: bold;
  font-size: 110%;
  border-bottom: dotted 5px #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

table.interview td:nth-child(2) {
  border-right: dotted 1px #ccc;
  border-left: dotted 1px #ccc;
}

table.interview .more a {
  display: block;
  padding: 5px;
  background-color: #bacfc1;
  text-align: center;
  color: #0f4220;
  font-weight: bold;
}

table.interview .more a:hover {
  opacity: 0.8;
}

table.interview .more a i {
  margin-right: 0.5em;
}

.i_img,
.i_body {
  box-sizing: border-box;
}

.i_img {
  float: left;
  width: 430px;
  padding-right: 30px;
}

.i_body {
  float: right;
  width: 650px;
}

@media screen and (max-width: 768px) {
  table.interview td {
    display: block;
    border-bottom: solid 1px #000;
    padding: 20px;
  }
  table.interview td:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .i_img, .i_body {
    float: none;
    width: auto;
    padding: 0;
  }
  .i_img {
    text-align: center;
    margin-bottom: 20px;
  }
}

section.timeline_prof {
  display: table;
}

section.timeline_prof > div {
  display: table-cell;
  vertical-align: top;
}

.t_img {
  padding-right: 40px;
  width: 25%;
}

section.timeline_prof,
.t_body section {
  margin-bottom: 20px;
}

table.timeline {
  border-collapse: collapse;
  border-top: solid 1px #eeddcb;
}

table.timeline td,
table.timeline th {
  vertical-align: middle;
  padding: 10px 0;
}

table.timeline tr {
  border-bottom: solid 1px #eeddcb;
}

table.timeline th {
  width: 20%;
  background: #fff6ee;
}

table.timeline td {
  padding-left: 30px;
}

table.timeline th p {
  border-radius: 50%;
  width: 4em;
  height: 4em;
  line-height: 4em;
  border: solid 1px #ff781b;
  background: #fff;
  margin: 0 auto;
  vertical-align: middle;
  font-weight: bold;
  color: #ff781b;
}

table.timeline td h1 {
  font-weight: bold;
  font-size: 110%;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 5px;
  color: #fff;
  background: #6c8c4a;
}

table.timeline td p {
  margin: 0;
}

table.timeline td img {
  float: right;
  margin-left: 10px;
}

table.talk1 {
  border-collapse: collapse;
}

table.talk1 th, table.talk1 td {
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
}

table.talk1 th {
  width: 150px;
  text-align: center;
}

table.talk1 td h1 {
  font-weight: bold;
  font-size: 110%;
  border-bottom: dotted 5px #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

div.talk2 {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

div.talk2 > h2, div.talk2 > div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

div.talk2 > h2 {
  padding-right: 20px;
  width: 100px;
}

div.talk2 > div {
  padding: 1em;
}

div.talk2.p1 > div {
  background: #ffe6e3;
  color: #460700;
}

div.talk2.p2 > div {
  background: #e8fffe;
  color: #135854;
}

div.talk2.p3 > div {
  background: #f8f2c3;
  color: #433c00;
}

div.talk2 > div > p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  table.talk1 th, table.talk1 td {
    vertical-align: top;
    display: block;
    padding: 0;
  }
  table.talk1 td {
    margin-bottom: 20px;
    border-bottom: dotted 5px #ccc;
  }
  table.talk1 td h1 {
    border: none;
  }
  table.talk1 tr:last-child td:last-child {
    border: none;
  }
}

table.recruit {
  border-collapse: collapse;
}

table.recruit th, table.recruit td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #bc946d;
  text-align: left;
}

table.recruit th {
  width: 20%;
  font-weight: bold;
  color: #874300;
}

table.recruit td {
  padding-left: 20px;
}

table.recruit td ul {
  padding: 1em;
  list-style-type: disc;
}

table.recruit td ul li {
  margin-bottom: 0.5em;
}

.career-model {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}

.career-model > div {
  width: 340px;
  margin: 0 30px 30px 0;
}

.career-model img {
  margin-bottom: 10px;
}

.career-model h4 {
  font-weight: bold;
  color: #8b4500;
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  .career-model {
    margin-right: 0;
  }
  .career-model > div {
    width: 100%;
    margin: 20px 0;
  }
}

.message {
  position: relative;
}

.message .body {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px 0 0 450px;
}

@media screen and (max-width: 768px) {
  .message .body {
    position: relative;
    margin: 10px 0;
    padding: 0;
  }
}

.job-type h6 {
  font-weight: bold;
}

.job-type h6:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-right: 0.2em;
  color: #ff7e00;
}

.job-type p {
  font-size: 0.9em;
}

.job-type-cat {
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.job-type-cat1 {
  background-position: left top;
  background-image: url("_bg/4-6.jpg");
  padding-left: 330px;
}

.job-type-cat2 {
  background-position: right bottom;
  background-image: url("_bg/4-7.jpg");
  padding-right: 330px;
}

@media screen and (max-width: 768px) {
  .job-type-cat1, .job-type-cat2 {
    padding: 0;
    background: none;
  }
}







