@charset "utf-8";
.job_bosyuuyoukou {
    position: relative;
    padding: 0 65px;
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    color: #6A5145;
    font-weight: bold;
}

.job_bosyuuyoukou:before {
    position: absolute;
    top: calc(50% - 2px);
    width: 90%;
    height: 4px;
    content: '';
    background: #FF8B89;
    right: 5%;
    left: 5%;
}

.job_bosyuuyoukou span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}



.job_comment {
    color: #6A5145;
    font-weight: bold;
    text-align: center;
    width: 94%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.job_bosyuyoukou_waku {
    width: 94%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 2px solid #E1E1E1;
    
    
}

.job_bosyuyoukou_box {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    
}

.job_bosyuyoukou_box tbody tr th{
    text-align: left;
    color: #6C5E57;
    font-weight: bold;
}   

.job_bosyuyoukou_box tbody tr td{
    border-bottom: 2px solid #E1E1E1;
    font-size: 1em;
} 

 .job_bosyuyoukou_box tbody tr:last-child td{
         border-bottom: 2px none #E1E1E1;
    } 

 .job_bosyuyoukou_box tbody tr:last-child th{
         border-bottom: 2px none #E1E1E1;
    }


.job_staff {
    background-color: #FFFFFF;
    border-radius: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.job_staff_title {
    color: #6A5145;
    border-bottom: 4px dotted #F2CFCE;
    text-align: center;
    font-weight: bold;
}
.job_staff_text {
    font-size: 0.9em;
    line-height: 1.8em;
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.job_staff_text ul  {
    list-style:none;
}


.job_staff_text ul li {
    padding-left: 0.6em;
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    color: #6A5145;
    font-weight: bold;
}

.job_staff_text ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.6em; /*点の位置*/
    content: "";
    background: #FF8B89; /*点の色*/
    }
.job_staff_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

 .job_staff_yakusoku_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1084px;
}


  

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

/* メイン画像の位置*/    
.job_main_img img{
   width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 65% 100%;/* 画像の位置を決めている　横の位置 縦の位置 */
  }    
    
.job_comment {
    font-size: 1.1em;
    line-height: 1.8em;
    margin-bottom: 40px;
}

 .job_bosyuuyoukou {
    font-size: 1.4em;
    line-height: 1.8em;
}   
 
.job_bosyuyoukou_waku{
    margin-bottom: 50px;
    
}    
    
.job_bosyuyoukou_box tbody tr th{
    width: 94%;
    display: block;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 20px;
    font-size: 1.2em;
    line-height: 1.8em;
}    
    
.job_bosyuyoukou_box tbody tr td{
    width: 94%;
    display: block;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 20px;
    line-height: 1.8em;
}  

    
    
.job_staff {
    margin-bottom: 40px;   
}    
    
 .job_staff_title {
    font-size: 1.1em;
    line-height: 1.8em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
.job_staff_text {
    margin-top: 30px;
    padding-bottom: 30px;
}
 
.job_staff_text ul  {
    margin-top: 30px;
}    
 
.job_staff_text ul li{
    padding-bottom: 10px;
}     
    
.job_staff_img {
    padding-bottom: 30px;
}

 .job_staff_yakusoku_img {
    padding-bottom: 30px;
}    
    
    
}


/*指定：600px～ */
@media print, screen and (min-width: 600px) {

.job_comment {
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 80px;
    margin-top: 80px;
}

 .job_bosyuuyoukou {
    font-size: 1.9em;
    line-height: 1.8em;
}   
 
.job_bosyuyoukou_waku{
    margin-bottom: 100px;
    
}    
    
.job_bosyuyoukou_box tbody tr th{
    width: 94%;
    display: block;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 1.4em;
    padding-top: 20px;
    padding-bottom: 15px;
}    
    
.job_bosyuyoukou_box tbody tr td{
    width: 94%;
    display: block;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 15px;
    line-height: 1.8em;
}  


    
.job_staff {
    margin-bottom: 80px;   
}    
    
 .job_staff_title {
    font-size: 1.4em;
    line-height: 1.8em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 8px;
}
.job_staff_text {
    margin-top: 30px;
    padding-bottom: 30px;
}
 
.job_staff_text ul  {
    margin-top: 30px;
    margin-bottom: 30px;
} 

.job_staff_text ul li {
    padding-bottom: 15px;    
    font-size: 1.2em;
    line-height: 1.8em;
}     
 
.job_staff_img {
    padding-bottom: 30px;
}

 .job_staff_yakusoku_img {
    padding-bottom: 30px;
}    
    

}

/*指定：835px～ */
@media print, screen and (min-width: 835px) {
    
.job_comment {
    font-size: 1.8em;
    margin-bottom: 100px;
}
   
 .job_bosyuuyoukou {
    font-size: 2.2em;
    line-height: 1.8em;
     margin-bottom: 60px;
}      
  
 
    
    
.job_bosyuyoukou_waku {
    margin-bottom: 180px;
    
   
}    
    
    
    
.job_bosyuyoukou_box tbody tr th{
    width: 20%;
    display: table-cell;
    border-bottom: 2px solid #E1E1E1;
    vertical-align: middle;
    text-align: center;
}    
    
.job_bosyuyoukou_box tbody tr td{
    display: table-cell;
    border-bottom: 2px solid #E1E1E1;
    padding-top: 20px;
    padding-left: 1%;
    
}  
.job_staff_title {
    font-size: 2em;
     padding-top: 60px;
}
    
 .job_staff {
    padding-bottom: 60px;   
}  
.job_staff_img {
    margin-top: 50px;
}
    
}
