@import url("./style-common.css");



/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/* 求人情報 [recruitment]                   */
/********************************************/
@media screen and (max-width:600px){
  .recruitment-main {
    background: var(--backcolor);
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .recruitment-main {
    background: var(--backcolor);
  }
}
@media print , screen and (min-width:1024px){
  .recruitment-main {
    background: var(--backcolor);
  }
}
/*------------------------------------------*/
/* 求人案内                                 */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .recruitment-information-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .recruitment-information-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .recruitment-information {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .recruitment-information h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: block;
    margin: 32px 10px 0px 10px;
    padding: 16px 16px 16px 16px;
    text-align: left;
    color:#ffffff;
    font-size:24px;
    border-radius: 2px 2px 2px 2px;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    /*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    */
  }
  .recruitment-information h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c0  "; 
  }

  .recruitment-information-content {
    box-sizing: border-box;
    margin:0;
    padding:0px 10px;
  }

  .recruitment-information-content .tabs {
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /*タブのスタイル*/
  .recruitment-information-content .tabs .tab_item {
    box-sizing: border-box;
    margin:0;
    padding-left:24px;
    width: calc(100%);
    height: 50px;
    border: 1px solid #d9d9d9;
    background-color: var(--theme2colorclear);
    line-height: 50px;
    color: #565656;
    display: block;
    float: left;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
/*    transition: all 0.2s ease;*/

    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .recruitment-information-content .tabs .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  .recruitment-information-content .tabs input[name="tab_item"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .recruitment-information-content .tabs .tab_content {
/*    display: block;*/
    padding: 24px 0px;
width:100%;
    clear: both;
    overflow: hidden;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
  }


  .recruitment-information-content .tabs h2 {
    margin:0;
    padding:16px;
    color: #ffffff;
    border:1px solid #d9d9d9;
    background: var(--themecolor);
  }
  .recruitment-information-content .tabs table {
    margin:0;
    padding:0;
    width:100% !important;
    border-collapse: collapse;
    border:1px solid #d9d9d9;
  }
  .recruitment-information-content .tabs table tr{
    display:block;
    width:100% !important;
  }
  .recruitment-information-content .tabs table th{
    box-sizing: border-box;
    padding: 10px 5px;
    border:1px solid #d9d9d9;
    display:block;
    width:100% !important;
    border-top:none;
    color: #000000;
    background-color: var(--themecolorclear);
  }
  .recruitment-information-content .tabs table td{
    box-sizing: border-box;
    padding: 10px 5px;
    border:1px solid #d9d9d9;
    display:block;
    width:100% !important;
    border-top:none;
    color: #000000;
    background-color: #ffffff;
  }
  .recruitment-information-content .tabs table tr td:nth-child(1){
    display:block; 
    padding: 10px 15px;
    width:30%;
    color:#000000;
    border:1px solid #d9d9d9;
    background-color: var(--themecolorclear);
  }


  /*タブのコンテンツを再表示*/
  .recruitment-information-content .tabs #tab1:checked ~ #tab1_content{
/*    display: block;*/
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
  .recruitment-information-content .tabs #tab2:checked ~ #tab2_content{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
  .recruitment-information-content .tabs #tab3:checked ~ #tab3_content{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
  .recruitment-information-content .tabs #tab4:checked ~ #tab4_content {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }

  /*選択されているタブのスタイルを変える*/
  .recruitment-information-content .tabs input:checked + .tab_item {
    order:0;
    background-color: var(--theme2color);
    color: #ffffff;
  }

  /*選択されているタブのコンテンツのスタイルを変える*/
  .recruitment-information-content .tabs #tab1:checked ~ #tab1_content h2 {
    background: var(--theme2color);
  }
  .recruitment-information-content .tabs #tab1:checked ~ #tab1_content table {
    border:1px solid #d9d9d9;
  }
  .recruitment-information-content .tabs #tab1:checked ~ #tab1_content table th{
    border:1px solid #d9d9d9;
    background-color: var(--theme2colorclear);
  }
  .recruitment-information-content .tabs #tab1:checked ~ #tab1_content table td{
    border:1px solid #d9d9d9;
  }
  .recruitment-information-content .tabs #tab1:checked ~ #tab1_content table tr td:nth-child(1){
    border:1px solid #d9d9d9;
    background-color: var(--theme2colorclear);
  }

  .recruitment-information-content .tabs #tab2:checked ~ #tab2_content h2 {
    background: var(--theme2color);
  }
  .recruitment-information-content .tabs #tab2:checked ~ #tab2_content table {
    border:1px solid #d9d9d9;
  }
  .recruitment-information-content .tabs #tab2:checked ~ #tab2_content table th{
    border:1px solid #d9d9d9;
    background-color: var(--theme2colorclear);
  }
  .recruitment-information-content .tabs #tab2:checked ~ #tab2_content table td{
    border:1px solid #d9d9d9;
  }
  .recruitment-information-content .tabs #tab2:checked ~ #tab2_content table tr td:nth-child(1){
    border:1px solid #d9d9d9;
    background-color: var(--theme2colorclear);
  }

  .recruitment-information-content .tabs #tab3:checked ~ #tab3_content h2 {
    background: var(--theme2color);
  }
  .recruitment-information-content .tabs #tab3:checked ~ #tab3_content table {
    border:1px solid #d9d9d9;
  }
  .recruitment-information-content .tabs #tab3:checked ~ #tab3_content table th{
    border:1px solid #d9d9d9;
    background-color: var(--theme2colorclear);
  }
  .recruitment-information-content .tabs #tab3:checked ~ #tab3_content table td{
    border:1px solid #d9d9d9;
  }
  .recruitment-information-content .tabs #tab3:checked ~ #tab3_content table tr td:nth-child(1){
    border:1px solid #d9d9d9;
    background-color: var(--theme2colorclear);
  }

  .recruitment-information-content .tabs #tab4:checked ~ #tab4_content h2 {
    background: var(--theme2color);
  }
  .recruitment-information-content .tabs #tab4:checked ~ #tab4_content table {
    border:1px solid #d9d9d9;
  }
  .recruitment-information-content .tabs #tab4:checked ~ #tab4_content table th{
    border:1px solid #d9d9d9;
    background-color: var(--theme2colorclear);
  }
  .recruitment-information-content .tabs #tab4:checked ~ #tab4_content table td{
    border:1px solid #d9d9d9;
  }
  .recruitment-information-content .tabs #tab4:checked ~ #tab4_content table tr td:nth-child(1){
    border:1px solid #d9d9d9;
    background-color: var(--theme2colorclear);
  }

}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .recruitment-information-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .recruitment-information-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .recruitment-information {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .recruitment-information h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: inline-block;
    margin: 16px 0px 56px 0px;
    padding: 16px 48px;
    text-align: left;
    color:#ffffff;
    font-size:32px;
    border-radius: 0 100vh 100vh 0;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }
  .recruitment-information h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c0  "; 
  }

  .recruitment-information-content {
    box-sizing: border-box;
    margin:0;
    padding:0px 10px;
  }

  .recruitment-information-content .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    border-radius: 8px 8px 8px 8px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
  }

  /*タブのスタイル*/
  .recruitment-information-content .tabs .tab_item {
    box-sizing: border-box;
    margin:0;
    padding-left:32px;
    width: calc((100%/2));
    height: 100px;
    border: 1px solid var(--themecolor);
    border-bottom: 3px solid var(--themecolor);
    background-color: #d9d9d9;
    line-height: 100px;
    color: #565656;
    display: block;
    float: left;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .recruitment-information-content .tabs .tab_item:nth-of-type(1)  {
    border-radius: 8px 0px 0px 0px;
    border-right: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
  }
  .recruitment-information-content .tabs .tab_item:nth-of-type(2)  {
    border-radius: 0px 8px 0px 0px;
    border-left: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
  }
  .recruitment-information-content .tabs .tab_item:nth-of-type(3)  {
    border-top: 1px solid #fafafa;   
    border-right: 1px solid #fafafa;
  }
  .recruitment-information-content .tabs .tab_item:nth-of-type(4)  {
    border-top: 1px solid #fafafa;   
    border-left: 1px solid #fafafa;
  }
  .recruitment-information-content .tabs .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  .recruitment-information-content .tabs input[name="tab_item"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .recruitment-information-content .tabs .tab_content {
    display: none;
    padding: 24px 24px 0;
    clear: both;
    overflow: hidden;
  }


  .recruitment-information-content .tabs h2 {
    color: var(--forecolor);
  }
  .recruitment-information-content .tabs table {
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .recruitment-information-content .tabs table tr{
    display:table-row;
  }
  .recruitment-information-content .tabs table th{
    display:table-cell; 
    padding: 10px 15px;
    width:30%;
    color:#ffffff;
    border:1px solid #dddddd;
    background-color: #4f4f4f;
  }
  .recruitment-information-content .tabs table td{
    display:table-cell;
    padding: 10px 15px;
    border:1px solid #dddddd;
    /* width:auto; */
    color:#4f4f4f;
    background-color: #ffffff;
  }
  .recruitment-information-content .tabs table tr td:nth-child(1){
    display:table-cell; 
    padding: 10px 15px;
    width:30%;
    color:#ffffff;
    border:1px solid #dddddd;
    background-color: var(--themecolor);
  }



  /*選択されているタブのコンテンツのみを表示*/
  .recruitment-information-content .tabs #tab1:checked ~ #tab1_content,
  .recruitment-information-content .tabs #tab2:checked ~ #tab2_content,
  .recruitment-information-content .tabs #tab3:checked ~ #tab3_content,
  .recruitment-information-content .tabs #tab4:checked ~ #tab4_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .recruitment-information-content .tabs input:checked + .tab_item {
    background-color: var(--themecolor);
    color: #ffffff;
  }

}
@media print , screen and (min-width:1024px){
  .recruitment-information-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .recruitment-information-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .recruitment-information {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .recruitment-information h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 16px 0px 72px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
    width: 100% ;
    color: #ffffff;
    font-size:40px;
/*    border-radius: 50% 50% 0 0;*/
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
/*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
*/
  }
  .recruitment-information h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c0  "; 
  }

/*
  .recruitment-information h2.title:hover {
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
  }
*/

  .recruitment-information-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
  }

  .recruitment-information-content .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    border-radius: 8px 8px 8px 8px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
  }

  /*タブのスタイル*/
  .recruitment-information-content .tabs .tab_item {
    box-sizing: border-box;
    width: calc(100%/4);
    height: 50px;
    border-bottom: 3px solid var(--themecolor);
    background-color: #d9d9d9;
    line-height: 50px;
    color: #565656;
    display: display;
    float: left;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }

  .recruitment-information-content .tabs .tab_item:nth-of-type(1)  {
    border-radius: 8px 0px 0px 0px;
  }
  .recruitment-information-content .tabs .tab_item:nth-of-type(4)  {
    border-radius: 0px 8px 0px 0px;
  }

  .recruitment-information-content .tabs .tab_item:nth-of-type(2) ,
  .recruitment-information-content .tabs .tab_item:nth-of-type(3) ,
  .recruitment-information-content .tabs .tab_item:nth-of-type(4)  {
    border-left: 1px solid #fafafa;
  }
  .recruitment-information-content .tabs .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  .recruitment-information-content .tabs input[name="tab_item"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .recruitment-information-content .tabs .tab_content {
    display: none;
    padding: 32px 32px 0;
    clear: both;
    overflow: hidden;
  }


  .recruitment-information-content .tabs h2 {
    color: var(--forecolor);
  }

  .recruitment-information-content .tabs table {
    margin:0;
    padding:0;
    width:100%;
    border-collapse: collapse;
  }  
  .recruitment-information-content .tabs table tr{
    display:table-row;
  }
  .recruitment-information-content .tabs table td{
    display:table-cell;
    padding: 10px 15px;
    border:1px solid #dddddd;
    /* width:auto; */
    color:#4f4f4f;
    background-color: #ffffff;
  }
  .recruitment-information-content .tabs table tr td:nth-child(1){
    display:table-cell; 
    padding: 10px 15px;
    width:30%;
    color:#ffffff;
    border:1px solid #dddddd;
    background-color: var(--themecolor);
  }



  /*選択されているタブのコンテンツのみを表示*/
  .recruitment-information-content .tabs #tab1:checked ~ #tab1_content,
  .recruitment-information-content .tabs #tab2:checked ~ #tab2_content,
  .recruitment-information-content .tabs #tab3:checked ~ #tab3_content,
  .recruitment-information-content .tabs #tab4:checked ~ #tab4_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .recruitment-information-content .tabs input:checked + .tab_item {
    background-color: var(--themecolor);
    color: #ffffff;
  }
}



/*------------------------------------------*/
/*                                 */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .recruitment--section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .recruitment--base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .recruitment- {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .recruitment- h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: block;
    margin: 32px 10px 0px 10px;
    padding: 16px 16px 16px 16px;
    text-align: left;
    color:#ffffff;
    font-size:24px;
    border-radius: 2px 2px 2px 2px;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    /*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    */
  }
  .recruitment- h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c0  "; 
  }

  .recruitment--content {
    box-sizing: border-box;
    margin:0;
    padding:0px 10px;
  }

}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .recruitment--section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .recruitment--base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .recruitment- {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .recruitment- h2.title{
    position: relative;
    z-index:10;
    box-sizing: border-box;
    display: inline-block;
    margin: 16px 0px 56px 0px;
    padding: 16px 48px;
    text-align: left;
    color:#ffffff;
    font-size:32px;
    border-radius: 0 100vh 100vh 0;
    background: rgba(15, 15, 32, 0.4);
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }
  .recruitment- h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c0  "; 
  }

  .recruitment--content {
    box-sizing: border-box;
    margin:0;
    padding:0px 10px;
  }

}
@media print , screen and (min-width:1024px){
  .recruitment--section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .recruitment--base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .recruitment- {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
  }
  .recruitment- h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 16px 0px 72px 0px;
    padding: 16px 0px 0px 0px;
    text-align: center;
    width: 100% ;
    color: #ffffff;
    font-size:40px;
/*    border-radius: 50% 50% 0 0;*/
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1),var(--theme2colorcaption-2));
/*
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
*/
  }
  .recruitment- h2.title::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0c0  "; 
  }

/*
  .recruitment- h2.title:hover {
    background: -moz-linear-gradient(bottom right,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
    background: -webkit-linear-gradient(bottom right,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
    background: linear-gradient(to top left,var(--theme2colorcaption-1l),var(--theme2colorcaption-2));
  }
*/

  .recruitment--content {
    box-sizing: border-box;
    margin:0;
    padding:0;
  }

}




/*------------------------------------------*/
/* 内容＆環境                               */
/*------------------------------------------*/
@media screen and (max-width:600px){
  .recruitment-circumstance-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .recruitment-circumstance-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--backcolor);
  }
  .recruitment-circumstance {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    margin:0;
    padding:0;

    overflow:hidden;
    font-family: "Times New Roman","游明朝体", "游明朝", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:14px;
    color: #ffffff;
  }
  .recruitment-circumstance h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: inline-block;
    margin: 16px 0px 72px 0px;
    padding: 0px 16px 0px 16px;
    text-align: left;
    font-size:24px;
    color: #ffffff;
  }
  .recruitment-circumstance h2.title::before {
    content: "";
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
  }


  .recruitment-circumstance-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-align: left;
  }


  .recruitment-circumstance figure:nth-of-type(1) {
    display:block;
    position: absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*filter: grayscale(100%) opacity(90%) blur(2px);*/
    filter: brightness(70%);
  }
  .recruitment-circumstance figure:nth-of-type(1) img{
    position: relative;  
    padding:0px;
    margin:0px;
    height:100%;
    width:100%;
    object-fit:cover;
    object-position: 50% 50%;
  }


  .recruitment-circumstance p{
    box-sizing: border-box;
    text-align: left;
    line-height: 2;
    margin: 0;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-size:16px;
  }


}
@media screen and (min-width: 600px) and (max-width: 1024px){
  .recruitment-circumstance-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: var(--themecolorclear);
  }
  .recruitment-circumstance-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .recruitment-circumstance {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    margin:0;
    padding:0;

    overflow:hidden;
    font-family: "Times New Roman","游明朝体", "游明朝", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:16px;
    color: #ffffff;
  }
  .recruitment-circumstance h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 0px 0 72px 0;
    padding: 0px 0px 0px 40px;
    text-align: left;
    width: 100% ;
    color: #ffffff;
    font-size:32px;
  }
  .recruitment-circumstance h2.title::before {
    content: "";
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
  }


  .recruitment-circumstance-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-align: left;
  }


  .recruitment-circumstance figure:nth-of-type(1) {
    display:block;
    position: absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*filter: grayscale(100%) opacity(90%) blur(2px);*/
    filter: brightness(70%);
  }
  .recruitment-circumstance figure:nth-of-type(1) img{
    position: relative;  
    padding:0px;
    margin:0px;
    height:100%;
    width:100%;
    object-fit:cover;
    object-position: 50% 50%;
  }

  .recruitment-circumstance p{
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    z-index:0;
    margin: 0;
    padding-top: 16px;
    padding-right: 40px;
    padding-bottom: 16px;
    padding-left: 40px;
    text-align: left;
    line-height: 2;
    font-size:24px;
  }


}
@media print , screen and (min-width:1024px){
  .recruitment-circumstance-section {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
  }
  .recruitment-circumstance-base {
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    background: none;
    margin:0;
    padding:0;
  }
  .recruitment-circumstance {
    box-sizing: border-box;
    position: relative;  /*  独立した  */
    z-index:0;           /* 階層を設置 */
    margin:0;
    padding:0;

    overflow:hidden;
    font-family: "Times New Roman","游明朝体", "游明朝", "ヒラギノ明朝 ProN", "HiraMinProN-W3", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size:20px;
    color: #ffffff;
    text-align: center;
  }
  .recruitment-circumstance h2.title{
    box-sizing: border-box;
    position: relative;  
    z-index:0;           
    display: block;
    margin: 0px 0px 72px 0px;
    padding: 0px 92px 0px 92px;
    text-align: center;
    width: 100% ;
    color: #ffffff;
    font-size:40px;
  }
  .recruitment-circumstance h2.title::before {
    content: "";
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
  }

  .recruitment-circumstance-content {
    box-sizing: border-box;
    margin:0;
    padding:0;
    text-align: center;
  }

  .recruitment-circumstance figure:nth-of-type(1) {
    display:block;
    position: absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*filter: grayscale(100%) opacity(90%) blur(2px);*/
    filter: brightness(80%);
  }
  .recruitment-circumstance figure:nth-of-type(1) img{
    position: relative;  
    padding:0px;
    margin:0px;
    height:100%;
    width:100%;
    object-fit:cover;
    object-position: 50% 50%;
  }

  .recruitment-circumstance p{
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    z-index:0;
    margin: 0 auto;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    text-align: center;
    line-height: 2;
    font-size:24px;
  }


}

