/*
Theme Name: BST採用サイトテーマ「Go To Recruit」 Child
Theme URI: https://bstinc.co.jp/
Template: GoToRecruit
Author: BST株式会社
Author URI: https://bstinc.co.jp/
Description: BST株式会社の制作した採用サイトテーマ
Version: 1.1.1.1748582394
Updated: 2025-05-30 14:19:54

*/

/*///////////////////////////////////////　Entryボタン　////////////////////////////////////////////*/

/* フッターのEntryボタンを非表示 */
.footer_btn_wrap{
	display:none;
}


/* 青いENTRYボタン用のクラス */
.blue_button {
    background-color: #113472;
    color: #fff; 
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
}


/* 赤いENTRYボタン用のクラス */
.nav_entry_btn{
    text-align: center;	
}

/*///////////////////////////////////////　新卒採用ページ　////////////////////////////////////////////*/

/* テーブル設定 */
.recruit-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.recruit-table th,
.recruit-table td {
  padding: 15px 10px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.recruit-table th {
  width: 25%;
  font-weight: normal;
  text-align: left;
  position: relative;
}

.recruit-table .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ef8972;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

/* スマホ用レイアウト */
@media screen and (max-width: 767px) {
  .recruit-table,
  .recruit-table thead,
  .recruit-table tbody,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
	border-style:none;
  }

  .recruit-table tr {
    margin-bottom: 20px;
  }

  .recruit-table th {
    background: #f9f9f9;
    font-weight: bold;
  }

  .recruit-table td {
    padding-top: 10px;
  }
}


/* 職種別見出し */
.underlined-heading {
  position: relative;
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.underlined-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd; /* グレー線 */
}

.underlined-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px; /* 赤線の長さ */
  height: 3px;
  background-color: #f26b5b; /* 赤い線 */
  z-index: 1;
}


/*///////////////////////////////////////　会社概要ページ　////////////////////////////////////////////*/

/*大見出しを非表示にする*/
h2.key_color2_background {
  display: none !important;
}






/*///////////////////////////////////////　応募フォーム　////////////////////////////////////////////*/


/* PCではすべてのフィールドを500px表示 */
.smf-item__controls input,
.smf-item__controls textarea,
.smf-item__controls select {
  width: 350px;
  box-sizing: border-box;
}

/* スマホではすべてのフィールドを100%表示 */
@media screen and (max-width: 767px) {
  .smf-item__controls input,
  .smf-item__controls textarea,
  .smf-item__controls select {
    max-width: 100%;
  }
}

.privacy a {
	text-decoration:underline;
}
