/*
 Theme Name: astra-child
 Theme URI:  https://example.com/astra-child
 Description: Astra テーマの子テーマ
 Author:      heeroo_i
 Author URI:  https://example.com
 Template:    astra
 Version:     1.0.0
 Text Domain: astra-child
*/

/* ------------------------------
  ベース設定
------------------------------ */
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: #f5f1e6;
  color: #2c2c2c;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #000;
}

a {
  color: #c41e3a;
  text-decoration: none;
}
/* a:hover {
  text-decoration: underline;
} */

.archive-job.container {
  background: #ebe8db url('/wp-content/themes/astra-child/img/intro.png') center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #000;
  line-height: 160%;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.archive-job.container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(235, 232, 219, 0.85);
  pointer-events: none;
  z-index: 0;
}

.archive-job.container > * {
  position: relative;
  z-index: 1;
}

/* ------------------------------
  求人検索フォームセクション
------------------------------ */
.serch-form-section {
  width: 100%;
  height: auto;
  gap: 10px;
  padding-top: 60px;
  margin: 0 0 20px;
  align-items: center;
}
.serch-form-inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: auto;
  gap: 40px;
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.serch-form-title-area {
  width: 100%;
  padding: 10px;
  gap: 10px;
}
.serch-form-title-area h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.serch-form-page-link {
  width: 100%;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ast-pagination.search-form,
.ast-pagination.search-form .navigation.pagination,
.ast-pagination.search-form .navigation.pagination .nav-links {
  width: 100%;
  height: auto;
  display: flex !important;
  justify-content: center;
  align-items: center !important;
  padding: 0 !important;
}
.ast-pagination.search-form .navigation.pagination .nav-links {
  gap: 20px;
}
.ast-pagination .page-numbers.current {
  background: #c41e3a !important;
  color: #fff !important;
  width: 28px;
  height: 26px;
  gap: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 45px;
}
.ast-pagination .page-numbers {
  width: 28px;
  height: 26px;
  gap: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 45px;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  background: #f5f1e9;
  color: #333;
  border: 1px solid #ddd;
}
.pagination-select-form {
  margin: 0;
  width: 104px !important;
  height: 46px !important;
  border-width: 1px;
  margin-bottom: 0;
}
.pagination-select-form select {
  width: 104px;
  height: 46px;
  gap: 10px;
  font-family: " Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #111;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.job-header {
  border-bottom: 1px solid #d9d4cb;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.job-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0;
  color: #111;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .archive-job.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
  .serch-form-section {
    width: 100%;
    gap: 10px;
    padding: 40px 16px 20px;
  }
  .serch-form-inner {
    width: 100%;
    gap: 40px;
    padding-top: 40px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .serch-form-title-area {
    width: 100%;
    padding: 0;
  }
  .serch-form-title-area h2 {
    font-size: 28px;
  }
  .serch-form-page-link {
    max-width: 400px;
    width: 100%;
    gap: 14px;
    padding: 0 10px;
  }
  .pagination-select-form {
    display: none;
  }
}

/* ------------------------------
  求人カード・画像
------------------------------ */
.job-archive-list {
  margin: 0 auto !important;
  padding: 20px;
  list-style: none;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  box-sizing: border-box;
}

.serch-result-section {
  width: 100%;
  height: auto;
  background: #ebe8db;
  margin: 0 auto;
}

.job-card {
  margin: 0;
  list-style: none;
  background-color: #fff;
  width: 100%;
  height: auto;
  gap: 10px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  min-width: 0;
}

.job-card a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.job-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.job-card-images {
  width: 100%;
  height: 180px;
  gap: 4px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.job-card-images > div {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.feature-image,
.top-image {
  width: 100%;
  height: 100%;
}

.feature-image img,
.top-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.job-card .job-card-info {
  width: 100%;
  height: auto;
  gap: 16px;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.job-card .job-card-title {
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 1.7;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

.job-card .job-card-title:hover {
  color: #c41e3a;
}

.job-card .job-card-feature {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.job-tags {
  width: 100%;
  height: auto;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 4px;
  box-sizing: border-box;
}

.job-tags .tag {
  height: auto;
  gap: 4px;
  border-radius: 6px;
  border-width: 1px;
  padding: 6px 14px;
  background: #f0eee7;
  border: 1px solid #d8caad;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-tags .tag-area2 {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
}

.job-tags .tag-business {
  background: #fff3e0;
  border: 1px solid #ffb74d;
  color: #e65100;
}

.job-card-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.job-detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
}

.job-detail-item .icon {
  font-size: 18px;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.job-detail-item .text {
  color: #555;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.archive-job.container nav.navigation.pagination .nav-links {
  width: 100%;
  height: 46px;
  max-width: 1000px;
  gap: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.archive-job.container nav.navigation.pagination .nav-links .page-numbers {
  width: 36px;
  height: 36px;
  gap: 10px;
  padding: 0;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  border-radius: 50%;
  background: #f5f1e9;
  color: #333;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.archive-job.container nav.navigation.pagination .nav-links .page-numbers:hover {
  background: #e5e1d6;
  color: #c41e3a;
}
  .archive-job.container nav.navigation.pagination {
    margin: 20px auto;
  }

.archive-job.container
  nav.navigation.pagination
  .nav-links
  .page-numbers.current {
  border-radius: 50%;
  background: #c41e3a;
  color: #fff;
  border: 1px solid #c41e3a;
}

@media screen and (max-width: 768px) {
  .serch-result-section {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  
  .job-archive-list {
    padding: 16px 8px;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
  }
  
  .job-card {
    width: 100%;
    max-width: 100%;
    gap: 10px;
    padding: 16px;
    box-sizing: border-box;
    margin: 0 !important;
  }
  
  .job-card a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .job-card-images {
    width: 100%;
    max-width: 100%;
    height: 180px;
    box-sizing: border-box;
  }
  
  .job-card-images img {
    max-width: 100%;
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  .feature-image {
    display: none !important;
  }
  
  .top-image {
    width: 100%;
    max-width: 100%;
    height: 180px;
  }
  
  .top-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  .job-card .job-card-info {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-top: 16px;
  }

  .job-card .job-card-feature {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 15px;
  }
  
  .job-card .job-card-title {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .job-card-images img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .job-card-details {
    margin-top: 0;
    padding-top: 12px;
    gap: 8px;
  }

  .job-detail-item {
    font-size: 13px;
  }

  .job-detail-item .icon {
    font-size: 16px;
    width: 20px;
  }

  .job-card .job-tags {
    width: 100%;
    max-width: 100%;
    height: auto;
    gap: 8px;
    min-width: 0;
  }

  .archive-job.container nav.navigation.pagination .nav-links {
    width: 100%;
    height: auto;
    gap: 14px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
  }
}

/* タブレット用 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .job-archive-list {
    max-width: 900px;
    gap: 20px;
  }
  
  .job-card {
    padding: 20px;
  }
}

/* ------------------------------
  リンクセクション
------------------------------ */
.link-section {
  width: 100%;
  height: 122px;
  gap: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ebe8db;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.link-list a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.link-list a:hover {
  background-color: rgba(196, 30, 58, 0.1);
  color: #c41e3a;
}

@media screen and (max-width: 768px) {
  .link-section {
    width: 390px;
    height: 248px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .link-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* ------------------------------
  求人詳細ページ
------------------------------ */
.site-main.container.job-single {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #ebe8db;
  box-sizing: border-box;
}

.job-info {
  width: 100%;
  height: auto;
  padding: 60px 24px;
  background: #ebe8db;
  position: relative;
  background-image: url("img/backgroud1.png"), url("img/backgroud1.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px 300px, 600px 300px;
  box-sizing: border-box;
}

.job-info-inner {
  width: 100%;
  max-width: 1040px;
  padding: 60px 40px;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.job-info-inner .job-search-form {
  width: 882px;
  height: 102px;
  gap: 16px;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
}

.job-info-header {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.job-info-logo {
  width: 280px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8f6f0;
  flex-shrink: 0;
}

.job-info-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.job-info-header .job-info-title {
  width: 100%;
  flex: 1;
  min-width: 0;
}

.job-info-header .job-info-title h2 {
  width: 100%;
  font-size: 28px;
  line-height: 1.6;
  text-transform: none;
  color: #333;
  margin: 0 0 16px 0;
  font-weight: 700;
}

.job-info-header .job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.job-info-header .job-tags .tag {
  padding: 8px 16px;
  border-radius: 20px;
  background: #f0eee7;
  border: 1px solid #d8caad;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
}

.job-info-description {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

.job-info-description dl {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ebe8db;
  box-sizing: border-box;
}

.job-info-description dl > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-bottom: 1px solid #ebe8db;
  box-sizing: border-box;
}

.job-info-description dl > div:last-child {
  border-bottom: none;
}

.job-info-description dt,
.job-info-description dd {
  margin: 0;
  padding: 20px;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  box-sizing: border-box;
}

.job-info-description dt {
  flex: 0 0 180px;
  font-weight: 700;
  font-size: 15px;
  text-transform: none;
  background: #f8f6f0;
  border-right: 1px solid #ebe8db;
  display: flex;
  align-items: center;
}

.job-info-description dd {
  flex: 1;
  font-weight: 400;
  font-size: 15px;
  background: #fff;
}

.job-application-images {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
  box-sizing: border-box;
}

.job-application-image {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f0f0;
}

.job-application-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .site-main.container.job-single {
    width: 100%;
    top: 78px;
  }
  .job-info {
    width: 100%;
    padding: 12px;
    background-image: url("img/backgroud1.png");
    margin: 0;
  }
  .job-info-inner {
    width: 100%;
    height: auto;
    gap: 40px;
    padding: 12px;
  }

  .job-info-inner .job-search-form {
    width: 294px;
    height: 152px;
  }

  .job-info-header {
    width: 100%;
    height: auto;
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .job-info-logo {
    width: 100%;
    height: auto;
  }
  
  .job-info-header .job-info-title h2 {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }
  .job-info-header .job-tags {
    width: 100%;
    height: auto;
    padding: 10px;
    gap: 8px;
    justify-content: center;
  }
  .job-info-description {
    width: 100%;
    height: auto;
    gap: 10px;
    padding: 20px 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .job-info-description dl {
    grid-template-columns: 1fr;
    font-size: 16px;
    border: 1px solid #ebe8db;
  }
  
  .job-info-description dl > div {
    flex-direction: column;
    align-items: stretch;
  }
  
  .job-info-description dt {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ebe8db;
    padding: 16px 20px 8px 20px;
  }

  .job-info-description dd {
    width: 100%;
    padding: 8px 20px 16px 20px;
  }

  .job-application-images {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 40px auto;
    padding: 10px;
  }
  
  .job-application-image {
    width: 100%;
  }
}

/* ------------------------------
  労働条件
------------------------------ */
.working-conditions {
  width: 100%;
  padding: 60px 24px;
  background: #f0eee7;
  background-image: url("img/background4.png"), url("img/background3.png"), url("img/background2.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right top, left 500px, right 1000px;
  background-size: 414px 414px, 414px 414px, 414px 414px;
  box-sizing: border-box;
}

.working-conditions h3 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  margin: 0 auto 40px auto;
  color: #333;
}

.working-conditions-box {
  width: 100%;
  max-width: 1040px;
  border-radius: 20px;
  background: #ffffff;
  border: 3px solid #d8caad;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.working-conditions-box dl {
  display: flex;
  flex-direction: column;
}

.working-conditions-box dl > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-bottom: 1px solid #ebe8db;
  box-sizing: border-box;
}

.working-conditions-box dl > div:last-child {
  border-bottom: none;
}

.working-conditions-box dt,
.working-conditions-box dd {
  margin: 0;
  padding: 20px;
  font-family: "Noto Sans JP";
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
}

.working-conditions-box dt {
  flex: 0 0 180px;
  font-weight: 700;
  text-transform: none;
  background: #f8f6f0;
  border-right: 1px solid #ebe8db;
  display: flex;
  align-items: center;
}

.working-conditions-box dd {
  flex: 1;
  font-weight: 400;
  background: #fff;
}

.job-application {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}

.job-application-line {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  padding: 40px 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.job-application-line p {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
  text-transform: none;
  margin: 0 0 24px 0;
  color: #333;
}

.job-application-line img {
  width: 168px;
  height: auto;
  transition: transform 0.3s ease;
}

.job-application-line img:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .working-conditions {
    width: 100%;
    padding: 40px 16px;
    background-image: none;
  }

  .working-conditions h3 {
    font-size: 24px;
  }

  .working-conditions-box {
    width: 100%;
  }
  
  .working-conditions-box dl > div {
    flex-direction: column;
  }

  .working-conditions-box dt {
    flex: none;
    width: 100%;
    padding: 16px;
    border-right: none;
    border-bottom: 1px solid #ebe8db;
    font-size: 14px;
  }

  .working-conditions-box dd {
    width: 100%;
    padding: 16px;
    font-size: 14px;
  }

  .job-application {
    width: 100%;
  }

  .job-application-line {
    width: 100%;
    padding: 30px 20px;
    margin: 30px 0;
  }

  .job-application-line p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .job-application-line img {
    width: 168px;
  }
}

/* ------------------------------
  店舗情報
------------------------------ */
.store-info {
  width: 100%;
  padding: 60px 24px;
  background: #ebe8db;
  box-sizing: border-box;
}

.store-info h3 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  margin: 0 auto 40px auto;
  color: #333;
}

.store-info-box {
  width: 100%;
  max-width: 1040px;
  border-radius: 20px;
  background: #ffffff;
  border: 3px solid #d8caad;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.store-info-box dl {
  display: flex;
  flex-direction: column;
}

.store-info-box dl > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-bottom: 1px solid #ebe8db;
  box-sizing: border-box;
}

.store-info-box dl > div:last-child {
  border-bottom: none;
}

.store-info-box dt,
.store-info-box dd {
  margin: 0;
  padding: 20px;
  font-family: "Noto Sans JP";
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
}

.store-info-box dt {
  flex: 0 0 180px;
  font-weight: 700;
  text-transform: none;
  background: #f8f6f0;
  border-right: 1px solid #ebe8db;
  display: flex;
  align-items: center;
}

.store-info-box dd {
  flex: 1;
  font-weight: 400;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .store-info {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .store-info h3 {
    font-size: 24px;
  }
  .store-info-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .store-info-box dl {
    display: flex;
    flex-direction: column;
  }

  .store-info-box dl > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid #ebe8db;
    width: 100%;
  }

  .store-info-box dt {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ebe8db;
    padding: 16px 20px 8px 20px;
    background: #f8f6f0;
  }

  .store-info-box dd {
    width: 100%;
    padding: 8px 20px 16px 20px;
    background: #fff;
  }
}

/* ------------------------------
  求人検索フォーム
------------------------------ */
.job-search-form {
  width: 100%;
  height: auto;
  max-width: 900px;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  margin: 0px;
  border: 2px solid #e5e1d6;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.job-search-form .form-row {
  width: 100%;
  height: auto;
  gap: 20px;
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap; /* 折り返しを許可 */
}
.job-search-form input[type="search"] {
  width: 100%;
  height: 48px;
  gap: 10px;
  padding: 12px 16px;
  background: #f9f9f9;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
}

.job-search-form input[type="search"]:focus {
  background: #fff;
  border-color: #c41e3a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}
.job-search-form input[type="search"]::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #aaa;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.job-search-form .pulldown-area {
  flex: 1;
  min-width: 200px;
  gap: 10px;
  padding: 0;
}
.job-search-form select {
  width: 100%;
  height: 48px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.6;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 14px;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.job-search-form select:hover {
  border-color: #c41e3a;
}

.job-search-form select:focus {
  background: #fff;
  border-color: #c41e3a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
}
.job-search-form button[type="submit"] {
  width: 120px;
  height: 48px;
  gap: 8px;
  padding: 0;
  border-radius: 10px;
  background: #c41e3a;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 2px 8px rgba(196, 30, 58, 0.3);
}

.job-search-form button[type="submit"]:hover {
  background: #a01729;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.4);
}

.job-search-form button[type="submit"]:active {
  transform: translateY(0);
}

.job-search-form button[type="submit"] span {
  width: 28px;
  height: 22px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
}
.job-search-form fieldset {
  border: none;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column; /* 縦方向に配置 */
  padding: 0;
}
.job-search-form legend {
  width: 100%;
  height: auto;
  gap: 10px;
  padding: 12px 0 8px;
  margin: 0;
}
.job-search-form legend span {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.job-search-form .categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  gap: 16px;
  padding: 12px 0;
}
.job-search-form .categories label {
  height: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 8px;
  background: #f9f9f9;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.job-search-form .categories label:hover {
  background: #fff;
  border-color: #e0e0e0;
}

.job-search-form .categories input[type="checkbox"]:checked + span {
  font-weight: 600;
  color: #c41e3a;
}

.job-search-form .categories input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #ddd;
  accent-color: #c41e3a;
  cursor: pointer;
}
.job-search-form .categories span {
  height: auto;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .job-search-form {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
  .job-search-form .form-row {
    width: 100%;
    gap: 16px;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .job-search-form input[type="search"] {
    width: 100%;
    height: 48px;
  }
  
  .job-search-form .pulldown-area {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
  }
  
  .job-search-form select {
    width: 100%;
    height: 48px;
  }
  
  .job-search-form button[type="submit"] {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  
  .job-search-form .categories {
    gap: 12px;
  }
  
  .job-search-form .categories label {
    padding: 6px 12px;
  }
}

/* ------------------------------
  検索フォーム（丸型）
------------------------------ */
.search-form {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.search-form input[type="search"] {
  border-radius: 50%;
  background: #f5f1e9;
  border: none;
  outline: none;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
  color: #333;
  font-size: 16px;
  box-shadow: none;
  transition: box-shadow 0.2s;
}
.search-form input[type="search"]:focus {
  box-shadow: 0 0 0 2px #ccc;
}
.search-form input[type="submit"] {
  border-radius: 50%;
  background: #f5f1e9;
  border: none;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.3s ease;
}
.search-form input[type="submit"]:hover {
  background: #e0dbd0;
}

/* ------------------------------
  トップセクション
------------------------------ */
.top-section {
  position: relative;
  background: url("top.jpg") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 690px;
  gap: 10px;
  padding-top: 100px;
  padding-right: 24px;
  padding-bottom: 100px;
  padding-left: 24px;
  margin: 0 auto;
}
.top-section .top-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1020px;
  height: 350px;
  margin-top: 60px;
}
.top-section .top-content .top-content-left h2 {
  flex: 0 0 auto;
  width: 524px;
  height: 200px;
  font-family: "YuMincho";
  font-weight: 800;
  font-size: 56px;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.top-section .top-content .top-content-left p {
  font-family: "YuMincho";
  font-weight: 800;
  font-size: 28px;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.top-section .top-content .top-content-right .button-area {
  width: 416px;
  height: 188px;
  gap: 10px;
  padding: 20px;
  background-color: rgba(193, 182, 164, 0.8);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  margin-top: 40px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}
.top-section .top-content .top-content-right .button-area .btn1,
.top-section .top-content .top-content-right .button-area .btn2 {
  width: 376px;
  height: 69px;
  max-width: 376px;
  max-height: 69px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.top-section .top-content .top-content-right .button-area .btn1 {
  gap: 10px;
  border-radius: 10px;
  background: #c41e3a;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  vertical-align: middle;
  text-transform: none;
  color: #fff;
}

.top-section .top-content .top-content-right .button-area .btn1:hover {
  background: #a01729;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}

.top-section .top-content .top-content-right .button-area .btn2 {
  gap: 10px;
  border-radius: 10px;
  background: #fff;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  vertical-align: middle;
  text-transform: none;
  color: #000;
  border: 2px solid transparent;
}

.top-section .top-content .top-content-right .button-area .btn2:hover {
  background: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 2px solid #c41e3a;
  color: #c41e3a;
}

@media screen and (max-width: 768px) {
  .top-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-section .top-content {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 30px;
    gap: 20px;
    padding: 0 24px;
  }

  .top-section .top-content .top-content-left h2 {
    width: 100%;
    height: 136px;
    gap: 10px;
    padding: 10px;
    font-size: 34px;
    text-align: center;
    vertical-align: middle;
  }

  .top-section .top-content .top-content-left p {
    width: 100%;
    height: 58px;
    font-size: 18px;
    font-weight: 400;
  }

  .top-section .top-content .top-content-right .button-area {
    width: 100%;
    gap: 10px;
    padding: 20px;
  }

  .top-section .top-content .top-content-right .button-area .btn1 {
    width: 302px;
    height: 66px;
    gap: 10px;
    padding-top: 20px;
    padding-right: 70px;
    padding-bottom: 20px;
    padding-left: 70px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .top-section .top-content .top-content-right .button-area .btn2 {
    width: 302px;
    height: 66px;
    gap: 10px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
  }
}

/* ------------------------------
  紹介セクション
------------------------------ */
.intro-section {
  position: relative;
  background: url("img/intro.png") center center/cover no-repeat;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding-top: 100px;
  padding-right: 24px;
  padding-bottom: 100px;
  padding-left: 24px;
  margin: 0 auto;
}
.intro-section .text-area {
  width: 100%;
  gap: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.intro-section .text-area h3 {
  font-family: "YuMincho";
  font-weight: 800;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 20px;
}
.intro-section .text-area p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  text-transform: none;
}
.intro-section .search-area {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 217px;
  gap: 40px;
  padding-top: 21px;
  padding-right: 24px;
  padding-bottom: 21px;
  padding-left: 24px;
}
.map-search {
  max-width: 425px;
  flex: 1 1 0;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.map-search-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  gap: 8px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-transform: none;
  width: 425px;
  height: 39px;
  gap: 10px;
  text-align: center;
}
.map-search-label {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-transform: none;
}
.map-search-divider {
  border: none;
  border-top: 2px solid #222;
  margin: 0 auto 24px auto;
  align-items: center;
  width: 304px;
  border-width: 1px;
}

.prefecture-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  list-style: none;
  margin: 0 auto;
}

.prefecture-list li {
  margin: 0 0 0 0;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-transform: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.prefecture-list li:hover {
  color: #c41e3a;
}

@media screen and (max-width: 768px) {
  .intro-section {
    width: 100%;
    gap: 10px;
    padding-top: 40px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    margin: 0 auto;
  }

  .intro-section .text-area {
    width: 100%;
    gap: 40px;
    margin: 0 auto;
  }

  .intro-section .text-area h3 {
    font-size: 20px;
  }

  .intro-section .text-area p {
    font-size: 16px;
    text-align: left;
  }

  .intro-section .search-area {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    gap: 40px;
    padding: 20px 0 20px 0;
  }

  .intro-section .search-area .map-search {
    width: 100%;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto;
  }

  .map-search-title {
    width: 200px;
    height: 37px;
    gap: 8px;
    margin: 0 auto;
  }
  .map-search-label {
    text-align: center;
  }
  .prefecture-list {
    width: 100%;
    gap: 24px;
  }
  .prefecture-list li {
    font-size: 16px;
  }
}

/* ------------------------------
  おすすめセクション  
------------------------------ */
.recommend-section {
  background: url("img/recommend.png");
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-right: 120px;
  padding-bottom: 100px;
  padding-left: 120px;
  margin: 0 auto;
}

.recommend-title {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: YuMincho;
  font-weight: 800;
  font-size: 32px;
  line-height: 160%;
  margin-bottom: 40px;
  background: rgba(193, 182, 164, 0.4);
  margin: 0 auto 40px auto;
  padding: 20px 40px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.recommend-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  gap: 20px;
  background: rgba(193, 182, 164, 0.4);
  padding: 40px 20px;
  margin: 0 auto;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.recommend-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  width: 306px;
  height: auto;
}
.recommend-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.recommend-img {
  width: 306px;
  height: 180px;
  object-fit: cover;
  display: block;
}

.recommend-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.recommend-content h3 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-transform: none;
}

.recommend-content > div {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #666;
  margin-bottom: 4px;
}

.recommend-btn {
  margin-top: 20px;
  background: #c41e3a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.recommend-btn:hover {
  color: #fff;
  background: #a01729;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}

@media screen and (max-width: 768px) {
  .recommend-section {
    width: 390px;
    height: 100%;
    padding-top: 40px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    margin: 0 auto;
  }
  .recommend-title {
    width: 342px;
    height: auto;
    padding: 20px;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .recommend-cards {
    width: 100%;
    padding: 20px 12px;
    gap: 20px;
  }

  .recommend-card {
    width: 100%;
    height: auto;
  }
  
  .recommend-img {
    width: 100%;
    height: 180px;
  }
}

/* ------------------------------
  求人フローセクション
------------------------------ */
.job-flow {
  background-image: url("job-flow.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  height: 588px;
  gap: 10px;
  padding-top: 50px;
  padding-right: 24px;
  padding-bottom: 50px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.job-flow_inner {
  width: 100%;
  max-width: 1000px;
  height: 488px;
  gap: 144px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  box-sizing: border-box;
}

.job-flow_title {
  font-weight: bold;
  margin-bottom: 24px;
  color: #fff;
  font-family: "YuMincho";
  font-weight: 800;
  font-size: 32px;
  line-height: 160%;
}

.job-flow_button {
  display: flex;
  background-color: #c41e3a;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 274px;
  height: 58px;
  gap: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.job-flow_button:hover {
  background-color: #a01729;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}

.job-flow_button_sp {
  display: none;
  background-color: #c41e3a;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 274px;
  height: 58px;
  gap: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.job-flow_button_sp:hover {
  background-color: #a01729;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}

.job-flow_button-text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}

.job-flow_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.job-flow_steps {
  list-style: none;
  padding: 0;
  text-align: left;
}

.job-flow_steps li {
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.step-number {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  width: 51px;
  height: 51px;
  line-height: 47px;
  margin-right: 12px;
  padding: 0;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 32px;
  text-transform: none;
}

.step-text {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  text-transform: none;
}

@media (max-width: 768px) {
  .job-flow {
    width: 390px;
    height: 584px;
    gap: 10px;
    padding-top: 50px;
    padding-right: 24px;
    padding-bottom: 50px;
    padding-left: 24px;
    margin: 0 auto;
  }
  .job-flow_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 40px;
  }
  .job-flow_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
  }
  .job-flow_title {
    order: 1;
    text-align: center;
    width: 244px;
    height: 58px;
    gap: 40px;
    font-size: 24px;
  }
  .job-flow_content {
    order: 2;
    width: 342px;
    height: 288px;
    gap: 28px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .job-flow_steps {
    list-style: none;
    margin-left: 0;
    text-align: left;
  }
  .job-flow_steps li {
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
  }
  .step-text {
    font-size: 18px;
  }
  .job-flow_button {
    display: none;
  }
  .job-flow_button_sp {
    display: flex;
    background-color: #c41e3a;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    width: 274px;
    height: 58px;
    gap: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    order: 3;
  }
}

/* ------------------------------
  ページリンクセクション
------------------------------ */
.page-links {
  display: flex;
  align-items: center;
  background-color: #f9f6ef;
  padding: 60px 40px;
  font-family: sans-serif;
  width: 100%;
  margin: 0 auto;
}

.page-links-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 374px;
  gap: 20px;
}

.page-links-column {
  flex: 1 1 200px;
  min-width: 200px;
  width: 228px;
  height: 342px;
  gap: 17px;
}

.page-links-column h4 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  vertical-align: middle;
  text-transform: none;
  margin-bottom: 20px;
}

.page-links-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-links-column li {
  margin-bottom: 10px;
}

.page-links-column a {
  text-decoration: none;
  color: #000;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  vertical-align: middle;
  transition: color 0.3s ease;
}

.page-links-column a:hover {
  text-decoration: underline;
  color: #c41e3a;
}

@media (max-width: 768px) {
  .page-links {
    padding: 40px 24px;
  }
  .page-links-inner {
    /* width: 342px; */
    height: auto;
    gap: 40px;
    flex-direction: column;
  }
  
  .page-links-column {
    width: 100%;
    height: auto;
    min-width: auto;
  }
  
  .page-links-column h4 {
    margin-bottom: 20px;
  }
}

/* ------------------------------
  ヘッダー
------------------------------ */
.site-header {
  width: 100%;
  height: 88px;
  background-color: #000;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.site-header .header-inner {
  width: 100%;
  height: 88px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.site-header .header-inner a {
  color: #fff;
  text-decoration: none;
  font-family: "YuMincho";
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  transition: color 0.3s ease;
}

.site-header .header-inner img {
  max-height: 78px;
  width: 100%;
}

.site-header .header-inner a:hover {
  color: #c41e3a;
}

.site-header .header-inner .menu-header-container {
  display: flex;
  align-items: center;
}

.site-header .header-inner .menu-header-container ul {
  display: flex;
  flex-direction: row;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .header-inner .menu-header-container li {
  margin: 0;
}

/* ヘッダー固定によるコンテンツのオフセット */
body {
  padding-top: 88px;
}

@media (max-width: 768px) {
  .site-header {
    height: 78px;
  }
  
  .site-header .header-inner {
    height: 78px;
    padding: 0 16px;
  }
  
  .site-header .header-inner .menu-header-container ul {
    gap: 20px;
  }
  body {
    padding-top: 78px;
  }
}

/* ------------------------------
  フッター
------------------------------ */
.site-footer {
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  margin-top: auto;
}
.footer-contents {
  background-color: #000;
  padding: 20px;
}
.footer-contents ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.footer-contents li a {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  color: #fff;
}

@media (max-width: 768px) {
  .site-footer {
    height: auto;
    min-height: 50px;
  }
  
  .footer-contents {
    padding: 16px 12px 0;
  }
  
  .footer-contents ul {
    gap: 8px;
    padding: 4px 8px;
  }
  
  .footer-copyright {
    font-size: 12px;
    padding: 12px 16px;
  }
}

/* ------------------------------
  レスポンシブ対応の追加修正
------------------------------ */
@media (max-width: 1440px) {
  .site-header,
  .site-header .header-inner,
  .top-section,
  .intro-section,
  .recommend-section,
  .job-flow,
  .site-footer {
    width: 100%;
  }
}

/* ------------------------------
  アニメーション効果
------------------------------ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.job-card,
.recommend-card,
.map-search {
  animation: fadeInUp 0.6s ease-out;
}

/* ホバー効果の統一 */
.btn1,
.btn2,
.recommend-btn,
.job-flow_button,
.job-flow_button_sp {
  transition: all 0.3s ease;
}

.btn1:hover,
.btn2:hover,
.recommend-btn:hover,
.job-flow_button:hover,
.job-flow_button_sp:hover {
  transform: translateY(-2px);
}

/* フォーカス状態の改善 */
input:focus,
select:focus,
button:focus {
  outline: 2px solid #c41e3a;
  outline-offset: 2px;
}

/* アクセシビリティ向上 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ユーティリティクラス */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* ------------------------------
  ハンバーガーメニュー CSS
------------------------------ */

/* ハンバーガーメニューボタン（デフォルトでは非表示） */
.hamburger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  background: none;
  border: none;
}

.hamburger-menu span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

/* ハンバーガーメニューの開閉アニメーション */
.hamburger-menu.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* モバイル用メニュー */
.mobile-menu {
  display: none;
  position: fixed;
  top: 78px;
  left: 0;
  width: 100%;
  height: calc(100vh - 78px);
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu ul {
  list-style: none;
  padding: 40px 20px;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}

.mobile-menu li {
  margin: 0;
  text-align: center;
}

.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-family: "YuMincho";
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -1%;
  transition: color 0.3s ease;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu a:hover {
  color: #c41e3a;
  background-color: rgba(196, 30, 58, 0.1);
}

/* モバイル表示時の設定 */
@media (max-width: 768px) {
  /* デスクトップメニューを非表示 */
  .site-header .header-inner .menu-header-container {
    display: none;
  }
  
  /* ハンバーガーメニューボタンを表示 */
  .hamburger-menu {
    display: flex;
  }
  
  /* モバイルメニューを表示可能に */
  .mobile-menu {
    display: block;
    top: 78px;
    height: calc(100vh - 78px);
  }
}