<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@import "parts/archive.css";


.mvRecruit figure{
    width:min(100%,900px);
    margin:auto;
}
.recruit_cont h2 {
  text-align: center;
  font-size:var(--fsize36);
  line-height: 1.5;
  font-weight: 700;
}
.recruit_info_wrap {
    background: white;
    padding:var(--size40) var(--size60);
}
.rec_table .column-1 {
    width:25%;
    font-weight:bold;
    color:var(--green01);  
}
.rec_table.tablepress {
    border-top:none;
}
.rec_table.tablepress td {
    border-top:none;
    border-bottom:1px solid var(--gley02);
    padding:var(--size20) 0;
}
@media (max-width:799px) {
    .recruit_cont h2 {
      font-size:var(--fsize28);
    }
    .rec_table .column-1 {
        width:auto;
        white-space: nowrap;  
    }
    .recruit_info_wrap {
    padding:var(--size40) ;
}
}</pre></body></html>