@charset "utf-8";
/*################## スマホ縦用　##################*/
@media screen and (min-width: 0px) and (max-width: 480px) {
  #recruit-01 {
    width: 95%;
    margin: 50px auto;
    padding-top: 100px;
  }
  #recruit-01 h1 {
    margin-bottom: 30px;
  }
  #recruit-02 {
    width: 95%;
    margin: 50px auto;
  }
  #recruit-02 table {
    width: 90%;
    margin: 50px auto;
  }
  #recruit-new {
    padding: 30px 0;
  }
  #recruit-mid {
    padding: 50px 0 30px 0;
  }
  .recruit-table, .recruit-table tbody, .recruit-table tr, .recruit-table th, .recruit-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .recruit-table .first-box {
    padding: 10px 0;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
  }
  .recruit-table th {
    padding: 10px 0;
    border-bottom: 1px solid #262626;
  }
  .recruit-table td {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #262626;
  }
  #recruit-03 {
    width: 95%;
    margin: 50px auto;
  }
  /*選考の流れフロー*/
  .flow {
    flex-direction: column;
    gap: 10px;
    padding: 50px 0;
  }
  .flow-item {
    flex-direction: column;
    gap: 10px;
  }
  .flow-box {
    width: 150px;
    height: 40px;
    min-height: auto;
    font-size: 18px;
    border: 1px solid #999;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    margin: 10px auto;
  }
  .pc-text {
    display: none;
  }
  .sp-text {
    display: block;
  }
  #recruit-03 p {
    padding: 30px;
  }
}
/*################## スマホ横用 #################*/
@media screen and (min-width: 481px) and (max-width: 896px) {
  #recruit-01 {
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
  }
  #recruit-01 h1 {
    margin-bottom: 50px;
  }
  #recruit-01-01 {
    padding: 30px 0 50px 0;
  }
  #recruit-01-01 p {
    padding: 10px 0 10px 20px;
  }
  #recruit-02 {
    width: 90%;
    margin: 60px auto;
  }
  #recruit-02 table {
    width: 95%;
    margin: 50px auto 100px auto;
    font-size: 18px;
  }
  #recruit-02 table th {
    padding: 15px 0 15px 20px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #262626;
    white-space: nowrap;
  }
  #recruit-02 table td {
    padding: 10px 0 10px 20px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #262626;
  }
  #recruit-new {
    margin: 20px 0;
  }
  #recruit-mid {
    margin: 80px 0 50px 0;
  }
  #recruit-03 {
    width: 90%;
    margin: 50px auto;
  }
  /*選考の流れフロー*/
  .flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 50px 0;
  }
  .flow-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .flow-box {
    width: 46px;
    height: 185px;
    border: 1px solid #999;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    box-sizing: border-box;
  }
  .flow-arrow {
    color: #003b70;
    font-size: 22px;
  }
  .sp-text {
    display: none;
  }
  #recruit-03 p {
    padding: 30px 0;
  }
}
/*################## PC用 #################*/
@media print, screen and (min-width:897px) {
  #recruit-01 {
    width: 850px;
    margin: 0 auto;
    padding-top: 150px;
  }
  #recruit-01 h1 {
    margin-bottom: 50px;
  }
  #recruit-01-01 {
    padding: 30px 0 50px 0;
  }
  #recruit-01-01 p {
    padding: 10px 0 10px 20px;
  }
  #recruit-02 {
    width: 850px;
    margin: 60px auto;
  }
  #recruit-02 table {
    width: 750px;
    margin: 50px auto 50px auto;
    font-size: 18px;
  }
  #recruit-02 table th {
    padding: 15px 0 15px 20px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #262626;
  }
  #recruit-02 table td {
    padding: 10px 0 10px 20px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #262626;
  }
  #recruit-new {
    margin: 20px 0;
  }
  #recruit-mid {
    margin: 80px 0 50px 0;
  }
  #recruit-03 {
    width: 850px;
    margin: 50px auto;
  }
  /*選考の流れフロー*/
  .flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 50px 0;
  }
  .flow-item {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .flow-box {
    width: 46px;
    height: 185px;
    border: 1px solid #999;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    box-sizing: border-box;
  }
  .flow-arrow {
    color: #003b70;
    font-size: 22px;
  }
  .sp-text {
    display: none;
  }
  #recruit-03 p {
    padding: 30px 0;
  }
}
/*################## スマホ・PC共通 ##################*/
#recruit-01-02 p img {
  width: 100%;
  height: auto;
  max-width: 850px;
  text-align: center;
}
/*横棒タイトル*/
.section-title {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-weight: 600;
  color: #262626;
  line-height: 1.4;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1.6em;
  background: #262626;
}
/*########## 塗りつぶしボタン ##########*/
.button-n { /*紺ボタン*/
  padding: 10px 30px;
  background-color: #032550;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  letter-spacing: 2px;
}