
body {
    font-family: 'Noto Sans', sans-serif;
  }
  .recruit-hero {
      display: flex;
      justify-content: flex-start; /* 左寄せ */
      padding: 0 0 0 5%;
      position: relative; /* 右に余白を寄せる（お好みで） */
    }
    
    .recruit-hero .hero-inner {
      position: relative;
      width: 80%;
      overflow: hidden;
    }
    
    .recruit-hero img {
      width: 100%;
      height: auto;
      display: block;
    }
    
    .recruit-hero .hero-text {
      position: absolute;
      bottom: 25px;
      left: 25px;
      color: white;
      padding-left: 10%;
    }
    
    .recruit-hero .hero-text h1 {
      font-size: 30px;
      letter-spacing: 0.2em;
      font-family: jost;
      margin: 0;
      font-weight: 400;
    }
    
    .recruit-hero .hero-text p {
      font-size: 14px;
      margin: 4px 0 0;
      letter-spacing: 0.1em;
    }
  
    .hero-image.sp {
      display: none;
    }
    
    .hero-image.pc {
      display: block;
    }
   
  @media screen and (max-width: 767px) {
    .hero-image.pc {
      display: none;
    }
  
    .hero-image.sp {
      display: block;
      width: 100%;
      height: auto;
    }
  
    .recruit-hero {
      display: block;
      padding: 0;
    }
  
    .recruit-hero {
      display: block;
      padding: 0 !important;
    }
  
    .recruit-hero img {
      width: 100%;
      height: auto;
    }
  
  
    .recruit-hero .hero-text h1 {
      font-size: 24px;
      letter-spacing: 0.1em;
    }
  
    .recruit-hero .hero-text p {
      font-size: 11px;
      letter-spacing: 0.2em;
      margin: 0;
    }
    .recruit-hero .hero-text{
      left: 0;
    }
  }

   /* メッセージ */
   .recruit-message {
    text-align: center;
    max-width: 935px;
    margin: 0 auto;
    padding-bottom: 75px;
  }
  
  .recruit-message h2 {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    color: #050505;
  }
  
  .recruit-message p {
    font-size: 16px;
    line-height: 1.8;
    color: #050505;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 991px){
    .recruit-message{
      max-width: 600px;
    }
    .recruit-message h2{
      font-size: 20px;
    }
    .recruit-message p{
      font-size: 15px;
    }
    .br-sp{
      display: none;
    }
  }
  
  @media screen and (max-width: 767px){
    .recruit-message{
      width: 90%;
      margin: 0 auto;
      padding: 0 0 50px 0;
    }
    .recruit-message h2{
      font-size: 17px;
    }
    .recruit-message p{
      font-size: 13px;
    }
  }
  
  /* 職種紹介 */
  .recruit-positions {
    display: flex;
    flex-direction: column;
    gap: 75px;
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 65px;
    padding-top: 75px;
  }
  
  .position {
    display: flex;
    align-items: flex-start;
    gap: 55px;
  }
  
  .position img {
    width: 370px;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
  }
  
  .position .text {
    flex: 1;
  }
  
  .position .text h3 {
    font-size: 1.3em;
    font-weight: 500;
    position: relative;
    display: inline-block;
    letter-spacing: 0.2em;
    color: #050505;
  }
  
  .position .text h3::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #d6d1ce;
    margin-top: 25px;
  }
  
  .position .text p {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 16px;
    color: #050505;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 991px){
    .recruit-positions{
      max-width: 700px;
    }
    .position{
      gap: 50px;
    }
    .position img{
      width: 350px;
    }
    .position .text h3{
      font-size: 18px;
    }
    .position .text p{
      font-size: 14px;
    }
  }
  /* モバイル対応 */
  @media screen and (max-width: 768px) {
    .position {
      flex-direction: column;
      gap: 20px;
    }
  
    .position img {
      width: 100%;
    }
    .recruit-positions{
      padding: 50px 0px;
      width: 90%;
      margin: 0 auto;
    }
    .position .text h3{
      font-size: 17px;
    }
    .position .text p {
      font-size: 13px;
    }
  }
  /*目標テーブル*/
  .zeh-section {
    max-width: 935px;
    margin: 0 auto;
    padding: 0px 20px;
  }
  
  
  .zeh-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #333;
    table-layout: fixed;
  }
  
  .zeh-table th,
  .zeh-table td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
  }
  
  .zeh-table th {
    font-weight: bold;
  }
  .th-3{
    width: 45%;
  }
  .td-left{
    text-align: left !important;
  }
  .td-bg{
    background: #f6f2ec;
    font-weight: bold;
  }
  .zeh-section h2{
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    color: #050505;
  }
  @media screen and (max-width: 767px) {
    .zeh-table th,
    .zeh-table td {
      font-size: 11px;
      padding: 10px 5px;
    }
  
    .zeh-section {
      padding: 40px 0;
      width: 90%;
      margin: 0 auto;
    }
    .zeh-section h2{
      font-size: 17px;
    }
  }

  .zeh-efforts {
    max-width: 935px;
    margin: 60px auto;
    padding: 0 20px;
    color: #333;
  }
  
  .effort-box {
    margin-bottom: 55px;
  }
  
  .effort-box h3 {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #050505;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
  }
  
  .effort-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #050505;
  }
  
  .effort-box p strong {
    font-weight: bold;
  }
  @media screen and (max-width: 767px){
    .effort-box h3{
      font-size: 17px;
    }
    .effort-box p{
      font-size: 13px;
    }
    .zeh-efforts{
      margin: 35px auto;
      padding: 0;
      width: 90%;
    }
  }
  @media screen and (max-width: 1025px){
    .recruit-hero{
      padding: 0 0 0 5%;
    }
  }