@charset "UTF-8";
#recruit,
.service_pages {
  /* =======================================
  	吹き出し
  ========================================== */
  /* =======================================
  	box系
  ========================================== */
  /* =======================================
  	タイトル系
  ========================================== */
  /* =======================================
  	数字リスト
  ========================================== */
  /* =======================================
  	table
  ========================================== */
  /* =======================================
  	Q and A
  ========================================== */
}
#recruit img,
.service_pages img {
  width: 100%;
  border-radius: 7px;
}
#recruit .b_t,
.service_pages .b_t {
  border-top: 2px solid #d7ddd8;
}
#recruit .green,
.service_pages .green {
  color: #009900;
}
#recruit .bg_gr,
.service_pages .bg_gr {
  background: #e2ede4;
}
#recruit .triangle,
.service_pages .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2em solid transparent;
  border-left: 2em solid transparent;
  border-top: 2em solid #9ec60a;
  border-bottom: 0;
  margin: auto;
}
#recruit .fu_3,
.service_pages .fu_3 {
  position: relative;
  background: #004474;
  text-align: center;
  padding: 10px 0;
  border-radius: 0.2em;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  max-width: 682px;
  margin: 20px auto 0;
}
#recruit .fu_3:before,
.service_pages .fu_3:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #004474;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
#recruit .bg_g_box,
.service_pages .bg_g_box {
  padding: 20px;
  background: #f0f7f1;
  border-radius: 7px;
}
#recruit .bg_g_box_b,
.service_pages .bg_g_box_b {
  padding: 20px;
  border: 2px solid #0b7c24;
  border-radius: 7px;
}
#recruit .topListBox,
.service_pages .topListBox {
  background: #fff;
  border-radius: 7px;
}
#recruit .topListBox .tit,
.service_pages .topListBox .tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14%;
}
#recruit .topListBox ul li,
.service_pages .topListBox ul li {
  background: url(../img/check_img.png) no-repeat top 0.4em left/1em;
  padding-bottom: 2%;
  padding-left: 1.5em;
  font-weight: bold;
}
#recruit h2.tit,
.service_pages h2.tit {
  background-color: #e2ede4;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px);
  border-radius: 8px;
}
#recruit .sub_tit,
.service_pages .sub_tit {
  padding: 5px 20px;
  background-color: rgba(239, 151, 15, 0.2);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 10px, rgba(255, 255, 255, 0.15) 20px);
  border-radius: 7px;
  color: #0d230f;
}
#recruit .sub_tit_f span,
.service_pages .sub_tit_f span {
  margin: 0 4px;
}
#recruit .sub_tit_f .green:first-of-type::before,
.service_pages .sub_tit_f .green:first-of-type::before {
  transform: translate(-50%, -50%) rotate(-28deg);
  left: 0;
}
#recruit .sub_tit_f .green:last-of-type::before,
.service_pages .sub_tit_f .green:last-of-type::before {
  transform: translate(-50%, -50%) rotate(28deg);
  left: auto;
  right: 0;
}
#recruit .sub_tit_f .green::before,
.service_pages .sub_tit_f .green::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 26px;
  background-color: #009900;
}
#recruit .sub_tit_f .orange,
.service_pages .sub_tit_f .orange {
  color: #0d230f !important;
}
#recruit ol.style01,
.service_pages ol.style01 {
  list-style: none; /* デフォルトの数字を消す */
  counter-reset: number; /* カウンターをリセット */
}
#recruit ol.style01 li,
.service_pages ol.style01 li {
  counter-increment: number; /* カウンターを加算 */
  position: relative;
  padding-left: 2em; /* 数字分の余白を確保 */
}
#recruit ol.style01 li::before,
.service_pages ol.style01 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  border-radius: 50%;
  background: #0b7c24;
  width: 1.5em;
  height: 1.5em;
}
#recruit ol.style01 li::after,
.service_pages ol.style01 li::after {
  content: counter(number); /* 数字を表示 */
  position: absolute;
  left: 0.5em;
  top: 0;
  color: #fff; /* 好きな色 */
}
#recruit ol.style01 li,
.service_pages ol.style01 li {
  padding-bottom: 10px;
}
#recruit table.style01 th,
.service_pages table.style01 th {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  vertical-align: top;
  font-weight: bold;
  width: 25%;
}
#recruit table.style01 td,
.service_pages table.style01 td {
  padding: 10px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
  width: 65%;
}
#recruit .u_1 td:nth-child(1),
#recruit .u_1 th:nth-child(1),
.service_pages .u_1 td:nth-child(1),
.service_pages .u_1 th:nth-child(1) {
  width: 9%;
}
#recruit dt.plus,
.service_pages dt.plus {
  position: relative;
  background: #f5f5f5;
  border-radius: 0.2em;
  padding: 10px 3.5em 8px 4em;
  font-weight: bold;
  color: #0d230f;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  cursor: pointer;
}
#recruit dt.plus:before,
.service_pages dt.plus:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-top: 3px solid #009900;
  border-right: 3px solid #009900;
  transform: rotate(45deg);
  margin: auto;
  transition: 0.2s;
}
#recruit dt.plus::after,
.service_pages dt.plus::after {
  content: "Q";
  font-weight: bold;
  color: #009900;
  position: absolute;
  left: 1em;
  top: 0.4em;
  background: #e2ede4;
  border-radius: 50%;
  width: 1.5em;
  height: 2em;
  padding-left: 0.5em;
  font-size: 110%;
}
#recruit dt.active:before,
.service_pages dt.active:before {
  transform: rotate(135deg);
}
#recruit .accordion dd,
.service_pages .accordion dd {
  width: calc(100% - 2.5em);
  margin: 13px auto 23px;
  padding-left: 2.2em;
  line-height: 170%;
  position: relative;
  z-index: 0;
}
#recruit .accordion dd::before,
.service_pages .accordion dd::before {
  content: "A";
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #ef970f;
  border-radius: 50%;
  width: 1.22em;
  height: 1.75em;
  padding-left: 0.531em;
  font-size: 110%;
}

.service01_02 h3 {
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service02_01 .cl33 > * {
  margin-bottom: 3%;
}

.service02_03 .cl33 {
  justify-content: flex-start;
  gap: 5%;
}
.service02_03 .cl33 > li {
  position: relative;
  z-index: 0;
}
.service02_03 .cl33 > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: -2em;
  top: 34%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 1em solid #9ec60a;
  border-right: 0;
  z-index: -1;
}
.service02_03 .cl33 > li:last-child::before {
  display: none;
}
.service02_03 .cl33 span.green {
  margin-right: 3px;
}

.service04_01 .cl33 > li {
  margin-bottom: 0;
}

.service20_03 .cl4_6 > div {
  position: relative;
  z-index: 0;
}
.service20_03 .cl4_6 > div::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: -2em;
  top: 34%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1.5em solid #9ec60a;
  border-right: 0;
  z-index: -1;
}
.service20_03 .cl4_6 > div:last-child::before {
  display: none;
}

.service26_02 .textImgBox51 p.text01 {
  text-align: center;
  font-weight: bold;
  border: 4px solid #9ec60a;
  background: #009900;
  color: #fff;
  margin: auto;
  padding: 10px 0 12px;
  border-radius: 50%;
  margin-bottom: 11px;
  width: 3em;
  padding: 7px 0 12px;
  height: 3em;
}
.service26_02 .textImgBox51 p.title {
  text-align: center;
  line-height: 147%;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

/* =======================================
 採用情報
========================================== */
[id] {
  scroll-margin-top: 245px;
}

/* エリア名（h2）- クリックで開閉 */
#recruit .area_toggle {
  display: none;
}

#recruit .area_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 2px solid #0b7c24;
  border-radius: 6px;
  padding: 10px 30px;
  margin-bottom: 0;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}

#recruit .area_title:hover {
  box-shadow: 0 0 15px rgba(11, 124, 36, 0.6);
}

#recruit .area_title h2 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  color: #0b7c24;
  flex: 1;
}

/* 内側のバー */
#recruit .inner_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0b7c24;
  border-radius: 0 0 3px 3px;
}

/* ＋/−アイコン */
#recruit .toggle_icon {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* ＋の縦線 */
#recruit .toggle_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 30px;
  background-color: #0b7c24;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ＋の横線 */
#recruit .toggle_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  background-color: #0b7c24;
  transition: transform 0.3s ease;
}

/* 開いた時：縦線を消す（−にする） */
#recruit .area_toggle:checked + .area_title .toggle_icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* h3部分（県名リスト） */
#recruit .area_detail h3 {
  background-color: #0b7c24;
  color: #fff;
  padding: 12px 60px 12px 30px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0 0 6px 6px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}

/* コンテンツ部分 */
#recruit .area_detail {
  position: relative;
  z-index: 1;
  margin-top: -6px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#recruit .area_toggle:checked ~ .area_detail {
  transition: max-height 0.4s ease-in;
  max-height: 100%;
}

/* エリア情報 */
#recruit .stores_wrapper {
  padding: 30px 0;
}

/* エリア名 */
#recruit .store_name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: #f0f9f3;
}

/* エリア情報テーブル */
#recruit .store_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 2px solid #0b7c24;
  border-radius: 8px;
  overflow: hidden;
}

#recruit .store_table th {
  padding: 16px 20px;
  text-align: left;
  border: 1px solid #fff;
  background-color: #0b7c24;
  font-weight: bold;
  color: #fff;
  width: 14em;
  white-space: nowrap;
}

#recruit .store_table td {
  padding: 16px 20px;
  text-align: left;
  border: 1px solid #0b7c24;
  background-color: #fff;
  font-weight: 500;
}
#recruit .store_table td a {
  color: #0d230f;
}

#recruit .store_table tr:last-child th,
#recruit .store_table tr:last-child td {
  border-bottom: none;
}/*# sourceMappingURL=exist_site.css.map */