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

.pc{
    display: none !important;
    }
    .sp{
    display: block !important;
    }
    #g-nav {
        display: none;
    }
  
    /* ハンバーガーメニューボタンを表示 */
    .openbtn1 {
        display: block;
    }
  
    /* スマホ用ナビゲーション */
    #g-nav {
        position: fixed;
        top: 0;
        left: -100%; /* 初期状態は画面外に配置 */
        width: 80%;
        height: 100vh;
        background: #fff;
        z-index: 99;
        transition: all 0.5s ease;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        padding-top: 60px; /* ヘッダーの高さ分開ける */
    }
  
    #g-nav.active {
        left: 0; /* アクティブ時に表示 */
        display: block;
    }
  
    #g-nav-list {
        height: 100%;
        overflow-y: auto; /* メニューが多い場合にスクロール */
    }
  
    #g-nav ul {
        flex-direction: column; /* 縦並びにする */
        padding: 20px;
    }
  
    #g-nav li {
        margin: 0 0 15px 0; /* 縦方向のマージン */
    }
  
    #g-nav a {
        font-size: 18px;
        color: #333;
        display: block;
        padding: 10px 0;
    }
    .kv_title{
        font-size: 2.5rem;
    }
    .kv_text {
    font-size: 1rem;
}
.content_inner {
    padding: 100px 0 0px;
    margin: 0;
            width: 100%;
}
.concept_title, .concept_text p{
    -ms-writing-mode: unset;
        -webkit-writing-mode: unset;
        text-orientation: unset;
        writing-mode: unset;
}
.concept_title{
    font-size: 1.25em;
    line-height: 1.5;
    padding: 0 15px;

}

.concept_text p{
  font-size: 15px;
  line-height: 1.7em;
  text-align: justify;
}
.content-title_en{
    font-size: 14px;
  }
  p.content-title_jp {
    font-size:1.25em;
  }
  .concept_article{
       flex-direction: column; 
  }
  .concept_text{
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    gap: 20px;
  }
  .concept_box{
    width: 100%;
    gap: 10vw;
  }
  .concept-title_box{
    grid-template-columns: 1fr;
  }
  .concept_title__jp{
    font-size: 24px;
  }
  .concept-title_img{
    margin-left: 100px; 
  }
  .concept-title_img img{
    height: auto;
  }
  .concept-article{
    display: flex;
    gap: 50px;
    flex-direction: column-reverse;
    padding-bottom: 1ovh;
  }
  .con-art_top{
    width: 60%;
  }
  .js-sticky-area {
    height:auto;
    padding:0;
  }

  .js-sticky-item {
    position: relative;
  top: unset;
  height: auto;
  margin-bottom: 20vh;
    
  }
  .sticky-img img{
    aspect-ratio: 1/1;
  }
  .sticky-header-bar {
    height: 35px;
    padding: 0 15px;
  }

  .sticky-num {
    font-size: 0.8rem;
    margin-right: 10px;
  }

  .sticky-title-short {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }

  /* View More ボタン (SOIL風) */
  .view-more-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Maison Neue EB', sans-serif;
    font-size: 0.75rem;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
  }

  .view-more-arrow {
    transition: transform 0.3s ease;
  }

  /* カード展開時の中身レイアウト */
  .sticky-body-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sticky-img {
    order: unset; /* 画像をテキストの上に配置 */
    margin-bottom: 0;
    margin-top: 5vh;
  }
  .sticky-text{
    gap:0;
  }
  h3.content-title_jp {
    font-size: 24px;
    line-height: 1.4;
  }
  h4.content-subtitle{
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
  }
  p.content_text{
    font-size: 15px;
    line-height: 1.75em;
    text-align: justify;
}
.job-service_slider {
  padding: 0; /* スマホは余白なし */
  max-width: 100%;
}
.salon-button-prev,
.salon-button-next {
  display: none; /* スマホでは邪魔になるので消す（スワイプで操作） */
}
.salon-slider::before,
.salon-slider::after {
  width: 40px;
}
.page-inner{
  padding: 0 15px;
}
.kv_copy{
padding: 7vh 15px;
}
.top-heading_en{
  font-size: 4rem;
}
.top-heading_jp{
  font-size: 1.5rem;
}
.job-heading{
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: unset;
  gap: 5px;
}
.job-container{
  margin:0;
}
.job-heading_en{
  font-size: 1.55rem;
}
.job-service{
  margin-top: 10vh;
}
.job-service_article{
  width: 90%;
  grid-template-columns: 1fr;
  gap: 0;
}
.job-service_box{
  margin-top: 4vh;
}
.job-service_heading{
  padding-top: 2vh;
  font-size: 1rem;
}
.job-service_text {
  font-size: 1rem;
  text-align: justify;
  padding-top: 2vh;
}
.job-service_image{
  aspect-ratio: 16 / 9;
  width: 90%;
}
.content{
  margin-top: 5vh; 
}
.contact-box{
  width: 90%;
}
.contact-box a{
  width: 100%;
        max-width: 100%;
        font-size: 1rem;
}
.content2{
  margin-bottom: 10vh;
}
  }