/* キャッチフレーズエリア設定 */

/* テキストの基準点 */
.catch_phrase_area_recruit {
  position: relative;
  /* padding-top: 5rem; */
}

/* オレンジ色の波の画像 */
.orange_img_recruit {
  vertical-align: bottom;
  width: 100%;
  object-fit: cover;
}
/* オレンジ色の波の間の背景 */
.orange_img_between_recruit {
  height: 44rem;
  background: #F9C214;
}

/* 画像に重ねるテキスト */
.orange_img_bottom_recruit {
  /* padding: 5rem 0 8rem; */
  background: #F9C214;
  padding-top: 5rem;
}

/* 追加した余白用のdiv */
.orange_center {
  width: 95.8rem;
  margin: 0 auto;
  padding: 4.6rem 0 4rem;
}
/* 追加ここまで */

.orange_img_bottom_margin_catch_phrase_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 3rem;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto 4.3rem;
  line-height: calc(50 / 30);
}
/* SP版用 キャッチフレーズの改行 */
.catch_phrase_br_recruit {
  display: none;
}

.orange_img_bottom_margin_text_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  margin: 0 auto;
  line-height: calc(50 / 16);
}


/* キャッチフレーズエリア設定ここまで */


/* クリーム色の背景  タイトルエリアからエピソードエリアまで　*/
.back_white_recruit {
  background: #FBFBE2;
}

/* 追加した余白用のdiv */
.white_center {
  width: 64rem;
  margin: 0 auto;
  padding-top: 14rem;
}
/* 追加ここまで */



/* タイトルエリア設定 */

.title_area_recruit {
  margin: 0 auto 11.2rem;
  width: 66.4rem;
  position: relative;
}
/* タイトル全体 */
.title_area_div_flex_recruit {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 3.8rem;
  font-weight: Bold;
  color: #8C4F53;
  text-align: center;
}
/* タイトル左側 */
.title_area_div_flex_left_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 3.8rem;
  color: #8C4F53;
  position: relative;
  top: 1.5rem;
}
/* タイトル右側 */
.title_area_div_flex_right_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 5rem;
  color: #8C4F53;
  position: relative;
}


.title_area_div_flex_right_char_recruit,
.title_area_div_flex_right_char_last_recruit {
  position: relative;
  font-family: var(--ZenMaru);
  font-size: 5rem;
  font-weight: bold;
}

.title_area_div_flex_right_char_recruit {
  margin-right: -1.5rem;
}
.title_area_div_flex_right_char_last_recruit {
  margin-right: 0;
}

/* ドット */
.title_area_div_flex_right_char_recruit::before,
.title_area_div_flex_right_char_last_recruit::before {
  position: absolute;
  content: ".";
  top: -6rem;
  left: 1.6rem;
  color: #62971F;
  font-size: 5.9rem;
}


/* 吹き出し */
.hukidasi_img_recruit {
  width: 24.5rem;
  height: 10.2rem;
  object-fit: cover;
  position: absolute;
  top: -7rem;
  left: -5rem;
}
/* 吹き出しの中の文字 */
.hukidasi_inline_text_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 2.2rem;
  color: #FFFFFF;
  position: absolute;
  transform: matrix(0.99, -0.1, 0.1, 0.99, 0, -1);
  top: -3.5rem;
  left: -1.9rem;
}

/* タイトルエリア設定ここまで */




/* 決め手エリア設定 */
.decide_area_recruit {
  margin: 0 auto 15.2rem;
  width: 64rem;
}
.decide_area_flex_recruit {
  display: flex;
  column-gap: 1.4rem;
  justify-content: center;
}
.decide_area_exclamation_flex_none_recruit {
  display: flex;
  align-items: center;
}
.decide_title_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 3.5rem;
  color: #7D3640;
  text-align: center;
}

/* 斜め線の画像 */
.exclamation_img_recruit{ 
  width: 3.3rem;
  height: 3rem;
}

/* ランキング */
.decide_area_line_div_recruit {
  width: fit-content;
  margin: 3.9rem auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
/* ランキング行 */
.decide_area_line_recruit {
  display: flex;
  column-gap: 1.2rem;
}
/* ランキング行王冠の画像 */
.ranking_img_recruit {
  width: 4.6rem;
  height: 3.8rem;
  object-fit: cover;
}
/* ランキング行のテキスト */
.crown_text {
  font-family: var(--ZenMaru);
  font-size: 2rem;
  font-weight: Bold;
  color: #7D3640;
  display: flex;
  align-items: center;
}

/* ランキングここまで */


/* ランキング下の文章 */
.ranking_bottom_text_recruit {
  font-family: var(--ZenMaru);
  font-size: 1.6rem;
  font-weight: Bold;
  color: #7D3640;
  margin-top: 4.6rem;
  line-height: calc(50 / 16);
}

/* 決め手エリア設定ここまで */


/* 雰囲気エリア設定 */
.mood_area_recruit {
  margin: 0 auto 15.2rem;
  width: 64rem;
}
.mood_area_flex_recruit {
  display: flex;
  column-gap: 1.4rem;
}
.mood_title_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 3.5rem;
  color: #7D3640;
  text-align: center;
  width: 52.5rem;
}

.mood_area_exclamation_flex_none_recruit {
  display: flex;
  align-items: center;
}

/* 斜め線の画像 */
.exclamation_img_recruit{ 
  width: 3.3rem;
  height: 3rem;
}

.mood_area_text_recruit {
  margin: 4.9rem 0 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  width: 61rem;
}
/* 背景テキスト */
.mood_background_one_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 2rem;
  color: #7D3640;
  background: #62971F;
  padding: 0.7rem 1rem;
  width: fit-content;
  overflow-wrap: break-word;
  line-height: calc(29 / 20);
}
.mood_background_two_recruit{
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 2rem;
  color: #7D3640;
  background: #95BB3F;
  padding: 0.7rem 1rem;
  width: fit-content;
  overflow-wrap: break-word;
  line-height: calc(29 / 20);
}
.mood_background_three_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 2rem;
  color: #7D3640;
  background: #F7F7F7;
  padding: 0.7rem 1rem;
  width: fit-content;
  overflow-wrap: break-word;
  line-height: calc(29 / 20);
}
/* 背景の下のテキスト */
.mood_background_bottom_recruit{
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 1.6rem;
  color: #7D3640;
  line-height: calc(50 / 16);
}
/* 雰囲気エリア設定ここまで */


/* 年代エリア設定 */
.age_area_recruit {
  margin: 0 auto 15.2rem;
  width: 64rem;
}
/* タイトルエリア */
.age_area_wide_flex_recruit {
  display: flex;
  justify-content: center;
  margin-bottom: 7.4rem;
}
.age_area_flex_recruit {
  display: flex;
  column-gap: 1.4rem;
}

/* 斜め線の画像を囲むdiv */
.decide_area_exclamation_flex_recruit {
  display: flex;
  align-items: center;
}

/* 斜め線の画像 */
.exclamation_img_recruit{ 
  width: 3.3rem;
  height: 3rem;
  object-fit: cover;
}
/* タイトル */
.age_area_title_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 3.5rem;
  color: #7D3640;
  text-align: center;
}

/* 円グラフの画像にのせる文字の基準点 */
.age_area_flex_circle_recruit {
  display: flex;
  justify-content: center;
  position: relative;
}

/* グラフの画像 */
.age_area_circle_recruit {
  width: 35.6rem;
  height: 35.6rem;
  object-fit: cover;
}
/* 円グラフの画像にのせる文字 */
/* X代 5% */
.graph_text_recruit_five_recruit {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -5rem;
  left: 16rem;
}
.graph_text_recruit_five_age_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 2rem;
  color: #8C4F53;
  text-align: center;
}
.graph_text_recruit_five_percent_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 3.2rem;
  color: #8C4F53;
}
/* グラフの文字の横の斜め線 */
.graph_text_recruit_five_exclamation_recruit {
  border: 0.1rem solid #8C4F53;
  width: 5.4rem;
  transform: rotate(230deg) translateX(32.5rem) translateY(17.5rem);
  position: absolute;
  top: 38rem;
  left: 31rem;
}
/* X代 20% */
.graph_text_recruit_twenty_recruit {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 8rem;
  left: 18rem;
}
.graph_text_recruit_twenty_age_recruit{
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
}
.graph_text_recruit_twenty_percent_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 3.2rem;
  color: #FFFFFF;
}
/* X代 75% */
.graph_text_recruit_seventy_five_recruit {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 21rem;
  left: 37rem;
}
.graph_text_recruit_seventy_five_age_recruit{
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
}
.graph_text_recruit_seventy_five_percent_recruit{
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 3.2rem;
  color: #FFFFFF;
}

/* グラフ下のテキスト */
.age_bottom_text_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 1.6rem;
  color: #7D3640;
  line-height: calc(50 / 16);
  margin-top: 3.8rem;
}
/* 年代エリア設定ここまで */



/* エピソードエリア設定 */
.episode_area_recruit {
  margin: 0 auto;
  width: 64rem;
  padding-bottom: 6.7rem;
}
.episode_area_title_recruit {
  font-family: var(--ZenMaru);
  font-weight: Bold;
  font-size: 3.5rem;
  color: #7D3640;
  margin: 0 auto 5.1rem;
  width: 56rem;
}

.episode_title_around {
  display: flex;
}

/* エピソードタイトルの左側の斜め線 */
.episode_title_around_border_left_left_recruit {
  border: 0.1rem solid #7D3640;
  height: 8.2rem;
  transform: rotate(-26deg) translateX(-3rem) translateY(0.2rem);
}
.episode_title_around_border_left_right_recruit{
  border: 0.1rem solid #7D3640;
  height: 8.2rem;
  transform: rotate(343deg) translateX(-1rem) translateY(1rem);
}
/* エピソードタイトルの右側の斜め線 */
.episode_title_around_border_right_left_recruit {
  border: 0.1rem solid #7D3640;
  height: 8.2rem;
  transform: rotate(200deg) translateX(-2rem) translateY(-1.3rem);
  
}
.episode_title_around_border_right_right_recruit {
  border: 0.1rem solid #7D3640;
  height: 8.2rem;
  transform: rotate(207deg) translateX(-4rem) translateY(0.2rem);
}



/* 吹き出しエリア */
.hukidasi_area {
  display: flex;
  flex-direction: column;
  row-gap: 8.8rem;
}

.kukidasi_left_area {
  position: relative;
}
.hukidasi_right_recruit_area {
  position: relative;
}




/* 左から始まる吹き出し */
.hukidasi_left_recruit {
  font-family: var(--ZenMaru);
  font-size: 1.6rem;
  color: #7D3640;
  background: #FFFFFF;
  padding: 2.5rem 3.2rem;
  border-radius: 3rem;
  font-weight: 500;
  line-height: calc(50 / 16);
}
/* 吹き出しの画像 PC用 */
.triangle_left_img_pc {
  width: 6.3rem;
  height: 3rem;
  object-fit: cover;
  position: relative;
  left: 4rem;
}
/* 吹き出しの画像 SP用 */
.triangle_left_img_sp {
  display: none;
}


/* 右から始まる吹き出し */
.hukidasi_right_recruit {
  font-family: var(--ZenMaru);
  font-size: 1.6rem;
  color: #7D3640;
  background: #FFFFFF;
  padding: 2.5rem 3.2rem;
  border-radius: 3rem;
  font-weight: 500;
  line-height: calc(50 / 16);
}
/* 吹き出しの画像 PC用 */
.triangle_right_img_pc {
  width: 6.3rem;
  height: 3rem;
  object-fit: cover;
  position: relative;
  right: -54rem;
} 
/* 吹き出しの画像 SP用 */
.triangle_right_img_sp {
  display: none;
}



/* 募集要項エリア設定 */
.offering_area_recruit {
  background: #95BB3F;
  /* padding-bottom: 10.9rem; */
}

/* 追加した余白用のdiv */
.green_center {
  width: 97rem;
  margin: 0 auto;
  padding-bottom: 10.9rem;
}
/* 追加ここまで */

/* 緑の波の画像 */
.img_wave_green_recruit {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
/* 募集要項エリアのタイトル */
.offering_area_title_recruit {
  width: 97rem;
  text-align: center;
  font-family: var(--ZenMaru);
  font-size: 3rem;
  font-weight: Bold;
  color: #FFFFFF;
  margin: 0 auto 9.2rem;
  position: relative;
  padding-top: 4rem;
}
/* タイトル左側の点 */
.offering_area_title_recruit::before {
  /* border-bottom: 0.8rem dotted #FFFFFF; */
  content: "";
  position: absolute;
  /* bottom: 1.3rem; */
  left: 0;
  width: 37.1rem;
  height: 4.4rem;
  background: radial-gradient(circle farthest-side, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent);
  background-size: 1.8rem 1.8rem;
  background-repeat: repeat-x;
  background-position: center;
}
/* タイトル右側の点 */
.offering_area_title_recruit::after {
  /* border-bottom: 0.8rem dotted #FFFFFF; */
  content: "";
  position: absolute;
  /* bottom: 1.3rem; */
  right: 0;
  width: 37.1rem;
  height: 4.4rem;
  background: radial-gradient(circle farthest-side, #FFFFFF, #FFFFFF 50%, transparent 50%, transparent);
  background-size: 1.8rem 1.8rem;
  background-repeat: repeat-x;
  background-position: center;
}


/* 白い表エリア設定 */
.table_recruit {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  min-height: 77.4rem;
  margin: 0 auto 10rem;
  border-radius: 2rem;
  width: 97rem;
  padding-top: 9rem;
  padding-bottom: 9.3rem;
}
.table_item_recruit {
  border-bottom: 0.2rem solid #70707098;
  padding-left: 2rem;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}

/* 募集職種 */
.table_item_job_text_recruit {
  font-family: var(--ZenMaru);
  font-size: 2rem;
  color: #8C4F53;
  width: 53rem;
  font-weight: 500;
}
/* 給与・賞与 */
.table_item_salary_text_recruit {
  color: #8C4F53;
  width: 53rem;
}
.bonus_font {
  font-family: var(--ZenMaru);
  font-weight: 500;
  font-size: 2rem;
  line-height: calc(29 / 20);
}
/* その他手当 */
.table_item_others_text_recruit {
  font-family: var(--ZenMaru);
  font-size: 2rem;
  color: #8C4F53;
  width: 53rem;
  font-weight: 500;
}
/* 休日休暇 */
.table_item_holiday_text_recruit {
  font-family: var(--ZenMaru);
  font-size: 2rem;
  color: #8C4F53;
  width: 53rem;
  font-weight: 500;
}


.table_item_recruit,
.table_last_item_recruit {
  display: flex;
  width: 78rem;
  margin: 0 auto;

}
.table_last_item_recruit {
  font-family: var(--ZenMaru);
  font-size: 2rem;
  color: #8C4F53;
  padding-left: 2rem;
  padding-top: 2.9rem;
}
.table_last_item_list_recruit {
  display: flex;
  flex-direction: column;
  row-gap: 1.8rem;
  width: 53rem;
}
.list_text_recruit {
  font-family: var(--ZenMaru);
  font-weight: 500;
  font-size: 2rem;
  color: #8C4F53;
}
.table_item_categoryt_recruit {
  width: 23rem;
  font-size: 2rem;
  color: #8C4F53;
  font-weight: 500;
  font-family: var(--ZenMaru);
}

/* リストの赤い点 */
.list_text_recruit::before {
  content: '';
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #C81A0F;
  display: inline-block;
  margin-right: 0.5rem;
}

/* 円グラフ */
.chart {
  position: relative;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  margin: 0 auto;
  background-image: conic-gradient(
    #BFEA7C 0% 38%,
    #9BCF53 38% 65%,
    #416D19 65% 88%,
    #28470b 88% 100%
  );
}

.label {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size:3rem;
  color:#fff;
}

.label_1 {
  /* --start: 0;
  --end: 0.38;
  --percentage: calc(0.38 / 2);
  --angle: calc(19% * 360deg);
  --deg: calc(-90deg + 68.4deg); */
  translate: calc(cos(-21.6deg) * 10rem - 50%) calc(sin(-21.6deg) * 10rem - 50%);
}

.label_2 {
  /* --start: 0.38;
  --end: 0.65;
  --percentage: calc(1.03 / 2);
  --angle: calc(50.15% * 360deg);
  --deg: calc(-90deg + 180.54deg); */
  translate: calc(cos(90.54deg) * 10rem - 50%) calc(sin(90.54deg) * 10rem - 50%);
}

.label_3 {
  /* --start: 0.65;
  --end: 0.88;
  --percentage: calc(1.53 / 2);
  --angle: calc(76.5% * 360deg);
  --deg: calc(-90deg + 275.4deg); */
  translate: calc(cos(185.4deg) * 10rem - 50%) calc(sin(185.4deg) * 10rem - 50%);
}

.label_4 {
  /* --start: 0.88;
  --end: 1;
  --percentage: calc(1.88 / 2);
  --angle: calc(94% * 360deg);
  --deg: calc(-90deg + 338.4deg); */
  translate: calc(cos(248.4deg) * 10rem - 50%) calc(sin(248.4deg) * 10rem - 65%);
}

.f_size{
  font-size: 1.8rem;
}
/* 円グラフここまで */

.pc_only{
  display: block;
}

.sp_only{
  display: none;
}

/* レスポンシブデザイン設定 */
@media screen and (max-width: 699.98px) {

  /* クリーム色の背景 */
  .back_white_recruit {
    padding-top: 14rem;
  }


  /* キャッチフレーズエリア設定 */

  /* オレンジ色の波の間の背景 */
  .orange_img_between_recruit {
    min-height: 87.4rem;
  }
  
  /* 画像に重ねるテキスト */
  .orange_img_bottom_recruit {
    padding-top: 6.7rem;
    width: 100%;
  }

  /* 追加 */
  .orange_img_bottom_margin_recruit {
    width: 33.5rem;
    margin: 0 auto;
  }
  /* 追加ここまで */

  .orange_img_bottom_margin_catch_phrase_recruit {
    font-size: 2.5rem;
    line-height: 5rem;
    margin: 0 auto 5.2rem;
    width: 33.5rem;
    text-align: left;
    line-height: calc(50 / 25);
  }

  /* SP版用 キャッチフレーズの改行 */
  .catch_phrase_br_recruit {
    display: block;
  }

  .orange_img_bottom_margin_text_recruit {
    width: 33.5rem;
    position: static;
  }
  
  /* キャッチフレーズエリア設定ここまで */


  /* タイトルエリア設定 */

  .title_area_recruit {
    width: 100%;
    margin: 0 auto 3.8rem;
  }
  /* タイトル全体 */
  .title_area_div_flex_recruit {
    margin: 0 auto;
    width: max-content;
  }
  /* タイトル左側 */
  .title_area_div_flex_left_recruit {
    font-size: 2.2rem;
  }
  /* タイトル右側 */
  .title_area_div_flex_right_recruit {
    font-size: 3rem;
    top: 0.5rem;
  }
  /* ドット */
  .title_area_div_flex_right_char_recruit,
  .title_area_div_flex_right_char_last_recruit {
    font-size: 3rem;
  }


  .title_area_div_flex_right_char_recruit::before,
  .title_area_div_flex_right_char_last_recruit::before {
    font-size: 5.8rem;
    top: -7rem;
    left: 0.7rem;
  }
  .title_area_div_flex_right_char_recruit {
    margin-right: -1rem;
  }
  /* 吹き出し */
  .hukidasi_img_recruit {
    top: -10rem;
    left: 2rem;
  }
  /* 吹き出しの中の文字 */
  .hukidasi_inline_text_recruit {
    top: -6.5rem;
    left: 6rem;
    font-size: 2rem;
  }

  /* タイトルエリア設定ここまで */



  /* 決め手エリア設定 */
  .decide_area_recruit {
    width: 100%;
    margin: 0 auto 6.8rem;
  }
  .decide_area_exclamation_flex_none_recruit {
    display: none;
  }
  .decide_title_recruit {
    font-size: 2rem;
  }

  /* ランキング */
  .decide_area_line_div_recruit  {
    width: 100%;
    margin-top: 1.1rem;
    row-gap: 0.9rem;
  }
  /* ランキング行 */
  .decide_area_line_recruit {
    flex-direction: column;
    row-gap: 0.5rem;
  }
  .ranking_img_flex {
    display: flex;
    justify-content: center;
  }
  /* ランキング行のテキスト */
  .crown_text {
    display: flex;
    justify-content: center;
  }
  
  /* ランキングここまで */

  /* ランキング下の文章 */
  .ranking_bottom_text_recruit {
    width: 33.5rem;
    margin: 5rem auto 0;
    line-height: 4rem;
    line-height: calc(40 / 16);
  }

  /* 決め手エリア設定ここまで */




  /* 雰囲気エリア設定 */
  .mood_area_recruit {
    width: 100%;
    margin-bottom: 7.4rem;
  }
  .mood_title_recruit {
    width: 30rem;
    margin: 0 auto;
    font-size: 2rem;
  }
  .mood_area_exclamation_flex_none_recruit {
    display: none;
  }
  .mood_area_text_recruit {
    width: 33.5rem;
    margin: 5rem auto 3.1rem;
  }


  /* 背景テキスト */
  .mood_background_one_recruit,
  .mood_background_two_recruit,
  .mood_background_three_recruit {
    padding: 0.7rem 0.5rem;
  }


  /* 背景の下のテキスト */
  .mood_background_bottom_recruit{
    width: 33.5rem;
    margin: 0 auto;
    line-height: calc(45 / 16);
  }
  /* 雰囲気エリア設定ここまで */



  /* 年代エリア設定 */
  .age_area_recruit {
    width: 100%;
    margin-bottom: 6.5rem;
  }
  
  /* グラフの下のテキスト */
  .age_bottom_text_recruit {
    width: 33.5rem;
    margin: 3.9rem auto 0;
    line-height: calc(45 / 16);
  }
  
  /* タイトル */
  .age_area_title_recruit {
    font-size: 2rem;
    width: 14rem;
  }

  /* グラフ */
  .age_area_circle_recruit {
    width: 32.3rem;
    height: 32.3rem;
  }

  /* X代 5% */
  .graph_text_recruit_five_recruit {
    top: -5rem;
    left: 3rem;
  }
  .graph_text_recruit_five_age_recruit {
    font-size: 1.8rem;
  }
  .graph_text_recruit_five_percent_recruit {
    font-size: 2.8rem;
  }
  /* グラフの文字の横の斜め線 */
  .graph_text_recruit_five_exclamation_recruit {
    top: 38rem;
    left: 15rem;
    width: 4.5rem;
    transform: rotate(48deg) translateX(-32rem) translateY(-20rem);
  }
  /* X代 20% */
  .graph_text_recruit_twenty_recruit  {
    top: 8rem;
    left: 6rem;
  }
  .graph_text_recruit_twenty_age_recruit {
    font-size: 1.8rem;
  }
  .graph_text_recruit_twenty_percent_recruit {
    font-size: 2.8rem;
  }
  /* X代 75% */
  .graph_text_recruit_seventy_five_recruit  {
    top: 17rem;
    left: 23rem;
  }
  .graph_text_recruit_seventy_five_age_recruit {
    font-size: 1.8rem;
  }
  .graph_text_recruit_seventy_five_percent_recruit {
    font-size: 2.8rem;
  }
  /* 年代エリア設定ここまで */
  
  /* エピソードエリア設定 */
  .episode_area_recruit {
    width: 100%;
    padding-bottom: 3.8rem;
  }
  .episode_area_title_recruit {
    font-size: 2rem;
    width: 32rem;
    margin: 0 auto 5.2rem;
  }

  /* エピソードタイトルの左側の斜め線 */
  .episode_title_around_border_left_left_recruit {
    height: 3.2rem;
    transform: rotate(-21deg) translateX(-1rem) translateY(1.6rem);
  }
  .episode_title_around_border_left_right_recruit{
    height: 3.2rem; 
    transform: rotate(347deg) translateX(-0.3rem) translateY(1.8rem);
  }
  /* エピソードタイトルの右側の斜め線 */
  .episode_title_around_border_right_left_recruit {
    height: 3.2rem;
    transform: rotate(196deg) translateX(-0.5rem) translateY(-1.7rem);
  }
  .episode_title_around_border_right_right_recruit {
    height: 3.2rem;
    transform: rotate(203deg) translateX(-1.1rem) translateY(-1.7rem);
  }

  /* 吹き出しエリア */
  .hukidasi_area {
    row-gap: 6.6rem;
  }

  /* 左から始まる吹き出し */
  .hukidasi_left_recruit {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.3rem;
    padding: 1.7rem 2.3rem;
    line-height: calc(22 / 13);
  }
  /* 吹き出しの画像 PC用 */
  .triangle_left_img_pc {
    display: none;
  }
  /* 吹き出しの画像 SP用 */
  .triangle_left_img_sp {
    width: 4.3rem;
    height: 5rem;
    object-fit: cover;
    position: relative;
    left: 4.2rem;
    display: block;
    top: -2rem;
    transform: rotate(-5deg);
  }

  /* 右から始まる吹き出し */
  .hukidasi_right_recruit {
    line-height: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.3rem;
    padding: 1.7rem 2.5rem;
    line-height: calc(22 / 13);
  }
  /* 吹き出しの画像 PC用 */
  .triangle_right_img_pc {
    display: none;
  }
  /* 吹き出しの画像 SP用 */
  .triangle_right_img_sp {
    width: 4.3rem;
    height: 5rem;
    object-fit: cover;
    position: relative;
    right: -25.3rem;
    display: block;
    top: -2rem;
    transform: rotate(-5deg);
  }


  /* エピソードエリア設定ここまで */



  /* 募集要項エリア */

  /* 募集要項エリアのタイトル */
  .offering_area_title_recruit {
    width: 33.5rem;
    font-size: 2.5rem;
  }
  /* タイトル左側の点 */
  .offering_area_title_recruit::before {
    width: 9rem;
    background-size: 1.4rem 1.4rem;
  }
  /* タイトル右側の点 */
  .offering_area_title_recruit::after {
    width: 9rem;
    background-size: 1.4rem 1.4rem;
  }
  
  /* 白い表エリア設定 */
  .table_recruit {
    width: 33.5rem;
    min-height: 47.7rem;
    padding: 4rem 1.7rem;
  }

  .table_item_categoryt_recruit {
    font-weight: bold;
    font-size: 1.8rem;
    width: 10rem;
  }


  /* 募集職種欄 */
  .table_item_job_recruit {
    width: 30rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 1.6rem;
    column-gap: 3.2rem;
  }
  .table_item_job_text_recruit {
    font-size: 1.8rem;
    width: 18.5rem;
  }
  /* 給与・賞与欄 */
  .table_item_salary_recruit {
    width: 30rem;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.6rem;
    column-gap: 3.2rem;
  }
  .table_item_salary_text_recruit {
    font-size: 1.8rem;
    width: 18.5rem;
  }
  .bonus_font {
    font-size: 1.8rem;
  }
  /* その他手当欄 */
  .table_item_others_recruit {
    width: 30rem;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    column-gap: 3.2rem;
  }
  .table_item_others_text_recruit {
    font-size: 1.8rem;
    width: 18.5rem;
  }
  /* 休日休暇欄 */
  .table_item_holiday_recruit {
    width: 30rem;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    column-gap: 3.2rem;
  }
  .table_item_holiday_text_recruit {
    font-size: 1.8rem;
    width: 18.5rem;
  }
  /* 福利厚生欄 */
  .table_item_welfare_recruit {
    width: 30rem;
    padding-left: 0;
    padding-top: 1.8rem;
    column-gap: 3.2rem;
  }
  /* 福利厚生欄のリスト */
  .table_last_item_list_recruit {
    width: 18.5rem;
  }
  .list_text_recruit{
    position: relative;
    font-size: 1.8rem;
  }
  .list_text_recruit::before {
    position: absolute;
    top: 1rem;
    left: -1.3rem;
  }
  /* 福利厚生欄のリストの赤い点 */
  .list_text_recruit::before  {
    width: 0.9rem;
    height: 0.9rem;
  }

  /* 募集要項エリアここまで */



  /* 追加した余白用のdiv */
  .orange_center {
    width: 33.5rem;
    padding: 5.3rem 0 10.6rem;
  }

  .white_center {
    width: 33.5rem;
    padding-top: 8rem;
  }

  .green_center {
    width: 33.5rem;
    padding-bottom: 12rem;
  }
  /* 追加ここまで */

  /* 円グラフ */
  .chart {
    position: relative;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    margin: 0 auto;
    background-image: conic-gradient(
      #BFEA7C 0% 38%,
      #9BCF53 38% 65%,
      #416D19 65% 88%,
      #28470b 88% 100%
    );
  }

  .label {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size:2.25rem;
    color:#fff;
  }

  .label_1 {
    /* --start: 0;
    --end: 0.38;
    --percentage: calc(0.38 / 2);
    --angle: calc(19% * 360deg);
    --deg: calc(-90deg + 68.4deg); */
    translate: calc(cos(-21.6deg) * 7.5rem - 50%) calc(sin(-21.6deg) * 7.5rem - 50%);
  }

  .label_2 {
    /* --start: 0.38;
    --end: 0.65;
    --percentage: calc(1.03 / 2);
    --angle: calc(50.15% * 360deg);
    --deg: calc(-90deg + 180.54deg); */
    translate: calc(cos(90.54deg) * 7.5rem - 50%) calc(sin(90.54deg) * 7.5rem - 50%);
  }

  .label_3 {
    /* --start: 0.65;
    --end: 0.88;
    --percentage: calc(1.53 / 2);
    --angle: calc(76.5% * 360deg);
    --deg: calc(-90deg + 275.4deg); */
    translate: calc(cos(185.4deg) * 7.5rem - 50%) calc(sin(185.4deg) * 7.5rem - 50%);
  }

  .label_4 {
    /* --start: 0.88;
    --end: 1;
    --percentage: calc(1.88 / 2);
    --angle: calc(94% * 360deg);
    --deg: calc(-90deg + 338.4deg); */
    translate: calc(cos(248.4deg) * 7.5rem - 50%) calc(sin(248.4deg) * 7.5rem - 65%);
  }

  .f_size{
    font-size: 1.35rem;
  }
  /* 円グラフここまで */

  .sp_only{
    display: block;
  }
  
  .pc_only{
    display: none;
  }
  

}

