@charset "UTF-8";
/*-------------------------
　採用情報_研修・教育制度
-------------------------*/
/* 共通
-------------------------*/
/* ページヘッダー */
.recruit__page-header {
  background-image: url("/recruit/entry/new/img/recruit_subpage_kv_sp.jpg");
}
@media screen and (min-width: 768px) {
  .recruit__page-header {
    background-image: url("/recruit/entry/new/img/recruit_subpage_kv_tb.jpg");
  }
}
@media screen and (min-width: 980px) {
  .recruit__page-header {
    background-image: url("/recruit/entry/new/img/recruit_subpage_kv_pc.jpg");
  }
}

.recruit-block {
  display: block;
}

@media screen and (min-width: 768px) {
  .recruit-pc-block {
    display: block;
  }
}

.recruit-text-bold {
  font-weight: bold;
}

.recruit-text-center {
  text-align: center;
}

.recruit-text-gray {
  color: #414141;
}

.recruit-entry_text--mt + .recruit-entry_text--mt {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .recruit-entry_text--mt + .recruit-entry_text--mt {
    margin-top: 0;
  }
}

.recruit-entry_section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recruit-entry_section {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .recruit-entry_section {
    margin-top: 55px;
  }
}

.recruit-entry_section + .recruit-entry_section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recruit-entry_section + .recruit-entry_section {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .recruit-entry_section + .recruit-entry_section {
    margin-top: 45px;
  }
}

.recruit-entry_section-header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-entry_section-header {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .recruit-entry_section-header {
    margin-bottom: 55px;
  }
}

/* セクションごとのスタイル
-------------------------*/
/* 仕事内容 */
.recruit-entry_item + .recruit-entry_item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-entry_item + .recruit-entry_item {
    margin-top: 30px;
  }
}

.recruit-entry_item_title {
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}

.recruit-entry_item_text {
  line-height: 1.5;
}

/* 募集要項 */
.recruit-entry_table tbody td,
.recruit-entry_table tbody th {
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .recruit-entry_table tbody td,
  .recruit-entry_table tbody th {
    padding: 23px 10px;
  }
}

.recruit-entry_table tbody th {
  padding-left: 8px;
  padding-right: 8px;
  background-color: transparent;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .recruit-entry_table tbody th {
    min-width: 293px;
    padding-left: 15px;
  }
}

.recruit-entry_table tbody td {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .recruit-entry_table tbody td {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.recruit-entry_table td::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: calc(100% - 44px);
  background-color: #D7D8D8;
}

.recruit-entry_lists li + li {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .recruit-entry_lists li + li {
    margin-top: 2px;
  }
}

/* 選考フロー */
.recruit-entry_flow-lists {
  text-align: center;
  padding-bottom: 45px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recruit-entry_flow-lists {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 980px) {
  .recruit-entry_flow-lists {
    padding-bottom: 0;
  }
}

.recruit-entry_flow-list {
  list-style: none;
  position: relative;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .recruit-entry_flow-list {
    flex-direction: row;
    align-items: center;
    padding: 30px 25px;
  }
}
@media screen and (min-width: 980px) {
  .recruit-entry_flow-list {
    padding: 22px 25px;
  }
}

.recruit-entry_flow-list + .recruit-entry_flow-list {
  margin-top: 48px;
}

.recruit-entry_flow-list::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid #BA0016;
  border-bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit-entry_flow-list::after {
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 19px solid #BA0016;
  }
}
@media screen and (min-width: 980px) {
  .recruit-entry_flow-list::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 18px solid #BA0016;
  }
}

.recruit-entry_flow-list:last-child::after {
  display: none;
}

.recruit-entry-flow-title {
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .recruit-entry-flow-title {
    width: 225px;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 980px) {
  .recruit-entry-flow-title {
    width: 274px;
  }
}

.recruit-entry-flow-content {
  text-align: left;
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .recruit-entry-flow-content {
    margin-top: 0;
    font-size: 16px;
    line-height: 2;
    width: calc(100% - 225px);
  }
}
@media screen and (min-width: 980px) {
  .recruit-entry-flow-content {
    width: calc(100% - 274px);
  }
}

.recruit-entry_bnr {
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 42px;
  padding-bottom: 43px;
  background-image: url("/recruit/img/recruit_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  .recruit-entry_bnr {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 63px;
    padding-bottom: 70px;
  }
}

.recruit-entry_bnr_text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .recruit-entry_bnr_text {
    font-size: 30px;
  }
}

.recruit-entry_bnr_img {
  text-align: center;
  margin-top: 15px;
}

.recruit_entry_img a {
  display: inline-block;
  width: 195px;
  height: 60px;
}

.recruit_entry_img img {
  width: 195px;
  height: 60px;
}