@charset "UTF-8";
.key-main:after {
  background: url(../img/staff/kv-img.png) center center no-repeat;
  background-size: cover;
}

.st-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
.st-top {
  padding: 30px 0px;
}
.st-top_img {
  margin-bottom: 15px;
  text-align: center;
}
.st-top_txt {
  font-size: 120%;
  float: right;
}
.st-top_txt p {
  margin-bottom: 15px;
}
.st-top_txt p:last-child {
  margin-bottom: 0px;
}
.st-note {
  background: url(../img/staff/st-bg.png) left top repeat;
  padding: 15px 0px;
}
.st-note_title {
  color: #fff;
}
.st-note_title:before {
  background: #fff;
}
.st-note_img {
  margin-bottom: 15px;
  text-align: center;
}
.st-note_txt {
  color: #fff;
  font-size: 120%;
}
.st-note_txt p {
  margin-bottom: 15px;
}
.st-note_txt p:last-child {
  margin-bottom: 0px;
}
.st-implement {
  padding: 30px 0px;
  position: relative;
}
.st-implement_top {
  margin-bottom: 30px;
}
.st-implement_top p {
  font-size: 120%;
  margin-bottom: 15px;
}
.st-implement_top p:last-child {
  margin-bottom: 0px;
}
.st-implement_top--nt {
  font-size: 140% !important;
  font-weight: bold;
}
.st-implement_bottom--title {
  font-size: 140%;
  color: #602d18;
  border-left: 4px solid #602d18;
  background: #ebdfd9;
  padding: 5px 10px 5px 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.st-implement_list {
  margin-left: -15px;
}
.st-implement_list li {
  float: left;
  width: calc(50% - 15px);
  margin-left: 15px;
  text-align: center;
}
.st-implement_list li:nth-child(3) {
  margin-left: 25%;
  margin-top: 30px;
}
.st-implement_list li h4 {
  font-size: 160%;
  font-weight: bold;
  margin: 10px 0px;
}
.st-implement_list li p {
  font-size: 100%;
  text-align: left;
}
.st-implement_pos {
  margin-top: 25px;
}
.st-implement_pos--col {
  width: 50%;
}
.st-implement_pos--left {
  float: left;
}
.st-implement_pos--right {
  float: right;
  text-align: right;
}
.st-recruit {
  background: url(../img/footer-bg.png) left top repeat;
  padding: 30px 0px;
}
.st-recruit_title {
  font-weight: bold;
  font-size: 220%;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #602d18;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.st-recruit_title span {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}
.st-recruit_title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 4px;
  content: '';
  background: #602d18;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.st-recruit_title--sub {
  font-size: 140%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.st-recruit_tbl {
  width: 100%;
  font-size: 120%;
}
.st-recruit_tbl th, .st-recruit_tbl td {
  vertical-align: middle;
  border-bottom: 1px solid #602d18;
}
.st-recruit_tbl th {
  width: 80px;
  padding: 10px 0px;
}
.st-recruit_tbl th span {
  font-weight: bold;
  color: #fff;
  display: block;
  background: #602d18;
  line-height: 1;
  text-align: center;
  padding: 7px 0px;
}
.st-recruit_tbl td {
  width: calc(100% - 80px);
  padding: 7px 0px 7px 10px;
}
.st-recruit_tbl tr:last-child th, .st-recruit_tbl tr:last-child td {
  border: none;
}
.st-standard {
  background: url(../img/footer-bg.png) left top repeat;
  padding: 0 0 30px;
}
.st-standard_title {
  font-weight: bold;
  font-size: 220%;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #602d18;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.st-standard_title span {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}
.st-standard_title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 4px;
  content: '';
  background: #602d18;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.st-standard_body {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #d9c8bf;
  padding: 20px 15px 25px;
}
.st-standard_list {
  font-size: 120%;
  margin-bottom: 20px;
}
.st-standard_list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 12px;
  line-height: 1.7;
}
.st-standard_list li:before {
  content: '●';
  position: absolute;
  left: 0;
  color: #602d18;
}
.st-standard_list li:last-child {
  margin-bottom: 0;
}
.st-standard_note {
  font-size: 110%;
  line-height: 1.7;
  margin-bottom: 25px;
  padding: 12px 15px;
  background: #f5ede8;
  border-left: 4px solid #602d18;
}
.st-standard_lead {
  font-size: 120%;
  line-height: 1.7;
  margin-bottom: 22px;
  font-weight: bold;
  color: #602d18;
}
.st-standard_subtitle {
  font-size: 130%;
  font-weight: bold;
  color: #602d18;
  line-height: 1.6;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #602d18;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.st-standard_items {
  font-size: 120%;
}
.st-standard_item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #c9b5a8;
}
.st-standard_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.st-standard_item dt {
  font-weight: bold;
  color: #602d18;
  margin-bottom: 6px;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.5;
}
.st-standard_item dt:before {
  content: '●';
  position: absolute;
  left: 0;
}
.st-standard_item dd {
  line-height: 1.7;
  padding-left: 1.2em;
}
.st-info {
  text-align: center;
  padding: 30px 0px;
}
.st-info_title {
  font-weight: bold;
  font-size: 160%;
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.st-info_txt {
  font-size: 120%;
  margin-bottom: 15px;
}
.st-info_tell {
  font-size: 200%;
  font-weight: bold;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.st-info_tell a {
  color: #333;
}

/*# sourceMappingURL=staff_sp.css.map */
