@charset "utf-8";
/*:::::::::::【背景】::::::::::*/
.back {
  padding-top: 50px;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {
  .width {
    max-width: 80%;
  }
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
  .width {
    max-width: 90%;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {
  position: relative;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*========================================================================
移住支援金対象企業 バナー
========================================================================*/
/*:::::【背景】:::::*/
/*.prefMove-back {
  background: var(--color-main-soft);
  padding: 60px 0;
}*/
/* バナー本体 */
.prefMove-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  width: 50%;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #e8497a;
  background: var(--color-main-soft);
  box-shadow: 4px 8px 5px rgba(0, 0, 0, .12);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
/* 右矢印（擬似要素で追加） */
.prefMove-banner::after {
  content: "›";
  font-size: 26px;
  line-height: 1;
  display: block;
  opacity: .9;
  transform: translateY(-2px);
}
/* ホバー */
.prefMove-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
  opacity: .98;
}
/* キーボード操作のフォーカス */
.prefMove-banner:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .85);
  outline-offset: 3px;
}
/* スマホ微調整 */
@media (max-width: 600px) {
  .prefMove-banner {
    width: 100%;
  }
  /* 右矢印（擬似要素で追加） */
  .prefMove-banner::after {
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .prefMove-banner {
    padding: 14px 16px;
  }
  .prefMove-banner::after {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .prefMove-banner {
    font-size: 18px;
  }
  /* 右矢印（擬似要素で追加） */
  .prefMove-banner::after {
    transform: translateY(-3px);
  }
}
/*========================================================================
一日の流れ
========================================================================*/
/* =========================
  共通設定
========================= */
.flow-cont {
  padding: 40px 0 60px;
  font-family: "Hiragino Sans", "Yu Gothic", "メイリオ", sans-serif;
  color: var(--color-text-main);
}
/* =========================
  見出し
========================= */
.flow-head {
  text-align: center;
  margin-bottom: 40px;
}
.flow-head-label {
  display: inline-block;
  font-size: var(--font-xs);
  letter-spacing: 0.16em;
  padding: 4px 14px;
  border-radius: 999px;
  background: var(--color-main-soft);
  color: var(--color-main);
  border: 1px solid var(--color-main-border);
  margin-bottom: 10px;
}
.flow-head-title {
  font-size: var(--font-l);
  line-height: 1.6;
  margin-bottom: 12px;
}
.flow-head-title span {
  color: var(--color-main);
  font-weight: 700;
}
.flow-head-lead {
  font-size: var(--font-s);
  line-height: 1.9;
  color: var(--color-text-sub);
}
/* =========================
  レイアウト
========================= */
.flow-body {
  display: flex;
  gap: 32px;
  overflow: visible;
}
/* タイムライン（左カラム） */
.flow-timeline {
  flex: 0 0 220px;
  background: var(--color-main-soft);
  border-radius: var(--radius-lg);
  padding: 22px 20px 24px;
  box-shadow: var(--shadow-soft);
  position: sticky !important;
  top: 80px;
  align-self: flex-start;
}
.flow-timeline-title {
  font-size: var(--font-s);
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  color: var(--color-main);
}
.flow-timeline-list {
  list-style: none !important;
  margin: 0;
  padding: 0;
  border-left: 2px dashed var(--color-main-border);
  position: relative;
}
.flow-timeline-list li {
  list-style: none;
}
.flow-timeline-list > li::marker {
  content: "";
}
.flow-timeline-list::before, .flow-timeline-list::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-main);
  transform: translateX(-4px);
}
.flow-timeline-list::before {
  top: 0;
}
.flow-timeline-list::after {
  bottom: 0;
}
.flow-time-item {
  padding: 12px 0 12px 18px;
  position: relative;
}
.flow-time-item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-bg);
  border: 2px solid var(--color-main);
}
.flow-time {
  font-size: var(--font-xs);
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 2px;
}
.flow-time-body {
  font-size: var(--font-s);
}
.flow-time-heading {
  margin: 0;
  line-height: 1.6;
}
.flow-note {
  margin-top: 12px;
  font-size: var(--font-xs);
  color: var(--color-text-sub);
  line-height: 1.6;
}
/* 詳細カード（右カラム） */
.flow-detail {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* カード共通 */
.flow-card {
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 18px 20px 20px;
  border: 1px solid var(--color-border-soft);
}
.flow-card-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.flow-card-time {
  font-size: var(--font-xs);
  font-weight: 700;
  color: var(--color-bg);
  background: var(--color-main);
  border-radius: 999px;
  padding: 2px 10px;
}
.flow-card-title {
  font-size: var(--font-m);
  margin: 0;
}
.flow-card-inner {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
/* 写真エリア */
.flow-card-photo {
  flex: 0 0 140px;
  border-radius: var(--radius-md);
  background: var(--color-bg-soft);
  overflow: hidden;
}
.flow-card-photo img {
  width: 100%;
  display: block;
  object-fit: cover;
}
/* テキスト */
.flow-card-text {
  flex: 1 1 auto;
  font-size: var(--font-s);
  line-height: 1.9;
}
.flow-card-text p {
  margin-bottom: 8px;
}
.flow-card-note {
  font-size: var(--font-xs);
  color: var(--color-text-sub);
}
/* PCのみ改行 */
.pc-only {
  display: inline;
}
/* =========================
  レスポンシブ
========================= */
@media screen and (max-width: 960px) {
  .flow-body {
    flex-direction: column;
  }
  .flow-timeline {
    position: static;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  .flow-timeline-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: var(--font-xs);
    margin: 0;
    padding-top: 4px;
  }
  .flow-timeline-list {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 900px) {
  .flow-cont {
    padding: 30px 0 50px;
  }
  .flow-head-title {
    font-size: var(--font-m);
  }
  .flow-body {
    gap: 24px;
  }
  .flow-timeline {
    position: static !important;
    padding: 16px 14px 18px;
  }
  .flow-card {
    padding: 16px 14px 18px;
  }
  .flow-card-inner {
    flex-direction: column;
  }
  .flow-card-photo {
    width: 100%;
    max-width: 260px;
  }
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .flow-head-lead {
    text-align: left;
  }
  .flow-note {
    font-size: var(--font-xs);
  }
}
@media screen and (max-width: 480px) {
  .flow-head-lead {
    text-align: left;
  }
  .flow-timeline-title {
    writing-mode: horizontal-tb;
    text-align: left;
    margin-bottom: 8px;
  }
  .flow-timeline {
    flex-direction: column;
  }
}
/*========================================================================
魅力
========================================================================*/
/* 見出しエリア */
.apl-head {
  text-align: center;
  margin: 0 0 40px;
}
.apl-head-tag {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  font-size: var(--font-xs);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.apl-head-title {
  font-size: var(--font-l);
  margin-bottom: 8px;
  letter-spacing: 0.12em;
}
.apl-head-lead {
  font-size: var(--font-s);
  line-height: 1.9;
  color: var(--color-text-sub);
}
.apl-head-lead span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, var(--color-main-soft) 60%);
}
.apl-head-img {
  margin: 20px auto 0;
  max-width: 640px;
}
.apl-head-img img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
/* 各魅力ブロック */
.apl-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}
.apl-sec--reverse {
  flex-direction: row-reverse;
}
.apl-sec-media, .apl-sec-body {
  flex: 1 1 320px;
  min-width: 0;
}
.apl-sec-label {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  background: var(--color-main);
  color: var(--color-bg);
  font-size: var(--font-xs);
  margin-bottom: 8px;
}
.apl-sec-title {
  font-size: var(--font-m);
  margin-bottom: 8px;
}
.apl-sec-text {
  font-size: var(--font-s);
  line-height: 1.9;
  color: var(--color-text-sub);
  margin-bottom: 12px;
}
.apl-sec-note {
  font-size: var(--font-xs);
  line-height: 1.8;
  color: var(--color-text-muted);
}
/* 写真ボックス */
.apl-photo {
  background: var(--color-main-soft);
  padding: 6px;
  border-radius: 16px;
}
.apl-photo img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
/* キャリアパス */
.career-flow {
  width: 100%;
}
.career-flow img {
  width: 100%;
}
/* 研修ステップ */
.apl-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.apl-step {
  background: var(--color-main-soft);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: var(--font-xs);
}
.apl-step-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--color-bg);
  color: var(--color-main);
  font-size: var(--font-xs);
  margin-bottom: 4px;
}
.apl-step-title {
  font-size: var(--font-s);
  margin-bottom: 4px;
}
.apl-step-text {
  font-size: var(--font-s);
  line-height: 1.7;
  color: var(--color-text-sub);
}
/* フォロー */
.apl-follow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
.apl-follow-item {
  background: var(--color-main-soft);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: var(--font-xs);
}
.apl-follow-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--color-main);
  color: var(--color-bg);
  font-size: var(--font-xs);
  margin-bottom: 4px;
}
.apl-follow-title {
  font-size: var(--font-s);
  margin-bottom: 4px;
}
.apl-follow-text {
  font-size: var(--font-s);
  line-height: 1.7;
  color: var(--color-text-sub);
}
/* スマホ調整 */
@media (max-width: 900px) {
  .apl-head {
    margin-bottom: 28px;
  }
  .apl-sec {
    flex-direction: column;
    margin-bottom: 28px;
  }
  .apl-sec-media, .apl-sec-body {
    flex: 1 1 100%;
  }
  .apl-photo {
    width: 100%;
    box-sizing: border-box;
  }
  .apl-photo img {
    width: 100%;
    display: block;
  }
  .apl-head-title {
    font-size: var(--font-m);
  }
}
@media (max-width: 600px) {
  .apl-head-lead {
    text-align: left;
  }
}
/*========================================================================
募集要項
========================================================================*/
/*:::::【背景】:::::*/
.jd-back {
  background: var(--color-main-soft);
  padding: 60px 0;
}
.jd-width {
  margin: 0 auto;
}
/*:::::【コンテンツ】:::::*/
/* ヘッダーエリア */
.jd-header {
  margin-bottom: 32px;
}
.jd-label {
  display: inline-block;
  font-size: var(--font-xs);
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--color-main-light);
  color: var(--color-main-deep);
  margin-bottom: 8px;
}
.jd-title {
  font-size: var(--font-m);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
  border-left: 4px solid var(--color-main);
  padding-left: 10px;
}
.jd-lead {
  font-size: var(--font-s);
  line-height: 1.8;
  color: var(--color-text-main);
  margin-bottom: 16px;
}
/* ここがポイント */
.jd-point-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.jd-point-item {
  position: relative;
  margin-bottom: 8px;
  padding: 8px 12px 8px 28px;
  font-size: var(--font-s);
  background: var(--color-bg);
  border-radius: 6px;
  border: 1px solid var(--color-main-light);
}
.jd-point-item::before {
  content: "●";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--font-s);
  color: var(--color-main);
}
/* テーブル */
.jd-heading {
  margin-top: 30px;
}
.jd-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--color-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.jd-th, .jd-td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-border-soft);
  vertical-align: top;
}
.jd-th {
  width: 26%;
  background: var(--color-main);
  color: var(--color-text-light);
  font-weight: 600;
  text-align: left;
  border-right: 1px solid var(--color-border-soft);
}
.jd-td {
  width: 74%;
  color: var(--color-text-main);
  line-height: 1.8;
}
.jd-table tr:last-child .jd-th, .jd-table tr:last-child .jd-td {
  border-bottom: none;
}
/* 強調テキスト用 */
.jd-td strong {
  font-weight: 600;
  color: var(--color-main-deep);
}
/* エントリーリンク（小さな丸ボタン風） */
.entry-link {
  display: inline-block;
  padding: 4px 12px;
  margin-left: 4px;
  border-radius: 999px;
  background: var(--color-main-deep);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: var(--font-s);
  box-shadow: 0 2px 6px rgba(246, 130, 162, 0.25);
}
.entry-link:hover, .entry-link:focus {
  opacity: 0.96;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(246, 130, 162, 0.35);
}
/* スマホ対応 */
@media (max-width: 768px) {
  .jd-back {
    padding: 40px 0;
  }
  .jd-table, .jd-table tbody, .jd-table tr, .jd-th, .jd-td {
    display: block;
    width: 100%;
  }
  .jd-th {
    border-right: none;
    border-bottom: none;
    padding: 10px 12px;
  }
  .jd-td {
    padding: 8px 12px 16px;
    border-bottom: 1px solid var(--color-border-soft);
  }
  .jd-table tr:last-child .jd-td {
    border-bottom: none;
  }
}
@media (max-width:450px) {
  .jd-point-item::before {
    top: 21px;
  }
}
/*========================================================================
お問い合わせ
========================================================================*/
/* 見出しまわり */
.ctct-mtitle {
  text-align: center;
  margin-bottom: 0;
}
.ctct-mtitle h3 {
  font-size: var(--font-xl);
  color: var(--color-main-deep);
  letter-spacing: 0.18em;
  margin-top: 12px;
  margin-bottom: 8px;
}
/* 見出しの下に補足テキスト */
.ctct-mtitle h3::after {
  content: "求人・採用に関するお問い合わせはこちらからお願いいたします。";
  display: block;
  margin-top: 8px;
  font-size: var(--font-xs);
  font-weight: 500;
  text-shadow: none;
  color: var(--color-text-sub);
  letter-spacing: 0.05em;
}
/* ヒーロー */
.contact-hero {
  padding: 10px 16px 24px;
  text-align: center;
}
.contact-hero h3 {
  font-size: var(--font-xl);
  margin-bottom: 8px;
  border-bottom: 3px solid var(--pink-main);
  display: inline-block;
  padding: 0 0 6px;
  font-weight: 700;
  color: var(--pink-deep);
}
.contact-hero p {
  margin: 8px auto 0;
  line-height: 1.7;
  font-size: var(--font-s);
}
/* フォーム全体 */
.contact-form {
  margin: 32px auto 0;
  padding: 32px 28px 36px;
  background-color: var(--color-main-soft);
  border-radius: 16px;
  border: 2px solid var(--color-main-border);
  box-shadow: var(--shadow-soft);
  box-sizing: border-box;
}
/* フォームグループ */
.form-group {
  margin-bottom: 22px;
  text-align: left;
}
.form-group:last-of-type {
  margin-bottom: 28px;
}
.form-group label, .form-label-inline {
  display: block;
  margin-bottom: 6px;
  font-size: var(--font-s);
  font-weight: 600;
  color: var(--color-text-main);
}
/* 捕捉テキスト */
.form-caption {
  display: inline-block;
  margin-left: 8px;
  font-size: var(--font-xs);
  color: var(--color-text-sub);
}
/* バッジ */
.badge-required, .badge-optional {
  display: inline-block;
  padding: 2px 10px;
  font-size: var(--font-xs);
  line-height: 1.6;
  border-radius: 999px;
  vertical-align: middle;
}
.badge-required {
  background-color: var(--color-main);
  color: var(--color-bg);
}
.badge-optional {
  border: 1px solid var(--color-border-soft);
  color: var(--color-text-sub);
  background-color: var(--color-bg-soft);
}
/* テキスト入力・テキストエリア */
.form-input, .form-textarea, .contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="number"], .contact-form textarea {
  width: 100% !important;
  padding: 11px 13px;
  font-size: var(--font-s);
  color: var(--color-text-main);
  border: 1px solid var(--color-border-soft);
  border-radius: 8px;
  box-sizing: border-box;
  background-color: var(--color-bg);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.form-input-short {
  max-width: 200px;
}
.form-textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--color-main);
  background-color: var(--color-main-soft);
  box-shadow: 0 0 0 2px var(--color-main-weak);
}
/* ラジオ・チェックボックス群 */
.option-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 25px;
  margin-top: 4px;
}
/* 国家資格用：縦並び */
.option-group.option-group-vertical {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 9px;
}
/* ラベル行の揃え方を統一 */
.option-item {
  display: flex !important;
  align-items: center;
  gap: 3px;
  font-size: var(--font-s);
  color: var(--color-text-main);
  cursor: pointer;
}
/* ラジオ・チェック本体 */
.option-item input[type="radio"], .option-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  flex-shrink: 0;
}
.option-item span {
  line-height: 1.4;
}
/* プライバシー部分 */
.form-group.privacy {
  margin-top: 32px;
}
.privacy-title {
  margin-bottom: 8px;
  color: var(--color-text-main);
  font-weight: 600;
  font-size: var(--font-s);
}
.privacy-area {
  max-height: 230px;
  overflow-y: auto;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--color-border-soft);
  background-color: var(--color-bg-soft);
  font-size: var(--font-xs);
  line-height: 1.7;
  color: var(--color-text-muted);
}
.check-button {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: var(--font-s);
  cursor: pointer;
}
/* 同意ボタン（ラベル用包み） */
.accept-btn {
  text-align: center;
}
/* 送信ボタン */
.form-actions {
  text-align: center;
  margin-top: 32px;
}
.form-actions button[type="submit"] {
  min-width: 240px;
  padding: 12px 36px;
  font-size: var(--font-s);
  font-weight: 600;
  color: var(--color-bg);
  background: linear-gradient(135deg, var(--color-main), var(--color-main-deep));
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: var(--shadow-card);
  transition: transform 0.1s ease, box-shadow 0.1s ease, opacity 0.15s ease;
}
.form-actions button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
  opacity: 0.96;
}
.form-actions button[type="submit"]:active {
  transform: translateY(1px);
  box-shadow: var(--shadow-normal);
}
/* スマホ調整 */
@media (max-width: 600px) {
  .back.r-back {
    padding: 50px 0;
  }
  .contact-form {
    padding: 24px 18px 30px;
    margin-top: 24px;
  }
  .ctct-mtitle h3 {
    font-size: var(--font-l);
  }
  .ctct-mtitle h3::after {
    content: "求人・採用に関するお問い合わせは\Aこちらからお願いいたします。";
    font-size: var(--font-xs);
    white-space: pre-line; /* 改行セット */
  }
  .option-group {
    flex-direction: column;
    gap: 6px;
  }
  .form-input-short {
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .contact-hero p {
    text-align: left;
  }
}