@charset "UTF8";

/*----------------------------
縦向きの場合スマホスタイル
----------------------------*/

@media screen and (max-width: 480px) {

  .recruitment-photo-area{
    width: 100%;
    margin-bottom: 10%;
  }

  .recruitment-photo-area img{
    width: 100%;
    vertical-align: bottom;
  }

  .recruitment-contents-area{
    width: 80%;
    margin: 0 auto;
  }

  .recruitment-contents-area hr{
    border: 1px solid #000;
    margin: 12.5% 0;
  }

  .recruitment-contents-box{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-title-area{
    width: 100%;
    margin: 5% 0;
  }

  .recruitment-title-area h3{
    width: 100%;
    text-align: center;
  }

  .recruitment-detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
  }

  .recruitment-detail-area-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-detail-box{
    width: 100%;
    display: flex;
    line-height: 8vw;
  }

  .recruitment-detail-item{
    width: 30%;
  }

  .recruitment-detail-contents{
    width: 70%;
  }

}


/*-----------------------
 横向きの場合スマホスタイル
-------------------------*/

@media screen and (min-width: 481px) and (max-width: 896px) {

  .recruitment-photo-area{
    width: 100%;
    margin-bottom: 3%;
  }

  .recruitment-photo-area img{
    width: 100%;
    vertical-align: bottom;
  }

  .recruitment-contents-area{
    width: 80%;
    margin: 0 auto;
  }

  .recruitment-contents-area hr{
    border: 1px solid #000;
    margin: 10% 0;
  }

  .recruitment-contents-box{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-title-area{
    width: 100%;
    margin: 5% 0;
  }

  .recruitment-title-area h3{
    width: 100%;
    text-align: center;
  }

  .recruitment-detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
  }

  .recruitment-detail-area-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-detail-box{
    width: 100%;
    display: flex;
    line-height: 2.5vw;
  }

  .recruitment-detail-item{
    width: 30%;
  }

  .recruitment-detail-contents{
    width: 70%;
  }

}


/*-----------------------
 タブレットスタイル(縦)
-------------------------*/
@media screen and (min-width: 897px) and (max-width: 1024px) {
  .recruitment-photo-area{
    width: 100%;
    margin-bottom: 3%;
  }

  .recruitment-photo-area img{
    width: 100%;
    vertical-align: bottom;
  }

  .recruitment-contents-area{
    width: 60%;
    margin: 0 auto;
  }

  .recruitment-contents-area hr{
    border: 1px solid #000;
    margin: 5% 0;
  }

  .recruitment-contents-box{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-title-area{
    width: 100%;
    margin: 5% 0;
  }

  .recruitment-title-area h3{
    width: 100%;
    text-align: center;
  }

  .recruitment-detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
  }

  .recruitment-detail-area-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-detail-box{
    width: 100%;
    display: flex;
    line-height: 4vw;
  }

  .recruitment-detail-item{
    width: 30%;
  }

  .recruitment-detail-contents{
    width: 70%;
  }

}


/*-------------------
タブレット_横
-------------------*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {

  .recruitment-photo-area{
    width: 100%;
    margin-bottom: 3%;
  }

  .recruitment-photo-area img{
    width: 100%;
    vertical-align: bottom;
  }

  .recruitment-contents-area{
    width: 50%;
    margin: 0 auto;
  }

  .recruitment-contents-area hr{
    border: 1px solid #000;
    margin-bottom: 10%;
  }

  .recruitment-contents-box{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-title-area{
    width: 100%;
    margin: 5% 0;
  }

  .recruitment-title-area h3{
    width: 100%;
    text-align: center;
  }

  .recruitment-detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
  }

  .recruitment-detail-area-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-detail-box{
    width: 100%;
    display: flex;
    line-height: 4vw;
  }

  .recruitment-detail-item{
    width: 30%;
  }

  .recruitment-detail-contents{
    width: 70%;
  }

}


/*-------------------
ＰＣ
-------------------*/
@media all and (min-width: 1401px){

  .recruitment-photo-area{
    width: 100%;
    margin-bottom: 5%;
  }

  .recruitment-photo-area img{
    width: 100%;
    vertical-align: bottom;
  }

  .recruitment-contents-area{
    width: 40%;
    margin: 0 auto;
  }

  .recruitment-contents-area hr{
    border: 1px solid #000;
    margin: 10%;
  }

  .recruitment-contents-box{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-title-area{
    width: 100%;
    margin: 5% 0;
  }

  .recruitment-title-area h3{
    width: 100%;
    text-align: center;
  }

  .recruitment-detail-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
  }

  .recruitment-detail-area-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .recruitment-detail-box{
    width: 100%;
    display: flex;
    line-height: 2.5vw;
  }

  .recruitment-detail-item{
    width: 30%;
  }

  .recruitment-detail-contents{
    width: 70%;
  }

}

/*---------------------------------
印刷
---------------------------------*/

@media all and (min-width: 1401px){}


/*---------------------------------
追加css
---------------------------------*/
.recruit-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.recruit-table th,
.recruit-table td {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-bottom: none;
  text-align: center;
  vertical-align: top;
}

.recruit-table tr:last-child td:last-child {
  border-bottom: 1px solid #000;
}

.recruit-table th {
  background: #413f3f;
  color: #fff;
}

.recruit-table td {
  text-align: left;
  font-weight: bold;
}

.recruit-table td p {
  font-size: 16px;
}

.recruit-table td p:not(:last-of-type) {
  margin-bottom: 20px;
}

.recruit-table td p.title {
  margin-bottom: 0;
}

.recruit-table td p.example {
  margin-top: 30px;
}

.recruit-table td ul:not(:last-of-type) {
  margin-bottom: 20px;
}

.recruit-table td ul {
  padding: 0;
}

.recruit-table td ul li {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
}

.recruit-table td ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #413f3f;
  border-radius: 50%;
}