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-positions {
    display: flex;
    flex-direction: column;
    gap: 75px;
    max-width: 820px;
    margin: 0 auto;
    padding: 75px 0;
  }
  
  .position {
    display: flex;
    align-items: center;
    gap: 55px;
  }
  
  .position img {
    width: 400px;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
  }
  
  .position .text {
    flex: 1;
    margin-top: -10px;
  }
  
  .position .text h3 {
    font-size: 1.3em;
    font-weight: 500;
    position: relative;
    display: inline-block;
    letter-spacing: 0.2em;
    color: #050505;
  }
    .sub-title{
    font-size: 12px !important;
    font-family: 'Jost', sans-serif;
    color: #d6d1ce !important;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    border-bottom: 1px solid #d6d1ce;
    display: table;
  }
  
  .position .text p {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 16px;
    color: #050505;
    letter-spacing: 0.1em;
  }
 
  
  /* 代表者名 */
  .position .author {
    font-size: 13px;
    color: #050505;
    text-align: right;
    margin-top: 20px !important;
    letter-spacing: 0.1rem;
  }
  @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 0;
      width: 90%;
      margin: 0 auto;
    }
    .position .text h3{
      font-size: 17px;
    }
    .position .text p {
      font-size: 13px;
    }
  }
  /* 募集要項 */
  .recruit-table {
    padding: 75px 20px;
    max-width: 100%;
  }
  
  .section-title h2 {
    letter-spacing: 0.2em;
    position: relative;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }
  
  .section-title h2::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #ff974c;
    margin: 25px auto 0; /* ← これで中央に来る！ */
  }

  .recruit-table table {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    border-collapse: collapse;
    font-family: 'Noto Sans', sans-serif;
  }
  
  .recruit-table td {
    padding: 20px 8px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.8;
  }

  .recruit-table th{
    padding: 20px 0px 20px 8px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.8;
    width: 20%;
  }
  
  .recruit-table tr {
    border-bottom: 1px solid #ccc;
  }
  
  .table-title-1{
    font-size: 21px !important;
    letter-spacing: 0.1em;
  }


  @media screen and (max-width: 991px){
    .section-title h2{
      font-size: 20px;
    }
    .recruit-table table{
      max-width: 700px;
    }
    .table-title-1{
      font-size: 18px !important;
    }
  }
  @media screen and (max-width: 768px) {
    .recruit-table table{
      display: block;
      width: 100%;
    }
    .recruit-table tr{
      display: block;
      Width: 100%;
    }
    .recruit-table th{
      width: 100%;
      display: block;
      font-size: 16px;
      padding: 20px 0px 10px 8px;
    }
    .recruit-table td{
      padding: 0 0 20px 0;
      font-size: 13px;
    }
    .recruit-table{
      padding: 50px 0px;
      width: 90%;
      margin: 0 auto;
    }
  }
  .about-access-map{
    max-width: 650px;
    margin: 0 auto;
  }

  .about-access-map iframe {
    width: 100%;
    height: 350px;
    max-width: 100%;
    border: none;
  }
  
  @media screen and (max-width: 768px){
    .about-access-map{
      width: 90%;
    }
    .about-access-map iframe{
      height: 300px;
    }
  }
  @media screen and (max-width: 1025px){
    .recruit-hero{
      padding: 0 0 0 5%;
    }
  }