

body {
  overflow-x: hidden;
}

/*----------aboutセクション----------*/

.about {
  padding-top: 100px;
    margin-bottom: 100px;
    
}
.about-title {
    text-align: center;
    margin-bottom: 60px;
   
}
.about-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
} 
.title-en {
    font-size: clamp(1.6rem, calc(1.2rem + 0.667vw), 1.8rem);
   
    /* 文字にグラデーションを適用する */

     background: linear-gradient(
    to bottom,
    #FFC800 0%,
    #F7862A 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

    margin-bottom: -0.5rem;
    font-weight: 600;
    letter-spacing: 0.05em; /* 文字間を少し広め */
}
.title-ja {
    font-size: clamp(2.4rem, calc(1.4rem + 0.667vw), 3.2rem);
    font-weight: 700;
    color: var(--basecolor);
}

.about-right {
    padding: 3.2rem;
}

.about-p {
    font-size: clamp(1.6rem, calc(1.4rem + 0.667vw), 1.8rem);
    font-weight: 500;
    color: var(--basecolor);
    line-height: 2.6;
    letter-spacing: 0.14em;

}

/*aboutの下部分(訪問介護ヘルパー募集)*/
.about-recruit {
    margin-top: 80px;
}
.about-recruit-right {
    padding: 0.8rem 3.2rem;
}
.about-recruit-p {
    font-size: clamp(1.6rem, calc(1.4rem + 0.667vw), 2.0rem);
    font-weight: 500;
    color: var(--basecolor);
    line-height: 2.6;
    letter-spacing: 0.14em;
}
.about-recruit-h3 {
    display: none;
}
.about-recruit-right img {
    display: none;
}

/*aboutのrecruitボタン*/
.about-recruit-btn {
    display: block;
    width: 180px;
    height: auto;
    padding: 15px 23px;
    background: var(--gradient-primary);
    color: var(--white);
    font-size: clamp(1.6rem, calc(1.4rem + 0.667vw), 1.8rem);
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    margin: 3.2rem auto;

}




/*-----------pc about-------------*/

@media (min-width: 768px) {

  /* セクション全体 */
  .about {
    max-width: 1060px;
    margin: 100px auto;
  }

  /* タイトル */
  .about-title {
    width: 41.6%;              /* 左カラム分 */
    margin-bottom: 30px;
    
  }

  .about-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;       /* 文字は中央 */
    gap: 1.8rem;
  }

  /* 本体（画像＋テキスト）*/
  .about-inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 4rem;
    align-items: stretch;      /* 高さを揃える */
  }

  /* 画像 */
  .about-left,
  .about-img {
    height: 100%;
  }

  .about-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;       /* 切らない */
    display: block;
  }

  /* テキスト */
  .about-right {
    padding: 0;
  }

  .about-p {
    line-height: 2;
    letter-spacing: 0.1em;
  }



  /*aboutの下部分(訪問介護ヘルパー募集)*/

  .about-recruit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 120px;
    max-width: 1060px;

  }

  .about-recruit-right-wrapper {
    padding-right: 12rem;
  }
  
.about-recruit-h3 {
    display: block;
     font-size: clamp(3.2rem, calc(1.4rem + 0.667vw), 3.6rem);
    font-weight: 900;
     letter-spacing: 0.13em;
    /* 文字にグラデーションを適用する */

     background: linear-gradient(
    to bottom,
    #FFC800 0%,
    #F7862A 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-recruit-right p {
    font-size: clamp(1.6rem, calc(1.4rem + 0.667vw), 1.8rem);
    font-weight: 500;
    color: var(--basecolor);
    line-height: 2.0;
    letter-spacing: 0.14em;
   
}


.about-recruit-right img {
    display: block;
    margin: 1.8rem 0 3.2rem 0;
}

/*aboutのrecruitボタン*/
.about-recruit-btn {
    margin: 0 0 0 auto;
   
}

}


/*-----------service-------------*/
.service {
  padding-top: 100px;
     background: url("./img/sp-bg_orange.webp") center / cover no-repeat;

}
/*serviceの大きなタイトル*/
.service-title {
    padding: 3.2rem;
    text-align: center;
    margin-bottom: 60px;
}

/*英語と日本語のタイトル部分*/
.service-title-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 

/*serviceタイトル下の説明文*/
.service-p {
    font-size: clamp(1.6rem, calc(1.4rem + 0.667vw), 1.8rem);
    font-weight: 500;
    color: var(--basecolor);
    line-height: 2.6;
    letter-spacing: 0.14em;
   
    text-align: left;

}

/*serviceコンテナ全体*/
.service-container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/*service　コンテナ内のタイトル*/
.service-inner-title,
.service-inner-title2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

/*service　コンテナ内のタイトル日本語*/
.service-inner-ja {
     font-size: clamp(3rem, calc(1.8rem + 0.667vw), 3.6rem);

    /* 文字にグラデーションを適用する */

     background: linear-gradient(
    to bottom,
    #FFC800 0%,
    #F7862A 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

    font-weight: 700;
     letter-spacing: 0.01em;
    

   
}

/*service　コンテナ内のタイトル英語*/
.service-inner-en {
    font-size: clamp(0.8rem, calc(1.2rem + 0.667vw), 1rem);

    /* 文字にグラデーションを適用する */

     background: linear-gradient(
    to bottom,
    #FFC800 0%,
    #F7862A 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

    font-weight: 700;
}

/*タイトルを各コンテナ上部に重ねる*/
.service-container1,
.service-container2,
.service-container3 {
  position: relative;
}
.service-container2 {
  margin-top: 50px;
}

.service-container1-title,
.service-container2-title,
.service-container3-title {
 position: absolute;              
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 340px;
  width: 100%;
   display: flex;
  align-items: center;
  justify-content: flex-start;
 
}
/*それぞれの重ねる深さ*/
.service-container1-title {
 top: -40px;
  padding-left: 10px;   
  gap: 5px;     
}
.service-container2-title {
  top: -150px;   
   padding-left: 10px;         
}
.service-container3-title {
  top: -96px;              
}
/*各コンテナタイトルの画像*/
.service-title-img {
    width: 100px;
    height: auto;
}


/*service各カード部分*/

.service-card1,
 .service-card2,
 .service-card3{

    width: 90%;
    background-color: var(--bg-white);
    border-radius: 20px;
    padding: 20px;
    color: var(--basecolor);
    letter-spacing: 0.1em;
    line-height: 1.5;
     margin-left: auto;
  margin-right: auto;
}
.service-card1 {
    margin-top: 70px;
    margin-bottom: 90px;
}
.service-card2 {
   
     margin-top: 30px;
    margin-bottom: 120px;
}
.service-card3 {
     margin-top: 10px;
    margin-bottom: 70px;
}



.service-card-wrap {
    padding: 1.4rem;
}

/*カード内の文字調整*/
.service-card-h3 {
    padding-bottom: 1.4rem;
    font-size: clamp(1.6rem, calc(1.2rem + 0.667vw), 1.8rem);
}
.service-card-h4,
.service2-card-h4 {
     padding-bottom: 1.4rem;
    font-size: clamp(1.6rem, calc(1.2rem + 0.667vw), 1.8rem);

    font-weight: 500;
    /*オレンジ四角の疑似要素用の空白*/
    position: relative;
    padding-left: 1.4em; 
}

/*オレンジ四角の疑似要素用*/
.service-card-h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.31em;           /* 文字の中央あたり */
  width: 1em;
  height: 1em;
  background-color: var(--color-orange);
}
.service2-card-h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.31em;           /* 文字の中央あたり */
  width: 1em;
  height: 1em;
  background-color: var(--color-yellow);
}
.service-card-h5 {
     padding-bottom: 1.4rem;
    font-size: clamp(1.6rem, calc(1.2rem + 0.667vw), 2.8rem);
}

.service-card-p {
    font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 3;
}

.sp-none-br {
    display: none;
}


/* ========== service 共通 ========== */

@media (min-width: 768px) {
  .service {
    background: url("./img/pc-service-bg.webp") center / cover no-repeat;
  }

  .service-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }

  .service-card1,
 .service-card2,
 .service-card3{
   width: auto;
   max-width: none;
 }

 .service-container2-title {
  margin-top: 40px;
  
 }
 .service-container3-title {
  top: -88px;
}
 .service2-img {
  width: 85px;
 }
 .service2-inner-title {
  margin-top: -2px;
 }
  .service-p {
    text-align: center;
  }

  .sp-none-br {
    display: block;
  }

  .service-card-h3 {
    letter-spacing: 0.01em;
  }

  .service-card-h4,
  .service2-card-h4 {
    font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
    font-weight: 500;
  }

  .service-card-h5 {
    padding-bottom: 1rem;
  }

  .service-card-p {
    letter-spacing: 0.05em;
    line-height: 2.8;
  }
}
/* ========== tablet layout ========== */

@media (min-width: 769px) and (max-width: 1110px) {

  .service-card1,
 .service-card2,
 .service-card3{

 max-width: none;
 }
  /* ① + (②③) */
  .service-container-wrapper {
    

    padding: 70px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    max-width: 1000px;
    
    margin: 0 auto;
  }

  .service-container1 {
    margin-top: 10px;
  }
 .service-card1 {
  height: 87%;
 }

  /* ②と③を縦並び */
  .tablet-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

}
/* ========== pc layout ========== */

@media (min-width: 1111px) {

  .service-container-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
  }
  .service-container2{
    margin-top: -225px;
  }  
.service-container3 {
   margin-top: -200px;
}
  /* tablet用構造を解除 */
  .tablet-inner {
    display: contents;
  }

}


/*-----------message 代表者挨拶-------------*/

.message {
  padding-top: 100px;
  color: var(--basecolor);
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
   
}
/*messageの大きなタイトル*/
.message-title {
    padding: 3.2rem;
    text-align: center;
    margin-bottom: 60px;
}

/*英語と日本語のタイトル部分*/
.message-title-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 

/*message タイトル下　代表者写真ゾーン*/
.message-under-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  
}

/*タイトル下　代表者写真ゾーン  左側*/
.message-under-left-h2 {
  font-size: clamp(2rem, calc(1.2rem + 0.667vw), 3rem);
    
    line-height:1.5;
    padding-bottom: 2.4rem;
    text-align: left;
    
}
.message-under-left-h2 .indent {
  display: inline-block;
  padding-left: 2.5em; 
}


.message-under-left-h3 {
   font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
    letter-spacing: 0.08em;
    line-height:2;
      text-align: left;
}
.message-under-left {
  position: absolute;
  top: 0;        /* 写真の左上に */
   left: 35%;
  transform: translateX(-50%);
  z-index: 2;    /* 写真より前に */
}

/*右側　代表者の写真*/
.message-under-right {
  width: 130px;
  padding-top: 4rem;
  margin-left: 15rem;
  overflow: hidden;
}
.message-under-right img {
object-fit: cover;

}


/*message 文章部分*/
.message-p {
  
  margin-top: 2rem;
   font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
   font-weight: 500; 
   letter-spacing: 0.2em;
    line-height:2;
    text-align: left;
    
}

/*-----------PC message 代表者挨拶-------------*/
@media (min-width: 768px) {
  .message {
    margin: 0 auto;
  }
  .message-under-wrapper {
    padding: 3.2rem 0;
}
.message-under-left-h2 {
  text-align: right;
}
.boss-name {
  margin-left: 30px;
}

.message-p {
  margin-top: 4rem;
   font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
   font-weight: 500; 
   letter-spacing: 0.2em;
    line-height:2;
    text-align: center;
    
}

.message-under-left {
  position: absolute;
  bottom: 0;        /* 写真の左上に */
   left: 37%;
    padding-top: 7rem;
  transform: translateX(-50%);
  z-index: 2;    /* 写真より前に */
}

/*右側　代表者の写真*/
.message-under-right {
  width: 140px;
  padding-top: 4rem;
  margin-left: 20rem;
}
.pc-none {
  display: none;
}

}

/*-----------area 対応エリア-------------*/
.pc-area {
  display: none;
}

.area {
  padding-top: 100px;
  padding-bottom: 100px;
  color: var(--basecolor);
  }
/*areaの大きなタイトル*/
.area-title {
    padding: 3.2rem;
    text-align: center;
    margin-bottom: 3.2rem;
}

/*英語と日本語のタイトル部分*/
.area-title-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 

.area-h2 {
 font-size: clamp(1.8rem, calc(2rem + 0.667vw), 2.4rem);

}

.area-map {
  position: relative;
}
.map-text1 {
  position: absolute;
  bottom: 5%;
  right: 8%;
}
.map-text2 {
  position: absolute;
   top: 7%;
  left: 8%;
}



/*重ねる文字の調整部分*/
.map-text-title {
  display: inline-block;
  padding:8px;
  border-radius: 0.3rem;
  background-color: var(--color-yellow);
  color: var(--white);
  letter-spacing: 0.1em;
  font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
}
.map-text-h4 {
  padding: 1.8rem 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: clamp(2rem, calc(1.2rem + 0.667vw), 3rem);
}

.area-map-p {
  font-weight: 500;
   font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
  letter-spacing: 0.15em;
  text-align: center;
}



/*-----------PC area 対応エリア-------------*/
@media (min-width: 768px) {
  .pc-area {
  display: block;
}
.sp-area {
  display: none;
}

.pc-area-wrapper {
  max-width: 800px;
  margin: 0 auto;
}


  .pc-area-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .area-right {
    width: 500px;
    height: auto;
  }
  
  .pc-area-inner {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
  }
  .map-text-title {
  display: inline-block;
  padding:4px 10px 5px 10px;
  background-color: var(--color-yellow);
  color: var(--white);
  letter-spacing: 0.08em;
  font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
}
.area-map-p {
  text-align: left;
  white-space: nowrap;
}
}

/*-----------news お知らせ-------------*/
.top-news a,
.top-news li,
.top-news div,
.top-news p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.top-news a:hover {
  color: var(--gray); 
}

.top-news {
 padding-top: 90px;
   background: url("./img/sp-bg_orange.webp") center / cover no-repeat;
  color: var(--basecolor);
  padding-bottom: 50px;
}


/*newsタイトル*/
.top-news-title {
    text-align: center;
    margin: 10px 0 30px 0;
}
.top-news-title-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    width: 100%;
   
} 

/*newsの中身*/
.top-news-list-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;   /* ← ここが重要 */
  padding: 0 1.6rem; 
 
}

.top-news-list {
  border-radius: 20px;
  background-color: var(--bg-white);
  padding: 2.4rem;
}


/*news全体*/
.top-news-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  justify-content: center;
}

/*NEWSのアイテム　日付・カテゴリー・タイトル*/

.date-category {
  display: flex;
  gap: 20px;
  padding:  20px 0;
  align-items: baseline;
  
}
.top-news-date {
   font-size: clamp(1.0rem, calc(2.2rem + 1.333vw), 1.6rem);
}

.inner-news-title {
  text-align: left;
  padding-bottom: 8px;
  font-weight: 500;
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
}

.top-news-category {
  display: block;
  color: var(--white);
  background-color: var(--color-yellow);
  border-radius: 5px;
  height: 20px;
  padding: 1px 15px 0 15px;
  
   font-size: clamp(0.8rem, calc(2.2rem + 1.333vw), 1.4rem);
}
.top-news-excerpt {
  font-weight: 500; 
  font-size: clamp(1.4rem, calc(2.2rem + 1.333vw), 1.6rem);
  line-height: 1.6;
}

.top-news-item {
  position: relative;
}

.top-news-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px; /* ドットの高さ */
  margin: 20px 0; /* 上下の余白（ここで調整） */

  background-image: radial-gradient(
    circle,
    #D9D9D9 2px,
    transparent 2.5px
  );
  background-size: 14px 6px;
  background-repeat: repeat-x;
}

/* 最後の記事だけ線を消す */
.top-news-item:last-child::after {
  display: none;
}


.top-news-item a {
  display: block;
}

/*もっと見るボタン*/
.more-top-news-btn {
  margin: 50px 0;
  display: block;
  text-align: center;
  font-weight: 700;
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
}
.more-top-news-btn span {
  font-family: Arial, Helvetica, sans-serif; /* 絵文字フォント以外に固定 */
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}


/*-----------PC news お知らせ-------------*/
@media (min-width: 768px) {
  
  .top-news {
  margin: 50px 0;
    background: url("./img/pc-news-bg.webp") center / cover no-repeat;
  color: var(--basecolor);
}

.top-news-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.top-news-list {
  border-radius: 20px;
  background-color: var(--bg-white);
  padding: 2.5rem 4rem 5rem 4rem;
}
}

/*-----------FAQ-------------*/
.qa-item,
.qa-item summary,
.qa-item div,
.qa-item span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  
}
.qa-item summary {
  font-family: inherit;
  font-weight: inherit;
}


/*faqの背景*/
.faq {
  padding-top: 100px;
  color: var(--basecolor);
}

/*faqのタイトル*/
.faq-title {
  margin-top: 3.2rem;
    text-align: center;
    
}
.faq-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 



/*QandAの見た目調整*/
.faq-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;   /* ← ここが重要 */
  padding: 0 1.6rem; 
 
}

.faq-inner {
  padding: 2.4rem;
}

/*各質問答えセットの間*/
.qa-item {
  margin: 50px auto;
  width: 100%;
  
}

/*質問と答えの囲い*/
.qa-question,
.qa-answer {
   display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

/* summary自体のスタイル */
.qa-question {
  position: relative;       /* 矢印を右端に配置するため */
  width: 100%;
  cursor: pointer;
  list-style: none;         /* デフォルトマーカー非表示 */
  display: flex;
  flex-direction: column;   /* 縦並びにする */
  align-items: center;      /* 中央寄せ */
  text-align: center;       /* テキストも中央揃え */
  gap: 0.5rem;              /* Qとテキストの間隔 */
}

/*質問と押したら開く矢印の囲い*/
.question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  
   width: 100%;
}

/* デフォルトの三角マーカーを消す */
.qa-question::-webkit-details-marker {
  display: none;
}

/* Q / A の文字 */
.q,
.a {
  font-weight: 800;
  font-size: clamp(2.4rem, calc(2.2rem + 1.333vw), 3.2rem);
  margin-bottom: 0.5rem;    /* テキストとの間隔 */
}
.q {
  color: var(--color-orange);
}
.a {
  color: #F4AEA1;
}

/* 質問文 / 回答文 */
.question-text,
.answer-text {
  font-weight: 500;
  font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
  line-height: 1.8;
  white-space: 0.1em;
  text-align: left;
}

/* 矢印のスタイル（閉じている状態） */
.arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 0.4em;

  transform: rotate(45deg);
  border-right: 3px solid #F4AEA1;
  border-bottom: 3px solid #F4AEA1;

  transition: transform 0.3s ease;
}

/* 開いている状態（JSで付け外し） */
.arrow.is-open {
  transform: rotate(-135deg);
}


/* ===== 回答ラッパー（高さ制御用） ===== */
.qa-answer-wrap {
   max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
/* ===== 回答本体（アニメーション本体） ===== */
.qa-answer {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 10px;

  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.6s ease, transform 0.6s ease;

  pointer-events: none;
}

.qa-answer.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.qa-answer.hide {
  opacity: 0;
}




/*-----------PC FAQ よくある質問-------------*/
@media (min-width: 768px) {
.faq {
  padding-top: 10px;
}
.faq-wrapper {
  max-width: 1060px;
}
/* FAQ 全体をグリッド化 */
.faq-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem; /* 余白を少し広めに */
}

/*各質問、答えのブロック*/
.qa-item {
  margin: 0 auto;
  padding: 2.4rem 2.8rem; /* 横を少し広め */
  border-radius: 20px;
  width: 100%;
}

/*QとAの文字を左寄せに変更*/
.qa-question,
.qa-answer {
  align-items: flex-start; 
}

/*質問と押したら開く矢印の囲い*/
.question-wrapper {
   padding-right: 4rem;
}


}



/*-----------company 会社概要------------*/
.company table,
.company th,
.company td,
.company ul,
.company li,
.company p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.company {
  padding-top: 100px;
   padding-bottom: 100px;
   background: url("./img/sp-bg_orange.webp") center / cover no-repeat;
  color: var(--basecolor);
}
.company-title {
    text-align: center;
    margin-bottom: 40px;
}
.company-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 


/*表*/
.company-table {
  margin: 30px auto;
  width: 90%;
  border-collapse: collapse;
  font-size: clamp(1.4rem, calc(2.2rem + 1.333vw), 1.6rem);
  font-weight: 400;
}

.company-table td {
  border: 1px solid var(--basecolor);
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

.company-table td:first-child {
  width: 30%;
  white-space: nowrap;
  background-color: rgba(248, 200, 42, 0.12);

}

.company-table td:nth-child(2) {
  background-color: var(--bg-white);

}

.group,
.group2 {
  margin-bottom: 30px;
}
.group-title {
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
  font-weight: 400;
  margin-bottom: 5px;
}
.group li {
  list-style: none;        /* デフォルトの黒丸を消す */
  position: relative;
  line-height: 1.5;
  padding-bottom: 0.5em;
  padding-left: 1em;       /* 点の分だけ左に余白 */
}

.group li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.houmonkaigo {
  padding-left: 0px;
}

/*-----------PC company 会社概要-------------*/
@media (min-width: 768px) {
  .company-table {
  max-width: 800px;
}
.company {
   margin: 50px 0;
   background: url("./img/pc-company-bg.webp") center / cover no-repeat;
  color: var(--basecolor);
}
.zigyounaiyou,
.syougaihukushi,
.group2 {
  display: flex;
  gap: 1.6rem;
  align-items: baseline;
}
.houmonkaigo {
  padding-left: 10px;
}


}




/*-----------access アクセス-----------*/

.access {
  padding-top: 100px;
  color: var(--basecolor);
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-weight: 500;
}

/*アクセスタイトル*/
.access-title {
    text-align: center;
    margin-bottom: 60px;
   
}
.access-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 

/*マップ画像*/
.access-map {
  width: 100%;
}

.access-map iframe {
  width: 100%;
  height: 400px;
  display: block;
}

/*マップ下の画像と住所*/
.access-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 1rem;
  margin: 24px auto 0;
}

.access-text-top-left {
  width: 120px;
}



/*住所の文字調整*/
.access-text-h2 {
   font-size: clamp(1.8rem, calc(2.2rem + 1.333vw), 2rem);
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-weight: 500;
}

.access-text-top-right address {
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
   letter-spacing: 0.06em;
   line-height: 1.5;
   padding-right: 10px;
}

/*accessの箇条書き部分*/

.access-text-under {
  margin: 3.2rem 2.4rem;
}
.access-ul li {
  list-style: none;        /* デフォルトの黒丸を消す */
  position: relative;
  line-height: 1.5;
  padding-bottom: 0.5em;
  padding-left: 1em;  
   font-size: clamp(1.4rem, calc(2.2rem + 1.333vw), 1.6rem);
   letter-spacing: 0.08em;
   margin-bottom:1.2rem ; 
}

.access-ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}


/*-----------PC access アクセス-------------*/
@media (min-width: 768px) {
 .access-pc-wrapper {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8rem;
  margin: 30px auto;
 }
 .access-text-under {
  margin: 3.2rem 0;
}
 
.access-text {
  padding: 0;
}

.access-text-top-right address {
   white-space: nowrap;
}

.access-text-top-left {
  width: 160px;
  padding: 0px;
}

.access-ul li {
 white-space: nowrap;
 font-size: clamp(1.4rem, 1.171rem + 0.0298vw, 1.6rem);
 letter-spacing: 0.03em;
}
.access-text-under {
  margin: 3.2rem 0rem;
}
}




/*-----------contact お問い合わせ-----------*/

.contact {
  padding-top: 100px;
  color: var(--basecolor);
}

/*アクセスタイトル*/
.contact-title {
    text-align: center;
    margin-bottom: 60px;
    
}
.contact-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 

.contact-text {
 width: 100%;
 padding-bottom: 50px;
 
}
.contact-p {
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
  line-height: 2;
   letter-spacing: 0.1em;
}

.contact-form-wrapper {
  background-color: rgba(247, 134, 42, 0.05);
  padding: 10px 0;

}

.contact-form {
  width: 90%;
  margin: 50px auto;     /* ← 中央寄せ */
  padding: 0 20px;
}
/* 項目名（お名前・Emailなど） */
.wpcf7 label {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--basecolor);
  display: block;
  padding-bottom: 15px;
   letter-spacing: 0.1em;
   
}



.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1.3px solid var(--basecolor);
  background-color: var(--bg-white);
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Contact Form 7 送信ボタン */
.wpcf7 form input[type="submit"] {
  background: linear-gradient(to bottom, #FFAFA0, #F68688) !important;
  color: #fff;
  margin: 0 auto;
   letter-spacing: 0.1em;
  border: none ;
  border-radius: 12px;

  padding: 8px 70px;
  font-size: 1.4rem;
  font-weight: 600;

  cursor: pointer;
  width: auto ;
  display: block ;
}


/*-----------PC CONTACT　お問い合わせ-------------*/
@media (min-width: 768px) {

.contact-form {
  max-width: 800px;  
  margin: 50px auto;  
}
.contact-p {
  text-align: center
};
}

/*-----------footer------------*/
.footer {
  background: var(--gradient-header-footer);
  width: 100%;
  text-align: center;
  padding: 3.2rem 0;
}


.footer-h2 {
  color: var(--white);
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
  font-weight: 500;
  margin-bottom: 10px;
   letter-spacing: 0.1em;
}


.footer-h3 {
  color: var(--white);
   font-size: clamp(1.4rem, calc(2.2rem + 1.333vw), 1.6rem);
  font-weight: 400;
   letter-spacing: 0.1em;
}

.footer-under {
  height: 70px;
  width: 100%;
  background-color: #F7862A;
}


/*-----------footer-------------*/
@media (min-width: 768px) {
  .footer-under {
    display: none;
  }

  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.4rem 0;

  }

.footer-h2 {
 
  margin-bottom: 15px;
  
}
 

}



/*-----------記事一覧ページ  news.php-------------*/


.all-news a,
.all-news li,
.all-news div,
.all-news p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.all-news a:hover {
  color: var(--gray); 
}

.all-news {
   background-color: #FEF9F4;
   color: var(--basecolor);
  padding: 100px 20px 100px 20px;
}
.all-news-title {
    text-align: center;
   
   
}

.all-news-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
} 



/*newsの中身*/
.all-news-list-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;   /* ← ここが重要 */
  padding: 0 1.6rem; 
 
}

.all-news-list {
  border-radius: 20px;
  background-color: var(--bg-white);
  padding: 2.4rem;
}


/*news全体*/
.all-news-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  justify-content: center;
}



/*NEWSのアイテム　日付・カテゴリー・タイトル*/

.allnews-date-category {
  display: flex;
  gap: 20px;
  padding:  20px 0;
  align-items: baseline;
  
}
.all-news-date {
  font-size: clamp(1.4rem, 1.2rem + 0.4vw, 1.6rem);
  font-weight: 500;
}

.inner-news-title {
  text-align: left;
  padding-bottom: 8px;
  font-weight: 600;
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
}

.all-news-category {
  display: block;
  height: 20px;
  color: var(--white);
  background-color: var(--color-yellow);
  border-radius: 5px;
  padding: 1px 15px 0 15px;
   font-size: clamp(0.8rem, calc(2.2rem + 1.333vw), 1.4rem);
}
.all-news-excerpt {
  font-weight: 500; 
  font-size: clamp(1.4rem, calc(2.2rem + 1.333vw), 1.6rem);
  line-height: 1.6;
}

.all-news-item {
  position: relative;
 
}

.all-news-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px; /* ドットの高さ */
  margin: 20px 0; /* 上下の余白（ここで調整） */

  background-image: radial-gradient(
    circle,
    #D9D9D9 2px,
    transparent 2.5px
  );
  background-size: 14px 6px;
  background-repeat: repeat-x;
}

/* 最後の記事だけ線を消す */
.all-news-item:last-child::after {
  display: none;
}


.all-news-item a {
  display: block;
}

.inner-allnews-title {
   max-width: 300px;
  text-align: left;
  padding-bottom: 20px;
  font-weight: 500;
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
}
.all-news-excerpt {
  padding-bottom: 30px;
 
}


/*ページネーション*/
.pagination {
 padding: 30px;
 font-size: clamp(1.4rem, calc(2.2rem + 1.333vw), 1.6rem);
  font-weight: 400;
}
/* ページネーション全体のリンク */
.pagination a {
  margin: 0 8px;       /* 左右の間隔を 8px に */
  padding: 4px 8px;    /* 内側の余白 */
  text-decoration: none;
  display: inline-block;
}

/* 現在ページの強調 */
.pagination .current {
  font-weight: bold;
  color: #fff;
  background-color: rgba(248, 200, 42, 0.5);

  border-radius: 4px;
  margin: 0 8px;       /* 現在ページのリンクも左右間隔を揃える */
  padding: 4px 8px;
}

/* 前へ / 次へ ボタンの間隔 */
.pagination .prev,
.pagination .next {
  margin: 0 8px;
}



/*-----------PC news お知らせ-------------*/
@media (min-width: 768px) {
  
  .all-news {
  margin: 0;
   color: var(--basecolor);
}

.all-news-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.all-news-wrapper {
  padding-bottom: 120px;
}

.allnews-titlle-date-category{
  display: flex;
  gap: 30px;
  align-items: baseline;
  justify-content: start;
   flex-direction: row-reverse;
}
}











/*-------------------singlenews.php--------------*/

.single-post {
   font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    gap: 3.0rem;
    background-color: #FEF9F4;
    color: var(--basecolor);
  padding: 50px 0 0px;
  
   
}

.single-post a:hover {
  color: var(--gray); 
}

/* 記事ボックス */
.post-content {
    background: var(--bg-white);
    padding: 5.6rem 4.8rem;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;

}

.cate-date-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.category-date {
  display: flex;
  align-items: baseline;
  gap: 20px;
  justify-content: space-between;
 width: 100%;
 
}


/*タイトル*/
.single-title {
   position: relative;
   padding-bottom: 40px;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    font-size: clamp(2.4rem, calc(1.2rem + 0.667vw), 4.8rem);
}

/*タイトル下の点線*/
.single-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px; /* ドットの直径に合わせる */
  background-image: radial-gradient(
    circle,
    #D9D9D9 2px,
    transparent 2.5px
  );
  background-size: 14px 6px; /* 横＝間隔 / 縦＝高さ */
  background-repeat: repeat-x;
}


/*カテゴリー*/
.news-category {
   display: block;
   height: 20px;
  color: var(--white);
  background-color: var(--color-yellow);
  border-radius: 5px;
  padding: 1px 15px 0 15px;
   font-size: clamp(0.8rem, calc(2.2rem + 1.333vw), 1.4rem);
}

/* 日付 */
.post-content time {
  font-size: clamp(1.2rem, 1.2rem + 0.8vw,  1.8rem);
  display: block;
   padding-top: 8px;
   padding-bottom: 30px;
    text-align: center;
    font-weight: 500;
}

/* 文章エリア */
.post-content .content {
    font-size: clamp(1.6rem, calc(1.2rem + 0.667vw), 2rem);
    line-height: 1.9;
    margin-bottom: 40px;
   
}
.post-content .content p {
  font-weight: 500;
}


/* コンテンツ内の画像の調整 */
.post-content .content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 25px 0;
}

/* 戻るリンク */

.post-content a {
    text-decoration: none;
    font-size: clamp(1.2rem, calc(1.2rem + 0.667vw), 1.5rem);
}

.post-content a:hover {
    
   color: var(--gray);
}

/* ============================
   右サイドバー（新着記事）
============================ */

/* レイアウト */
.single-sidebar {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 80px;
    align-self: flex-start;
    margin-bottom: 20px;
  
}

/* ボックスデザイン（左の投稿と合わせる） */
.single-sidebar .sidebar-box {
    background: var(--bg-white);
    padding: 24px;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
    animation: fadeIn 0.4s ease-in-out;
}

/*カテゴリーと日付*/
.single-category-date {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    gap: 5%;
    padding-bottom: 8px;
}

/* 見出し */
.single-sidebar h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    font-weight: 600;
}

/* リスト */
.single-sidebar ul.recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-sidebar ul.recent-posts li {
    margin-bottom: 14px;
     position: relative; 
     padding-top: 20px;     
  padding-bottom: 30px;  
}

/* リンクデザイン（左の記事と統一） */
.single-sidebar ul.recent-posts a {
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.4;
    display: inline-block;
    transition: 0.2s;
}
.single-sidebar .recent-posts li a {
  font-weight: 500; 
}

.single-sidebar ul.recent-posts a:hover {
    color: var(--gray);
}


.single-category-date {
   font-size: clamp(1.2rem, 1.2rem + 0.8vw,  1.8rem);
   font-weight: 400;
}

.single-sidebar ul.recent-posts li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px; /* ドットの直径に合わせる */
  background-image: radial-gradient(
    circle,
    #D9D9D9 2px,
    transparent 2.5px
  );
  background-size: 14px 6px; /* 横＝間隔 / 縦＝高さ */
  background-repeat: repeat-x;
}
.single-sidebar ul.recent-posts li:last-child::after {
  display: none;
}


/* スマホ対応：1カラムに戻す */
@media (max-width: 900px) {
    .single-post {
        display: block !important;
       
    }

    .single-sidebar {
        width: 100%;
        margin-top: 40px;
        position: static;
    }
}


/*=============================================================================-
--------------recruitment-page------------------------------------------------
=========================================================================*/


/*---------------------------------------------
--------------recruitment-header-------------------
------------------------------------------------*/



/* 丸い背景 */
.menu-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.menu-icon span {
  position: absolute;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: var(--white);
  border-radius: 1px;
  transition: 0.3s ease;
}
.menu-icon span:nth-child(1) {
  top: 0;
}
.menu-icon span:nth-child(2) {
  top: 11px;
}
.menu-icon span:nth-child(3) {
  top: 22px;
}


/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}

#menu-toggle:checked + .menu-icon span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}


/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 900; /* ← header より下 */
}


#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（左から出す） */
.r-menu {
  position: fixed;
  right: -100%; /* ← 初期状態は画面外へ */
  width: 100%;
  height: 100%;
  transition: right 0.4s ease;
  z-index: 1000;
  top: 80px;
  text-align: left;
  background-color: var(--bg-beige);
  
}



#menu-toggle:checked ~ .r-menu {
  right: 0; /* ← 開いたときは左0へ */
}

.r-menu ul {
  list-style: none;
  padding: 0 25px;
 }
.r-menu li {
  position: relative;
  padding: 15px 0 22px 0;
 
}

.r-menu li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px; /* ドットの直径に合わせる */
  background-image: radial-gradient(
    circle,
    #D9D9D9 2px,
    transparent 2.5px
  );
  background-size: 14px 6px; /* 横＝間隔 / 縦＝高さ */
  background-repeat: repeat-x;
}

.r-menu li:last-child::after {
  display: none;
}




.r-menu a {
  text-decoration: none;
  margin-left: 10px;
  color: var(--basecolor);
  font-weight: 700;
  font-size: clamp(1.6rem, calc(1.2rem + 0.667vw), 1.8rem);
  transition: color 0.3s;
}

.r-menu a:hover {
  color: var(--gray);
}

/* 最後の特別リンク */
.menu-site-link a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  text-decoration: none;
}
.menu-site-link a:hover {
  color: aliceblue;
}

.menu-site-link img {
  width: 80px;      /* 好きなサイズに */
  height: auto;
  flex-shrink: 0;
}

.menu-site-link span {
  color: #ff8a00;   /* 画像と同じオレンジ系 */
  font-weight: bold;
  line-height: 1.4;
}

.menu-site-link .arrow {
  margin-left: 4px;
}


/*-----------recruitment-mv-------------*/
.r-mv {
  overflow: hidden;
  
}
.r-sp-none {
  display: none;
}


.r-pc-mv-img {
  display: none;
}

.r-mv-wrapper{
  margin-top: 50px;
  padding-top: 100px;
  position: relative;
  
}
.r-mv-dec {
  position:absolute ;
   inset: 0;           /* ← 上下左右 0（超重要） */
  z-index: 0;
}
.r-mv-dec img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* 全体に敷く */
}

.r-pc-mv-wrapper {
   background-color: rgba(248, 200, 42, 0.1);
   z-index: 0;
   position: relative;
}

/*車いす画像*/
.r-mv-img {
 position: absolute;
  top: 0px;
  right: 0;
  width: clamp(230px, 60vw, 800px);
  transform: translateX(clamp(3rem, -6vw, -12rem));
  z-index: 2;
 padding: 0;
 margin: 0;
}

/*mvの文字たちの大きい囲い*/
.r-copy-wrapper {
 
  position: relative;
  top:-130px;
  left: -5px;
  width: auto; /* 幅を指定 */
  height: auto;
  z-index: 100;
  padding-left: clamp(20px, 5vw, 150px);

}

/*ロゴと斜めタイトル*/
.r-copy-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 1.4rem;
}

/*訪問介護ロゴ画像*/
.r-houmon-logo {
  width: 230px;
  height: auto;
  margin-left: -10px;
  margin-bottom: -8px;
}

/*斜めコピー*/
.big-copy {
 display:inline-block;  
 width: 100%; 
  transform: rotate(-3.5deg);
  transform-origin: center;
  padding: 0;
  margin: 0;
  
}
.big-copy-h2 {
   font-size: clamp(4.3rem, 2.5rem + 3vw, 8rem);

   font-weight: 800;
 
  white-space: nowrap;

    /* 文字にグラデーションを適用する */
background: var(--gradient-orange2);
 

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
    letter-spacing: -0.01em; /* 文字間を少し広め */
}

/*「さん」部分*/
.small {
  font-size: 24px;
  letter-spacing: -0.02em;
}


/*iconと文章*/

.icon-wrapper {
  padding: 35px 10px 10px 10px;
}
.r-icon-copy1,
.r-icon-copy2 {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  
}

.r-icon-copy1 img,
.r-icon-copy2 img {
  width: 35px;
}

.icon-copy {
  font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
  font-weight: 600;
  color: var(--basecolor);
  line-height: 1.2;

  text-shadow:
    0 0 2px #fff,
    0 0 4px #fff,
    0 0 6px #fff;
}

.r-icon-copy2 {
  padding-left: 10px;
  margin-top: 20px;
}

/*時給ゾーン*/
.r-copy-money {
 padding: 5px 10px;

}
/*時給と1800の囲い*/
.money-row {
  display:flex;
  align-items: baseline;

  height: 100px;/* ← 基準の高さ（調整OK） */
}
/*縦書き時給ブロック*/
.hourly-wage {
  writing-mode: vertical-rl;
  text-orientation: upright;

  display: flex;
  align-items: flex-end;
  justify-content: center;

  font-size: 1.6rem;
  padding: 0.4em 0.3em;

     /* 文字にグラデーションを適用する */
background: var(--gradient-orange2);

  color: #fff;
   -webkit-text-fill-color: #fff; /* ← これが決定打 */
  background-clip: border-box;   /* 念のため */
  font-weight: 900;
  border-radius: 0.1em;

    letter-spacing: 0.2em;

}

.money {
  display: flex;
  align-items: center;
  height: 100%;
  letter-spacing: -0.05em;
  font-family: 'Noto Sans JP', sans-serif;
  padding-right: 7px;

  font-size: clamp(6.8rem, 3rem + 4vw, 12rem);
  font-weight: 900;
  line-height: 1;


}

.money {
  font-weight: 900;
 

 background: var(--gradient-orange2);

background-clip: text;
-webkit-background-clip: text;

-webkit-text-fill-color: transparent;


}
/* ===== 縁取り＆グラデは全部ここだけ ===== */
.stroke {
  position: relative;
  display: inline-block;

  background: var(--gradient-orange2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stroke::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;

  color: transparent;
  -webkit-text-stroke: 6px #fef9d7;
}

/* ===== 個別デザインだけ ===== */
.yen {
  white-space: nowrap;
  font-size: clamp(1.6rem, 1.2rem + 1vw, 2rem);
  font-weight: 900;
  
}

.small-add {
  font-size: 1.4rem;
  margin-left: 0.2em;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
}

.sub-text {
   font-size: clamp(1.6rem, 1.2rem + 1vw, 2rem);
  display: block;
  margin-top: 0;
  line-height: 1.1;
}


/*checkゾーン*/
.r-check-copy {
  margin-top: 100px;
  padding: 20px 20px 0 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  justify-content: center;
  margin-left: -10px;

}
.check-icon {
  
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f7941d; /* オレンジ */
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
}

/* チェックマーク */
.check-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: -7px;
  width: 12px;
  height: 18px;
  border-right: 5px solid #f7941d;
  border-bottom: 5px solid #f7941d;
  transform: rotate(45deg);
}

.check-h3 {
   display: flex;              /* ← 追加 */
  align-items: center;        /* ← 縦中央揃え */
  font-weight: 600;
  color: var(--color-orange);
  padding-left: 20px;
  font-size: clamp(1.8rem, 1.2rem + 1vw, 2.4rem);
  letter-spacing: 0.1em;
}



  .r-mv-text {
  width: clamp(280px, 80vw, 600px);
 padding-top: 25px;
 padding-left: 5px;
}
.r-mv-text p{
  font-weight: 500;
}


.sp-none {
  display: none;
}
/*-----------PC recruitment MV-------------*/
@media (min-width: 768px) {
.r-pc-none{
  display: none;
}

.r-sp-none {
  display: block;
}

  /*pの折り返し*/
  .sp-none {
    display: block;
  }
  
.r-mv-wrapper{
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  margin-bottom: 60px;
  
}
  .r-pc-mv-wrapper {
    padding-top: 130px;
    padding-bottom: 80px;
  }

 /*ｍｖを文章、画像横並び*/

.r-pc-mv-wrapper {
    display: grid;
    grid-template-columns: auto auto; /* 左：文字 / 右：画像 */
    align-items: center;
    column-gap: 0; /* くっつけたいなら 0 */
    justify-content: center;
  }

  
  


/*車いす画像*/
.r-mv-img {
  display: block; /* inline-block の余白を削除 */
  width: 400px;
  height: auto;
 position: static;
 padding: 0;
 grid-column: 2;
    margin-left: -50px;
 
}
.r-copy-wrapper {
 
  
  position: static;
 
 width: 620px;          /* ← 広げる */
  margin-right: -190px;  /* ← その分だけ相殺 */
  padding-left: 50px;
} 

/*斜めコピー*/
.big-copy {
 display:inline-block;  
 width: 100%; 
  transform: rotate(-2deg);
  transform-origin: center;
  padding: 0;
  margin: 0;
  
}
/*訪問介護ロゴ画像*/
.r-houmon-logo {
  width: 280px;
  height: auto;
}
.icon-wrapper {
  display: flex;
  gap: 50px;               
  padding: 25px 10px 0px 10px;
}

.r-icon-copy1,
.r-icon-copy2 {
  width: fit-content;      /* ← これが決定打 */
  display: flex;
  gap: 8px;
  align-items: center;
}

.icon-wrapper {
  display: flex;
  gap: 17px;
}

.icon-copy {
  white-space: nowrap;
}
.r-icon-copy2 {
  padding-left: 10px;
  margin-top: 0;
}
.r-check-copy {
  margin-top: 40px;
  padding: 0;
  gap: 10px;
}
.hourly-wage {
  height: 60%; 
}
.yen {
  font-size: 4rem;
}
  .r-mv-inner {
    overflow: hidden;
  }
  /*最後の下の文章*/
  .r-mv-text p {
  white-space: nowrap;
}

  /*横並びの2ボタン*/
  .r-sp-mv-btn-wrapper {
    display: none;
  }
}

/*---------------------------------------------
--------------常時表示のボタン----------------------
-------------------------------------------*/
/*常にｓｐで表示のボタン二種類*/
.r-sp-mv-btn-wrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 5px;
  box-sizing: border-box;
}


/*電話ボタン*/
.r-tel-btn-wrapper {
   margin-bottom: 5px;
  width: 100%;
}
.r-mv-tel-btn img {
 width: 62px;
  margin-bottom: 6px;
}

.r-mv-tel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
  height: 60px;
   background: linear-gradient(
              to bottom,
               #FFAFA0 0%,
               #F68688 100%
              );
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: auto;

     position: relative;
}
.r-mv-tel-btn a {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 700;
  
   

}

/*求人ボタン*/

.r-mail-btn-wrapper {
    margin-bottom: 5px;
  width: 100%;
}

.r-mv-mail-btn img {
  width: 58px;
  margin-bottom: 5px;
}


.r-mv-mail-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
     width:100%;
  height: 60px;
    background: linear-gradient(
              to bottom,
               #FFC800 0%,
               #F7862A 100%
              );
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
     margin-left: auto; 

      position: relative;
    
}
.r-mv-mail-btn a {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 700;
    
}



/* 背景レイヤー */
.r-sp-mv-btn-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px; /* ← 背景だけの高さ */
  padding-bottom: 10px;

 background: linear-gradient( to bottom, rgba(247,134,42,0) 0%, rgba(247,134,42,0) 40%, rgb(252, 174, 128) 100% );

  pointer-events: none;
  z-index: -1;
}


.r-pc-mail-btn-wrapper,
.r-pc-btn-wrapper {
  display: none;
}

@media (min-width: 768px) {
 

  .r-sp-mv-btn-wrapper {
    display: none;
  }

   /*縦型・求人ボタン*/
   /*二つのボタンの囲い*/
  .r-pc-fixed-btns {
  position: fixed;
  top: 75%;
  right: 0;
  transform: translateY(-50%);

  display: flex;
  flex-direction: column;
  gap: 55px; /* ← この値が2つの距離になる */
  z-index: 3;
}


   /*mail-btn*/
.r-pc-mail-btn-wrapper {
  display: block;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.r-pc-mail-btn-wrapper img {
    position: absolute;
    top: -57px;
    right: 3px;
    width: 52px;
    height: auto;
}

.r-pc-mv-mail-btn {
    display: block;
    width: 60px;
    text-align: center;
    padding: 7px 13px;
    align-items: center;
    justify-content: end;
   
    background: linear-gradient(
              to left,
               #FFC800 0%,
               #F7862A 100%
              );
     border-radius: 10px 0px 0px 10px;
    
}

.r-pc-mv-mail-btn a {
   writing-mode: vertical-rl;
   color: var(--white);
    font-size: clamp(1.2rem, calc(1.2rem + 0.667vw), 1.4rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}


   /*輝home-btn*/
.r-pc-btn-wrapper {
  display: block;
 
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.r-pc-btn-wrapper img {
    position: absolute;
    top: -55px;
    right: 0;
    width: 52px;
    height: auto;
}

.r-pc-mv-btn {
    display: flex;
    width: 60px;
    justify-content: center;
    align-items: center;
    padding: 10px 13px 7px 13px;
    align-items: center;
    justify-content: end;
   
    background: linear-gradient(
              to left,
                #FFAFA0 0%,
               #F68688 100%
              );
     border-radius: 10px 0px 0px 10px;
    
}

.r-pc-mv-btn a {
   writing-mode: vertical-rl;
   color: var(--white);
    font-size: clamp(1.2rem, calc(1.2rem + 0.667vw), 1.4rem);
  font-weight: 700;
  letter-spacing: 0.08em;
   text-orientation: upright;
}
.sp-mv-btn-wrapper {
  display: none;
}
}


/*登録ヘルパーの魅力*/


.point {
  padding-top: 100px;
  padding-bottom: 100px;
    margin: 2.4rem;
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    
}

.point-title {
    text-align: center;
    margin-bottom: 60px;
   
}
.point-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
} 

.title-dec {
   font-size: clamp(1.6rem, calc(1.2rem + 0.667vw), 1.8rem);
}

/*pointタイトル下の説明文*/
.point-p {
    font-size: clamp(1.6rem, calc(1.4rem + 0.667vw), 1.8rem);
    font-weight: 500;
    color: var(--basecolor);
    line-height: 2.6;
    letter-spacing: 0.14em;
   
    text-align: left;

}

/*point内の各カード*/
.point-card1 {
 padding: 2.4rem 0;
}
.point-card-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 20px;
}

.point-card-h3 {
  background: var(--gradient-orange2);
    

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: clamp(2rem, calc(1.4rem + 0.667vw), 3rem);
  font-weight: 700;

}

.point-card-title img {
  width: 50px;
}
.point-card-p {
    font-size: clamp(1.6rem, calc(1.4rem + 0.667vw), 1.8rem);
    font-weight: 500;
    color: var(--basecolor);
    line-height: 2.6;
    letter-spacing: 0.14em;
   
    text-align: left;
}


/*point-PC*/
@media (min-width: 768px) {

.point {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.8rem;
}
.point-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 横3列 */
  grid-template-rows: repeat(2, auto);  /* 縦2列 */
  gap: 7px; /* グリッド間の隙間 */
 
}
}

/*=======================================================
--------------job-description-----------------
=================================================*/

.job-description {
  padding-top: 100px;
  padding-bottom: 100px;
     background: url("./img/r-bg-job.webp") center / cover no-repeat;  
}
.job-description-wrapper {
  padding: 2.4rem;
}

.job-description-title {
    text-align: center;
    margin-bottom: 60px;
   
}
.job-description-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
} 



/*job-descriptionタイトル下の説明文*/
.job-description-p {
    font-size: clamp(1.6rem, calc(1.4rem + 0.667vw), 1.8rem);
    font-weight: 500;
    color: var(--basecolor);
    line-height: 2.6;
    letter-spacing: 0.14em;
   
    text-align: left;

}

.job-card-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  margin: 0 ;
  gap: 50px;
  
}

/*JOBカード*/
.job-card1,
.job-card2 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(255, 208, 128, 0.6);


  padding-bottom: 20px;
}

.job-card1-title-wrapper{
   background: var(--gradient-orange2);
      
  border-radius: 12px 12px 0 0;
}
.job-card2-title-wrapper{
  background: var(--gradient-pink2);
      
  border-radius: 12px 12px 0 0;
}

.job-card-title {
  color: var(--white);
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: clamp(2.6rem, calc(1.4rem + 0.667vw), 3.2rem);
    font-weight: 700;
}

.job-card-text1 {
   display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
  row-gap: 20px;
  text-align: left;
  padding: 3.5rem;
}
.job-card-text2 {
   display: inline-grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
  row-gap: 8px;
  text-align: left;
  padding: 3.5rem 3.5rem 2.5rem 3.5rem;
 
}

.job2-h4-last{
  padding: 0 3.5rem 3.5rem 3.5rem;
 
}
.job1-h4,
.job2-h4,
.job2-h4-last{
  display: flex;
  align-items: center;
  gap: 8px; /* 四角と文字の間隔 */
  color: var(--basecolor);
   font-size: clamp(1.6rem, calc(1.4rem + 0.667vw), 2rem);
    font-weight: 700;
  
}

.job1-h4::before {
  content: "";
  width: 1em;
  height: 1em;
 
  background: var(--gradient-orange2);
  flex-shrink: 0;
}
.job2-h4::before,
.job2-h4-last::before{
  content: "";
  width: 1em;
  height: 1em;
  background: var(--gradient-pink2);
  flex-shrink: 0;
}

.job-card-p1 {
  padding: 0 3.5rem 3.5rem 3.5rem;
  text-align: left;
   font-size: clamp(1.4rem, calc(1.4rem + 0.667vw), 1.6rem);
    font-weight: 500;
} 
.job-card-p2 {
  padding: 0 3.5rem 3.5rem 3.5rem;
  text-align: left;
   font-size: clamp(1.4rem, calc(1.4rem + 0.667vw), 1.6rem);
    font-weight: 500;
} 


/*point-PC*/
@media (min-width: 768px) {
  /*背景画像切り替え*/
  .job-description {
     background: url("./img/r-pc-job-bg.webp") center / cover no-repeat;  
}

  .job-card-wrapper{
    flex-direction: row;
  }

  .job-description-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}


/*=====================================================
------------begginer-----------------------
=====================================*/
.begginer {
  padding-top: 70px;
}

.begginer-wrapper {
  padding: 2.4rem;
}
.begginer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.begginer-top img {
  width: 70px;
}

.begginer-h3 {
   background: var(--gradient-orange2);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: clamp(2.6rem, calc(1.4rem + 0.667vw), 3.4rem);
    font-weight: 800;
}

.begginer-h3-dec {
   font-size: clamp(1.8rem, calc(1.4rem + 0.667vw), 2.6rem);
    font-weight: 800;
}

.begginer-p {
   padding: 1rem;
  text-align: left;
   font-size: clamp(1.4rem, calc(1.4rem + 0.667vw), 1.6rem);
    font-weight: 500;
    line-height: 2;
}


/*begginer-PC*/
@media (min-width: 768px) {
  .begginer {
    margin: 0 auto;
  }
  .begginer-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 20px;
  }
.begginer-top,
.begginer-under {
  margin: 0;
  padding: 0;
  max-width: 450px;


}
.begginer-top {
  justify-content: flex-end; 
}

.begginer-p {
  padding: 0; /* ← これで一気に詰まる */
}


}
  


/*==============================================--
----------------研修-----------------------------
========================================-*/

.study {
  overflow: hidden;
  padding-top: 100px;
}

.study-card1,
.study-card2,
.study-card3,
.study-card4 {
  background-color: #FDF1CA;
  border-radius: 10px;
   background: url("./img/r-study-bg.webp") center / cover no-repeat;  
  padding: 1rem 0;

  margin-bottom: 140px;
  
 position: relative;
}

.study-sp-flex-wrap1,
.study-sp-flex-wrap2,
.study-sp-flex-wrap3,
.study-sp-flex-wrap4{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
 
  padding-left: 10%;
}
/*カード内のタイトル*/
.study-card-title {
  margin-top: clamp(2.4rem, 5vw, 6rem);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  
}
.study-card-title img {
    width: 40px;
}
.study-card-h3 {
  white-space: nowrap;
  background: var(--gradient-orange2);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 2.4rem;
  font-weight: 700;
}
.study-card-p {
  margin: 0 auto;
}
.study-p {
 
  padding: 1em 1.8rem 3.5rem 1.8rem;
  text-align: left;
   font-size: clamp(1.4rem, calc(1.4rem + 0.667vw), 1.6rem);
    font-weight: 500;
    line-height: 2;
}

/*重ねる写真*/
.study-img {
  margin-top: -60px;
   transform: translateX(20px); /* 右にはみ出す量 */
}
.study-img img {
  width: clamp(220px, 50vw, 240px);
  border-radius: 10px;
 box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25)
}

/* 縦に並ぶ矢印 */
.arrow-stack-sp2,
.arrow-stack-sp3,
.arrow-stack-sp4{
  left: 50%;
  top: -180px; 
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 100;
}


/* 三角矢印 */
/* 三角矢印（ベース） */
.arrow-stack-sp2 .stack,
.arrow-stack-sp3 .stack,
.arrow-stack-sp4 .stack   {
  position: relative;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid transparent; /* ← 色は消す */
}

/* グラデーション部分 */
.arrow-stack-sp2 .stack::before,
.arrow-stack-sp3 .stack::before,
.arrow-stack-sp4 .stack::before   {
  content: "";
  position: absolute;
  top: -14px;
  left: -10px;
  width: 20px;
  height: 14px;
  background: linear-gradient(
    to bottom,
    #FFC800 0%,
    #F7862A 100%
  );
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}


.arrow-wrap-pc {
  display: none;
}


/*研修　pc*/
@media (min-width: 768px) and (max-width: 1199px) {
.study-img {
 margin-top: -50px;
}
.study-p {
  padding: 1em 15% 3.5rem 15%;

}

}

@media (min-width: 1200px) {
  .study-inner {
    width: 1200px;
    margin: 0 auto;
  }

  .study-card-title {
  position: relative; /* ← 基準化（超重要） */
}

  .study-card1,
  .study-card2,
  .study-card3,
  .study-card4 {
    background: none;          /* ←画像を消す */
    background-color: transparent; /* ←色も消す */
  }

   .study-sp-flex-wrap1,
  .study-sp-flex-wrap2,
  .study-sp-flex-wrap3,
  .study-sp-flex-wrap4 {
    display: contents;
  }
  /*三角矢印切り替え*/
 .arrow-stack-sp2,
 .arrow-stack-sp3,
 .arrow-stack-sp4 {
  display: none;
 } 
 /*pc三角矢印*/
 /*配置*/
.arrow-wrap-pc1,
.arrow-wrap-pc2,
.arrow-wrap-pc3 {
  position: absolute;

  transform: translate(0px, 30px);
  z-index: 5;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.arrow-wrap-pc1{
  left: 13%;          
  top: 79%; 
}
.arrow-wrap-pc2 {
  left: 13%;         
  top: 84%; 
}
.arrow-wrap-pc3 {
left: 13%;         
  top: 82%; 
}

/*下向き*/
.arrow-down-pc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.arrow-down-pc span {
  position: relative;
  width: 14px;
  height: 12px;
}
.arrow-down-pc span::before {
  content: "";
  position: absolute;
  inset: 0;

  clip-path: polygon(
    0 0,
    100% 0,
    50% 100%
  );

  background: linear-gradient(
    to bottom,
    #FFC800 0%,
    #F7862A 100%
  );
}


/*右向き*/
.arrow-right-pc {
  display: flex;
  padding-left: 33px;
  gap: 19px;
}
.arrow-right-pc span {
  position: relative;
  width: 12px;
  height: 14px;
}
.arrow-right-pc span::before {
  content: "";
  position: absolute;
  inset: 0;

  clip-path: polygon(
    0 0,
    100% 50%,
    0 100%
  );

  background: linear-gradient(
    to right,
    #FFC800 0%,
    #F7862A 100%
  );
}


.study-wrapper {
   background: url("./img/r-pc-study-bg.webp") center / cover no-repeat;  
  padding: 100px 0 5px 0;
}
.study-card-title {
  margin-bottom: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100px;
}


.study-card-inner,
.study-card-inner3,
.study-card-inner4{
  display: flex;
 align-items: end;
}

.study-card-inner{
margin-left: 100px;
}

.study-card-inner3{
margin-left: 130px;
}
.study-card-inner4{
  margin-left: 140px;
}
.study-card-p {
  flex: 1; /* ← これ超重要 */
}


.study-img {
 padding-right: 1.2rem;
  flex-shrink: 0;
  margin-top: -35px;
 }
.study-img img {
  width: 200px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25)
}

/*pの横幅*/
.study-p {
 padding: 0 0 0 40px;
 margin-bottom: -6px;

}

.study-card1 {
  margin-left:  2%;
  margin-bottom: 50px;
  max-width: 850px;
}

.study-card2 {
  margin-left: 10%;
 margin-bottom: 50px;
 max-width: 850px; 
}

.study-card3{
  margin-left: 16%;
  margin-bottom: 50px;
  max-width: 850px;
}

.study-card4{
  margin-left: 22%;
  max-width: 850px;
}

}


/*=================================
---------------flow----------------------
===============================-*/

.flow {
 padding: 100px 2.4rem;
    
}
.flow-title {
    text-align: center;
    margin-bottom: 60px;
   
}
.flow-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
} 

/*タイトル下のAさん部分*/
.flow-tittle-under {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.flow-img img {
  width: 100px;
}

.flow-text {
  text-align: left;
  color: var(--basecolor);
}
.flow-h3 {
  font-size: 2.4rem;
}
.flow-text-span {
  font-size: 3.5rem;
}
.flow-p {
  padding-top: 7px;
  font-weight: 500;
  line-height: 2;
}

/*点線*/
.flow-schedule {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px; /* 下に余白を作る */
}

.flow-schedule::before {
  content: "";
  position: absolute;
  left: 50%;                  /* 親の横幅中央に合わせる */
 
  transform: translate(-50%, -50%); /* 横と縦両方中央に */
  width: 100%;                  /* 点線の横幅 */
  height: 4px;                 /* ドットの縦サイズ */
  background-image: radial-gradient(
    circle,
    var(--basecolor) 1.5px,   /* ドットのサイズ */
    transparent 2px
  );
  background-size: 8px 4px;    /* 横＝間隔 / 縦＝高さ */
  background-repeat: repeat-x;

  
}

/*スケジュール部分*/
.flow-schedule-inner {
  padding-top: 30px;
  max-width: 1060px;
  margin: 0 auto;
}
.flow-time-box1,
 .flow-time-box2,
 .flow-time-box3,
 .flow-time-box4,
 .flow-time-box5,
 .flow-time-box6{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 4rem;
  text-align: left;

}

/*時間の四角*/
.flow-time {
  display: inline-block;
  padding: 4px 0px;
  background-color: #F8C82A;
  border-radius: 5px;
  color: var(--white);
  font-weight: 600;
  font-size: 22px;
  width: 80px;
  text-align: center;
}
.flow-time-pink {
  display: inline-block;
  padding: 4px 0px;
  background-color: #F4AEA1;
  border-radius: 5px;
  color: var(--white);
  font-weight: 600;
  font-size: 22px;
  width: 80px;
  text-align: center;
}

/*時間の横の説明*/
.flow-time-p {
  font-size: 1.6rem;
  font-weight: 500;
 
  letter-spacing: 0.1em;
}


.flow-time-dec {
  font-size: 2rem;
}

/*flow スケジュール　pc*/

@media (min-width: 768px) {

  .pc-none {
    display: none;
  }

.flow {
 padding: 100px 5rem;
 max-width: 1060px;
 margin: 0 auto;
 width: 100%;
    
}

.flow-schedule {
  
  max-width: 800px;  /* 中央にしたい幅 */
  width: auto;        /* 親の幅に合わせる */
  margin: 0 auto;     /* 横中央 */
  box-sizing: border-box;
}
.flow-space {
  padding-left: 30px;
}
.flow-time-box1,
 .flow-time-box2,
 .flow-time-box3,
 .flow-time-box4,
 .flow-time-box5,
 .flow-time-box6{
  gap: 50px ;
 }

}

/*==============================================--
-----------------スタッフの声　voice---------------
=========================================*/

.voice {
 padding: 100px 2.4rem;
    background: url("./img/r-bg-job.webp") center / cover no-repeat;  

    
}
.voice-title {
    text-align: center;
    margin-bottom: 60px;
   
}
.voice-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
} 

/*スタッフの声　カード*/

.voice-stuff-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  flex-direction: column;
}
.voice-stuff-card1,
.voice-stuff-card2 {
  background-color: var(--bg-white);
  position: relative;
  padding: 70px 30px 40px 30px;
  border-radius: 10px;
  
  color: var(--basecolor);
}

.voice-stuff-h3 {
  font-size: 2rem;
  padding-bottom: 30px;
  letter-spacing: 0.1em;
}
.voice-stuff-card1 img,
.voice-stuff-card2 img {
  
  position: absolute;
  width: 70px;

  top: -30px;
   left: 50%;
  transform: translateX(-50%);
}

.voice-stuff-p {
  font-weight: 500;
  line-height: 2;
}


/*スタッフの声 voice　pc*/

@media (min-width: 768px) {

.voice-stuff-wrapper {
  flex-direction: row;
  margin: 0 auto;
  max-width: 1000px;
  align-items: stretch;
}
.voice-stuff-card1,
.voice-stuff-card2 {
  width: 450px;
  padding: 90px 30px 60px 30px;
}
}

/*=====================================================-----
-----------------recruit-message-------------------------
============================================*/


/*-----------message 代表者挨拶-------------*/

.r-message {
  padding-top: 100px;
  color: var(--basecolor);
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
   
}
/*messageの大きなタイトル*/
.r-message-title {
    padding: 3.2rem;
    text-align: center;
    margin-bottom: 60px;
}

/*英語と日本語のタイトル部分*/
.r-message-title-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 

/*message タイトル下　代表者写真ゾーン*/
.r-message-under-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

/*タイトル下　代表者写真ゾーン  左側*/
.r-message-under-left-h2 {
  font-size: clamp(2rem, calc(1.2rem + 0.667vw), 3rem);
    
    line-height:1.5;
    padding-bottom: 2.4rem;
    text-align: left;
    
}
.r-message-under-left-h2 .indent1 {
  display: inline-block;
  padding-left: 1.5em; 
}
.r-message-under-left-h2 .indent2 {
  display: inline-block;
  padding-left: 2.5em; 
}


.r-message-under-left-h3 {
   font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
    letter-spacing: 0.08em;
    line-height:2;
      text-align: left;
}
.r-message-under-left {
  position: absolute;
  top: 0;        /* 写真の左上に */
   left: 35%;
  transform: translateX(-50%);
  z-index: 2;    /* 写真より前に */
}

/*右側　代表者の写真*/
.r-message-under-right {
  width: 130px;
  padding-top: 4rem;
  margin-left: 15rem;
  overflow: hidden;
}
.r-message-under-right img {
object-fit: cover;
}


/*message 文章部分*/
.r-message-p {
  margin-top: 4rem;
   font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
   font-weight: 500; 
   letter-spacing: 0.2em;
    line-height:2;
    text-align: left;
    
}

/*-----------PC message 代表者挨拶-------------*/
@media (min-width: 768px) {
  .r-message {
    margin: 0 auto;
  }
  .r-message-under-wrapper {
    padding: 3.2rem 0;
}
.r-message-under-left-h2 {
  text-align: right;
}
.boss-name {
  margin-left: 30px;
}

.r-message-p {
  margin-top: 4rem;
   font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
   font-weight: 500; 
   letter-spacing: 0.2em;
    line-height:2;
    text-align: center;
    
}

.r-message-under-left {
  position: absolute;
  bottom: 0;        /* 写真の左上に */
   left: 37%;
    padding-top: 7rem;
  transform: translateX(-50%);
  z-index: 2;    /* 写真より前に */
}

/*右側　代表者の写真*/
.r-message-under-right {
  width: 140px;
  padding-top: 4rem;
  margin-left: 20rem;
}
.pc-none {
  display: none;
}

}




/*=====================================================-----
-----------------勤務対応エリア-------------------------
============================================*/
.r-pc-area {
  display: none;
}

.r-area {
  padding-top: 100px;
  padding-bottom: 100px;
  color: var(--basecolor);
  }
/*areaの大きなタイトル*/
.r-area-title {
    padding: 3.2rem;
    text-align: center;
    margin-bottom: 3.2rem;
}

/*英語と日本語のタイトル部分*/
.r-area-title-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 

.r-area-h2 {
 font-size: clamp(1.8rem, calc(2rem + 0.667vw), 2.4rem);

}

.r-area-map {
  position: relative;
}
.r-map-text1 {
  position: absolute;
  bottom: 5%;
  right: 8%;
}
.r-map-text2 {
  position: absolute;
   top: 7%;
  left: 8%;
}



/*重ねる文字の調整部分*/
.r-map-text-title {
  display: inline-block;
  padding:8px;
  border-radius: 0.3rem;
  background-color: var(--color-yellow);
  color: var(--white);
  letter-spacing: 0.1em;
  font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
}
.r-map-text-h4 {
  padding: 1.8rem 0;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.08em;
  font-size: clamp(2rem, calc(1.2rem + 0.667vw), 3rem);
}

.r-area-map-p {
  font-weight: 500;
  padding: 2.4rem;
   font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
  letter-spacing: 0.15em;
  text-align: left;
  line-height: 2.6;

}



/*-----------PC area 対応エリア-------------*/
@media (min-width: 768px) {
  .r-pc-area {
  display: block;
}
.r-sp-area {
  display: none;
}

.r-pc-area-wrapper {
  max-width: 800px;
  margin: 0 auto;
}


  .r-pc-area-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
  }

  .r-area-left {

     width: 50%;          /* 左半分 */
  margin-right: auto;  /* 右を余らせて左寄せ */
  }
  .r-area-right {
    width: 60%;
    height: auto;
    position: absolute;
    right: -10px;
    top: 100px;
    z-index: 0;
  }
  
  .r-pc-area-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  .r-map-text-title {
  display: inline-block;
 
  padding:4px 10px 5px 10px;
  background-color: var(--color-yellow);
  color: var(--white);
  letter-spacing: 0.08em;
  font-size: clamp(1.4rem, calc(1.2rem + 0.667vw), 1.6rem);
}
.r-area-map-p {
  text-align: left;
  position: relative;
  z-index: 2;
  
}

.r-pc-area-inner {
  padding: 0;
  margin: 0;
}
}



/*-----------position 募集要項------------*/
.r-position table,
.r-position th,
.r-position td,
.r-position ul,
.r-position li,
.r-position p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.r-position {
  padding-top: 100px;
   padding-bottom: 100px;
   background: url("./img/sp-bg_orange.webp") center / cover no-repeat;
  color: var(--basecolor);
}
.r-position-title {
    text-align: center;
    margin-bottom: 40px;
}
.r-position-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 


/*表*/
.r-position-table {
  margin: 30px auto;
  width: 90%;
  border-collapse: collapse;
  font-size: clamp(1.4rem, calc(2.2rem + 1.333vw), 1.6rem);
  font-weight: 400;
}

.r-position-table td {
  border: 1px solid var(--basecolor);
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

/*表の左側　調節*/
.r-position-table td:first-child {
  width: 30%;
  white-space: nowrap;
  background-color: rgba(248, 200, 42, 0.12);

}

/*表の右側　調節*/
.r-position-table td:nth-child(2) {
  background-color: var(--bg-white);

}

.r-group,
.r-group1,
.r-group2 {
  margin-bottom: 30px;
}
.r-group-title,
.r-group-title-h4 {
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
  font-weight: 500;
  margin-bottom: 5px;
}
.r-group-title-h4 {
  padding-bottom: 20px;
}

/*箇条書き*/
.r-group1 li,
.r-group2 li,
.r-group li {
  list-style: none;        /* デフォルトの黒丸を消す */
  position: relative;
  line-height: 1.5;
  padding-bottom: 0.5em;
  padding-left: 1em;       /* 点の分だけ左に余白 */
}

.r-group1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* SP：2列 */
  gap: 1rem;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}
.r-group1 li::before,
.r-group2 li::before,
.r-group li::before {
  content: "・";
  position: absolute;
  left: 0;
}
/*各ラベルを上下真ん中*/
td.label {
  vertical-align: middle;
}


.table-sp-none {
  display: none;
}
/*-----------PC company 会社概要-------------*/
@media (min-width: 768px) {
  .r-position-table {
  max-width: 800px;
}
.r-position {
   margin: 50px 0;
   background: url("./img/pc-company-bg.webp") center / cover no-repeat;
  color: var(--basecolor);
}
.zigyounaiyou,
.seikatushien,
.teate,
.hukurikousei
.r-group2 {
  display: flex;
  gap: 1.6rem;
  align-items: baseline;
}

/*仕事内容*/
  .r-group1 ul {
    display: flex;
    gap: 2rem;      /* li同士の間隔 */
  }
.r-group1 ul {
    grid-template-columns: repeat(4, auto); /* 4つ横並び */
    justify-content: flex-start; /* 左寄せ（centerでもOK） */
  }
 

  .r-group1 ul {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  /*「など」の余白*/
  .r-group1 .etc,
  .r-group2 .etc{
   padding-left: 20px;
    white-space: nowrap; /* 「など」が折り返されないように */
  }

  .r-group-ul {
    display: flex;
  }
 
  /*時給の()前の余白*/
  .table-space {
    padding-left: 20px;
  }

  /*手当ゾーン*/
  .tate li:nth-child(n+2) {
  display: inline-block;
  margin-right: 1.5rem;
}


}


/*==============================================
-----------position 募集要項------------
============================================*/
.r-access {
 color: var(--basecolor);
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: 500;
}


/*アクセスタイトル*/
.r-access-title {
    text-align: center;
    margin: 100px 0 60px 0;
   
}
.r-access-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 

/*マップ画像*/
.r-access-map {
  width: 100%;
}

.r-access-map iframe {
  width: 100%;
  height: 400px;
  display: block;
}

/*マップ下の画像と住所*/
.r-access-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 1rem;
  margin: 24px auto 0;
}

.r-access-text-top-left {
  width: 120px;
}



/*住所の文字調整*/
.r-access-text-h2 {
   font-size: clamp(1.8rem, calc(2.2rem + 1.333vw), 2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.r-access-text-top-right address {
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
  font-weight: 500;
   letter-spacing: 0.06em;
   line-height: 1.5;
   padding-right: 10px;
   font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif; 
}



.r-access-text-under {
  margin: 3.2rem 2.4rem;
}
/*表*/
.r-access-table {
  margin: 30px auto;
  width: 90%;
  border-collapse: collapse;
  font-size: clamp(1.4rem, calc(2.2rem + 1.333vw), 1.6rem);
  font-weight: 500;
}

.r-access-table td {
 
  padding: 10px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

/*表の左側　調節*/
.r-access-table td:first-child {
  width: 30%;
  white-space: nowrap;

}

/*電話番号の文字*/
.r-access-value {
  font-size: clamp(1.8rem, calc(2.2rem + 1.333vw), 2rem);
  font-weight: 600;
}

/*-----------PC access アクセス-------------*/
@media (min-width: 768px) {
 .r-access-pc-wrapper {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.8rem;
  margin: 30px auto;
 }
 .r-access-text-under {
  margin: 3.2rem 0;
}
 
.r-access-text {
  padding: 0;
}

.r-access-text-top-right address {
   white-space: nowrap;
}

.r-access-text-top-left {
  width: 160px;
  padding: 0px;
}

.r-access-ul li {
 white-space: nowrap;
 font-size: clamp(1.4rem, 1.171rem + 0.0298vw, 1.6rem);
 letter-spacing: 0.03em;
}
.r-access-text-under {
  margin: 3.2rem 0rem;
 }
   .r-pc-access-right {
    padding-top: 10px;
    align-items: center; /* tableを縦中央にしたい場合 */
  }
}




/*======================================================
------------------------FAQ------------------------
=====================================================*/
.r-qa-item,
.r-qa-item summary,
.r-qa-item div,
.r-qa-item span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  
}
.r-qa-item summary {
  font-family: inherit;
  font-weight: inherit;
}


/*faqの背景*/
.r-faq {
  padding-top: 100px;
  color: var(--basecolor);
}

/*faqのタイトル*/
.r-faq-title {
  margin-top: 3.2rem;
    text-align: center;
    
}
.r-faq-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 



/*QandAの見た目調整*/
.r-faq-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;   /* ← ここが重要 */
  padding: 0 1.6rem; 
 
}

.r-faq-inner {
  padding: 2.4rem;
}

/*各質問答えセットの間*/
.r-qa-item {
  margin: 50px auto;
  width: 100%;
  
}

/*質問と答えの囲い*/
.r-qa-question,
.r-qa-answer {
   display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

/* summary自体のスタイル */
.r-qa-question {
  position: relative;       /* 矢印を右端に配置するため */
  width: 100%;
  cursor: pointer;
  list-style: none;         /* デフォルトマーカー非表示 */
  display: flex;
  flex-direction: column;   /* 縦並びにする */
  align-items: center;      /* 中央寄せ */
  text-align: center;       /* テキストも中央揃え */
  gap: 0.5rem;              /* Qとテキストの間隔 */
}

/*質問と押したら開く矢印の囲い*/
.r-question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  
   width: 100%;
}

/* デフォルトの三角マーカーを消す */
.r-qa-question::-webkit-details-marker {
  display: none;
}

/* Q / A の文字 */
.r-q,
.r-a {
  font-weight: 800;
  font-size: clamp(2.4rem, calc(2.2rem + 1.333vw), 3.2rem);
  margin-bottom: 0.5rem;    /* テキストとの間隔 */
}
.r-q {
  color: var(--color-orange);
}
.r-a {
  color: #F4AEA1;
}

/* 質問文 / 回答文 */
.r-question-text,
.r-answer-text {
  font-weight: 500;
  font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
  line-height: 1.8;
  white-space: 0.1em;
  text-align: left;
}

/* 矢印のスタイル（閉じている状態） */
.r-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 0.4em;

  transform: rotate(45deg);
  border-right: 3px solid #F4AEA1;
  border-bottom: 3px solid #F4AEA1;

  transition: transform 0.3s ease;
}

/* 開いている状態（JSで付け外し） */
.r-arrow.is-open {
  transform: rotate(-135deg);
}



/* ===== 回答ラッパー（高さ制御用） ===== */
.r-qa-answer-wrap {
   max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

/* ===== 回答本体（アニメーション本体） ===== */
.r-qa-answer {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 10px;

  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.6s ease, transform 0.6s ease;

  pointer-events: none;
}

.r-qa-answer.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.r-qa-answer.hide {
  opacity: 0;
}





 




/*-----------PC FAQ よくある質問-------------*/
@media (min-width: 768px) {
.r-faq {
  padding-top: 10px;
}
.r-faq-wrapper {
  max-width: 1060px;
}
/* FAQ 全体をグリッド化 */
.r-faq-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem; /* 余白を少し広めに */
}

/*各質問、答えのブロック*/
.r-qa-item {
  margin: 0 auto;
  padding: 2.4rem 2.8rem; /* 横を少し広め */
  border-radius: 20px;
  width: 100%;
}

/*QとAの文字を左寄せに変更*/
.r-qa-question,
.r-qa-answer {
  align-items: flex-start; 
}

/*質問と押したら開く矢印の囲い*/
.r-question-wrapper {
   padding-right: 4rem;
}


}



/*=====================================================-
--------------------contact お問い合わせ---------------
======================================================*/

.r-contact {
  padding-top: 100px;
  color: var(--basecolor);
}

/*アクセスタイトル*/
.r-contact-title {
    text-align: center;
    margin-bottom: 60px;
    
}
.r-contact-title-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
} 

.r-contact-text {
 width: 100%;
 padding-bottom: 50px;
 
}
.r-contact-p {
   font-size: clamp(1.6rem, calc(2.2rem + 1.333vw), 1.8rem);
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
  line-height: 2;
   letter-spacing: 0.1em;
}

.r-contact-form-wrapper {
  background-color: rgba(247, 134, 42, 0.05);
  padding: 10px 0;

}
.r-contact-form {
  width: 90%;
  margin: 50px auto;     /* ← 中央寄せ */
  padding: 0 20px;
}

/* 項目名（お名前・Emailなど） */
.wpcf7 label {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--basecolor);
  display: block;
  padding-bottom: 15px;
   letter-spacing: 0.1em;
   
}



.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select  {
  width: 100%;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1.3px solid var(--basecolor);
  background-color: var(--bg-white);
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Contact Form 7 送信ボタン */
.wpcf7 form input[type="submit"] {
  background: linear-gradient(to bottom, #FFAFA0, #F68688) !important;
  color: #fff;
  margin: 0 auto;
   letter-spacing: 0.1em;
  border: none ;
  border-radius: 12px;

  padding: 8px 70px;
  font-size: 1.4rem;
  font-weight: 600;

  cursor: pointer;
  width: auto ;
  display: block ;
}
/*-----------PC r-CONTACT　お問い合わせ-------------*/
@media (min-width: 768px) {

.r-contact-form {
  max-width: 800px;  
  margin: 50px auto;  
}
.r-contact-p {
  text-align: center
};
}

