/*
Theme Name: NANO Child
Description: Child theme for NANO theme
Author: Your Name
Template: nano_tcd065
Version: 1.0.0
*/

/* 親テーマのスタイルを読み込み */
@import url("../nano_tcd065/style.css");

/* 子テーマ用のカスタムスタイルをここに記述 */

/* 採用情報ページのスタイル */
.p-recruit {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.p-recruit__section {
  margin-bottom: 60px;
}

.p-recruit__section-title {
  font-size: 2rem !important;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.p-recruit_line {
  border-bottom: 3px solid #007cba;
}

.p-recruit__section-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

/* 施工事例アーカイブ：年代フィルター */
.p-works-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-bottom: 28px;
  padding: 14px 18px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  justify-content: center;
}

.p-works-filter label {
  font-weight: bold;
  margin: 0;
}

.p-works-filter select {
  min-width: 160px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.p-works-filter button[type="submit"] {
  padding: 8px 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.p-works-filter__reset {
  font-size: 0.875rem;
  text-decoration: underline;
  color: #666;
  cursor: pointer;
}
