/*
Theme Name:ISSUE child
Template:issue_tcd106
Description:WordPressテーマ「ISSUE」の子テーマです。
Author:LinkLabo
Version:
*/


/* 「全ての記事」 → 「ALL」 に変更*/
.blog #category_sort_button .item:first-child .no_auto_scroll::after,
.post-type-archive-staff #category_sort_button .item:first-child .no_auto_scroll::after,
#archive_blog #category_sort_button .item:first-child .no_auto_scroll::after {
  content: "ALL";
  display: inline;
  font-size: 16px;
}

/* 元のテキスト「全ての記事」を非表示にする */
.blog #category_sort_button .item:first-child .no_auto_scroll,
.post-type-archive-staff #category_sort_button .item:first-child .no_auto_scroll,
#archive_blog #category_sort_button .item:first-child .no_auto_scroll {
  font-size: 0;
}


/* テーブルスタイル　.style-table
 * ------------------------------------------------------------------------------------*/
.wp-block-table.style-table table {
  border-collapse: collapse;
}

.wp-block-table.style-table th,
.wp-block-table.style-table td {
  padding: 1em;
  border: none;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


.wp-block-table.style-table th {
  background-color: #f8f8f8;
  color: #fff;	
  color: #000;
  font-weight: bold;
  text-align: center;
  min-width: 140px;
}

.wp-block-table.style-table thead th:last-of-type {
  border-right: 1px solid #ddd;
}

@media screen and (max-width: 787px) {
  .wp-block-table.style-table {
    text-align: left;
  }

  .wp-block-table.style-table th,
  .wp-block-table.style-table td {
    display: block;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .wp-block-table.style-table th {
    background: #d9d9d9;
    color: #fff;
  }

  .wp-block-table.style-table td::before {
    content: attr(data-label);
    color: #d9d9d9;
    font-weight: bold;
    display: inline-block;
  }
}


/* 箇条書きリストデザイン */
.post_content ul {
  list-style-type: disc;
}

ul li::marker {
  color: #00A496;
  font-size: 1.5em;
  line-height: 1.5em;
}

/* ボタンデザイン */
.btn {
  color: #fff;
  background-color: rgba(0, 164, 150, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 280px;
  height: 60px;
  border-radius: 70px;
  margin: 30px auto 0;
  font-size: 16px;
}

.btn span {
  display: block;
  color: #fff;
}

.btn:hover {
  background-color: rgba(0, 164, 150, 0.8);
}

.btn:hover {
  text-decoration: none !important;
}

/*
	採用データ
*/
.page_data #page_contents .post_content {
  width: auto;
  max-width: 1200px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.d-flex {
  display: flex;
}

.data-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 30px;
  margin: 0 auto;
  line-height: 2;
  font-size: 24px;
}

.data-wrap>div {
  width: calc(100% /3 - 20px);
  padding: 20px 15px;
  border: 1px solid #D9D9D9;
}

.data-wrap>div:last-child {
  width: 50%;
}

.data-wrap .d-flex {
  justify-content: center;
  align-items: center;
}

.data-wrap h3 {
  font-weight: normal;
  margin: 0 0 50px;
  padding-top: 10px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.data-wrap h3 span {
  font-weight: normal;
}

.data-wrap>div:nth-child(5) h3,
.data-wrap>div:nth-child(6) h3 {
  margin-bottom: 10px;
}

.data-wrap .note {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.data-wrap .data-number {
  font-size: 36px;
  font-weight: bold;
  color: #008378;
}

.data-wrap .data-number .number {
  display: inline-block;
  margin: 0 10px 0 15px;
  font-weight: bold;
  font-size: 64px;
  line-height: 1;
}

.data-wrap table .data-number {
  font-size: 16px;
  font-weight: normal;
}

.data-wrap table .data-number .number {
  font-size: 32px;
  margin: 0 1px;
  font-weight: bold;
}

.data-wrap table {
  margin: 0 !important;
  border: none;
  font-size: 18px;
}

.data-wrap table td,
.data-wrap table th {
  border: none;
  padding: 5px 0;
  line-height: 1;
  background: none;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.data-wrap table th {
  font-weight: bold;
  color: #008378;
}

.data-wrap table td {
  width: 25%;
  color: inherit;
  padding: 10px 0;
}

.data-wrap table tr:last-child td {
  padding-bottom: 0;
}

.data-wrap table tr:nth-of-type(2) td {
  border-bottom: 1px solid #D9D9D9;
}

.data-wrap table img {
  display: inline-block;
  margin-bottom: 6px;
}

.data-wrap table .data-number {
  color: inherit;
}

.data-wrap table .head {
  background: #EFF8F7;
  display: inline-block;
  padding: 8px 10px;
}

.data-wrap .head {
  text-align: center;
  font-weight: bold;
  color: #008378;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 18px;
}

.data-wrap>div:nth-child(6) .d-flex {
  justify-content: space-between;
}

.data-wrap>div:nth-child(7) table tr:nth-of-type(3) td {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width:1160px) {
  .data-wrap>div {
    width: calc(100% / 2 - 20px);
  }

  .data-wrap>div:nth-child(6) .d-flex {
    justify-content: center;
    gap: 0 30px;
  }

  .data-wrap h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .data-wrap .data-number {
    font-size: 24px;
  }

  .data-wrap .data-number .number {
    font-size: 48px;
  }

  .data-wrap table {
    font-size: 16px;
  }

  .data-wrap .head {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  .data-wrap>div {
    width: 100% !important;
  }

  .data-wrap h3 {
    font-size: 17px;
  }

  .data-wrap .data-number {
    font-size: 18px;
  }

  .data-wrap .data-number .number {
    font-size: 36px;
  }

  .data-wrap table {
    font-size: 14px;
  }

  .data-wrap table .data-number .number {
    font-size: 24px;
  }

  .data-wrap .head {
    font-size: 14px;
  }
}


/*
  	投稿（募集要項）
*/
/*　サイドバー非表示
子テーマのsingle.phpに.custom-no-sidebar付与 */
#main_content.custom-no-sidebar {
  padding: 0 20px 150px;
  justify-content: center;
}

#main_content.custom-no-sidebar #main_col {
  width: calc(100% - 276px);
}


/* 画像にボーダー追加 */
.blog_list .item img,
#single_post_header .image img {
  border: 1px solid #ddd;
}

/* 投稿(募集要項)アーカイブ
 * ------------------------------------------------------------------------------------*/
/* 2カラム → 1カラムにする
#archive_blog .blog_list .item {
  width: 100% !important;
  margin: 0 0 40px 0 !important;
}

@media screen and (max-width:800px) {
  #archive_blog .blog_list .item {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
} */

/* サムネイル非表示
#archive_blog .blog_list .item {
  width: 100% !important;
  margin: 0 0 40px 0 !important;
  display: flex;
  align-items: center;
}

.blog_list .category {
  pointer-events: none;
}

.blog_list .image_wrap {
  display: none;
}
*/

/* 社員インタビュー関連社員紹介カード
------------------------------------------------------------------------------------*/
/* 職種ページ インタビューカード一覧スタイル調整 */
.sc_job_interview_cards .item{
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border: 1px solid #ddd;
    transition: opacity 0.3s;
}
.sc_job_interview_cards .item .info {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.sc_job_interview_cards .item .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.sc_job_interview_cards .item .name,
.sc_job_interview_cards .item .date {
    font-size: 13px;
    color: #333;
    margin: 4px 0;
}


.sc_job_interview_cards .item :hover {
    text-decoration: none !important;
	color: #999; !important;
}

.sc_job_interview_cards .item :hover .title,
.sc_job_interview_cards .item :hover .name, 
.sc_job_interview_cards .item :hover .date {
	color: #999;
	
}

/* ─────────────────────────────────────
   サラダコスモ採用サイト 全体共通
   ───────────────────────────────────── */

:root {
  --sc-green:       #3a9e6e;
  --sc-green-light: #eef7f2;
  --sc-green-mid:   #c5e8d5;
  --sc-dark:        #1a2420;
  --sc-text:        #2e3d38;
  --sc-muted:       #6b7d76;
  --sc-border:      #d4e8dc;
}

/* セクション番号＋英語ラベル */
.sc-eyebrow {
  display: flex !important;
  align-items: baseline !important;
  gap: .6rem !important;
  margin-bottom: 1.2rem !important;
}
.sc-eyebrow-num {
  font-family: Arial, "Hiragino Sans", sans-serif !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  color: var(--sc-green-mid) !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important;
  flex-shrink: 0 !important;
}
.biz-num {
  font-family: Arial, "Hiragino Sans", sans-serif !important;
}
.sc-eyebrow-en {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .18em !important;
  color: var(--sc-green) !important;
  text-transform: uppercase !important;
  border-left: 1px solid var(--sc-green) !important;
  padding-left: .6rem !important;
  line-height: 1 !important;
}

/* 区切り線 */
.wp-block-separator {
  border-color: var(--sc-border) !important;
  border-top-width: 1px !important;
  opacity: 1 !important;
}

/* リード帯 */
.lead-band {
  background: #f5f5f0;
  padding: 1.2rem 2rem;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  border-left: 3px solid var(--sc-green);
  margin-bottom: 2rem;
}
.lead-band a {
  color: rgb(0, 164, 150);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
