@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット[老健]（TYPE:F）(C)FureaiGroup 2021

File name:      _variable.scss
Last Update:    2021/08/31
Style Info:     ふれあいグループ標準フォーマット（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/*フォントサイズ*/
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* ===========================================================
 1.ヘッダー・フッター
=========================================================== */
/* サイトロゴ
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南ふれあいの園（TYPE:F）(C)FureaiGroup 2023

File name:      recruit.scss
Last Update:    2023/02/18
Style Info:     採用情報
------------------------------------------------------------->*/
/* 変数読込
----------------------------------------------------------- */
/* 汎用スタイル
----------------------------------------------------------- */
.recruit-containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-containers a {
  color: #222;
  text-decoration: none;
}

.recruit-content {
  margin: 20px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  padding: 1em 2em;
  margin-bottom: 3em;
  border: transparent solid 2px;
  border-radius: 10px;
}
@media screen and (min-width: 960px), print {
  .recruit-content {
    transition: all 1s;
    width: 380px;
  }
}
.recruit-content:hover {
  border: #009d6a solid 2px;
}
.recruit-content h2 {
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin-left: 20px;
}
.recruit-content h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/sono/images/icon/ico_recruit.png);
  background-size: contain;
  vertical-align: middle;
  left: -30px;
  bottom: 11px;
}

.employment {
  margin-top: 0.5em;
  border: #787878 1px solid;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  color: #787878;
  width: 150px;
}
.employment a {
  color: #eee;
}

.recruit-table {
  font-size: 12px;
  margin: 10px;
}
.recruit-table tr {
  border-top: 1px solid #dde4eb;
}
.recruit-table th,
.recruit-table td {
  vertical-align: middle;
  height: 80px;
}
.recruit-table th {
  width: 20%;
}
.recruit-table td {
  width: 80%;
}
@media screen and (min-width: 960px), print {
  .recruit-table {
    font-size: 17px;
  }
  .recruit-table th {
    width: 40%;
  }
  .recruit-table td {
    width: 60%;
  }
}

.form-container-ba {
  padding: 2em 0px 1em 0;
  background: #f1f5f9;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 960px), print {
  .form-container-ba {
    height: 300px;
  }
}

.form-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 960px), print {
  .form-container {
    width: 1000px;
  }
}

.form-text dt {
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.form-text dd {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 960px), print {
  .form-text dt {
    font-size: 28px;
  }
}

.form-text {
  margin-bottom: 1em;
}

a.bt-form {
  position: relative;
  border: 1px solid #0065bd;
  background-color: #0065bd;
  color: #fff;
  box-shadow: 2px 10px 16px rgba(23, 39, 97, 0.18);
  padding: 20px 60px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
}
a.bt-form::after {
  content: "→";
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 18px;
  margin-left: 5px;
  z-index: 4;
  background-size: contain;
  vertical-align: middle;
}
a.bt-form:hover {
  background-color: #81bef3;
  border: 1px solid #81bef3;
}/*# sourceMappingURL=recruit.css.map */