@charset "UTF-8";
.ad-box {
  min-height: 80px;
  background-color: white; }
  @media screen and (max-width: 500px) {
    .ad-box {
      min-height: 180px; } }
@media (max-width: 768px) {
  .detail_wrapper {
    flex-direction: column;
    padding: 15px;
    gap: 20px; }
    .detail_wrapper .main_content {
      padding: 20px; }
      .detail_wrapper .main_content .job_header h1 {
        font-size: 22px; }
      .detail_wrapper .main_content .job_header .company_info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px; }
        .detail_wrapper .main_content .job_header .company_info .company_name {
          font-size: 16px; }
      .detail_wrapper .main_content .job_header .job_meta {
        flex-direction: column;
        gap: 10px; }
      .detail_wrapper .main_content .job_details_grid {
        grid-template-columns: 1fr;
        gap: 15px; }
    .detail_wrapper .sidebar {
      width: 100%; } }

@media (max-width: 480px) {
  .detail_wrapper {
    padding: 10px; }
    .detail_wrapper .main_content {
      padding: 15px; }
      .detail_wrapper .main_content .job_header h1 {
        font-size: 20px; } }

.main_wrapper {
  background: #f8fafc;
  min-height: calc(100vh - 106px);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .main_wrapper {
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1rem; } }
  @media screen and (max-width: 767px) {
    .main_wrapper {
      padding: 1rem 0;
      min-height: calc(100vh - 106px); } }
.breadcrumb_container {
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb; }
  .breadcrumb_container header {
    width: 100%;
    margin: 0 auto; }
  .breadcrumb_container .breadcrumb {
    list-style: none;
    color: #64748b;
    background: white;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .breadcrumb_container .breadcrumb {
        padding: 10px 16px;
        border-radius: 8px; } }
    .breadcrumb_container .breadcrumb .breadcrumb_li {
      display: inline-block;
      font-size: 14px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .breadcrumb_container .breadcrumb .breadcrumb_li {
          font-size: 13px; } }
    .breadcrumb_container .breadcrumb a {
      color: #2563eb;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      padding: 6px 10px;
      border-radius: 6px;
      border: 1px solid transparent; }
      .breadcrumb_container .breadcrumb a:hover {
        color: #64748b;
        background: rgba(37, 99, 235, 0.15);
        border-color: rgba(37, 99, 235, 0.3);
        box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
        transform: translateY(-2px); }
      @media screen and (max-width: 767px) {
        .breadcrumb_container .breadcrumb a {
          padding: 4px 8px;
          font-size: 13px; } }
    .breadcrumb_container .breadcrumb a::after {
      content: "/";
      margin: 0 1px;
      color: #64748b;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .breadcrumb_container .breadcrumb a::after {
          margin: 0 1px; } }
    .breadcrumb_container .breadcrumb .active {
      color: #1e293b;
      font-weight: 600;
      padding: 6px 10px; }
      @media screen and (max-width: 767px) {
        .breadcrumb_container .breadcrumb .active {
          padding: 4px 8px;
          font-size: 13px; } }
.main_left_wrapper {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  width: 100%;
  max-width: 800px; }
  @media screen and (min-width: 768px) {
    .main_left_wrapper {
      width: 70%;
      flex: 1; } }
  @media screen and (max-width: 767px) {
    .main_left_wrapper {
      width: 95%;
      margin-bottom: 2rem; } }
.right_similar_wrapper {
  width: 100%;
  max-width: 800px; }
  @media screen and (min-width: 768px) {
    .right_similar_wrapper {
      width: 25%;
      min-width: 280px;
      flex-shrink: 0; } }
  @media screen and (max-width: 767px) {
    .right_similar_wrapper {
      width: 95%; } }
a {
  color: #2563eb;
  text-decoration: none;
  transition: all 0.2s ease; }
  a:hover {
    color: #134cca;
    text-decoration: underline; }

.head_title_wrapper {
  padding: 2rem;
  border-bottom: 1px solid #e2e8f0;
  background: white; }
  .head_title_wrapper .left_title_wrapper {
    width: 100%; }
    .head_title_wrapper .left_title_wrapper .job_title {
      color: #1e293b;
      font-size: 2rem;
      font-weight: 700;
      margin: 0 0 1.5rem 0;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .head_title_wrapper .left_title_wrapper .job_title {
          font-size: 1.5rem; } }
    .head_title_wrapper .left_title_wrapper .job_profile_wrapper {
      display: flex;
      align-items: flex-start;
      margin-bottom: 0.75rem;
      padding: 0.5rem 0;
      gap: 0.75rem; }
      .head_title_wrapper .left_title_wrapper .job_profile_wrapper .icon {
        width: 18px;
        height: 18px;
        opacity: 0.7;
        flex-shrink: 0;
        margin-top: 2px; }
      .head_title_wrapper .left_title_wrapper .job_profile_wrapper span {
        color: #64748b;
        font-size: 0.95rem;
        flex: 1; }
        .head_title_wrapper .left_title_wrapper .job_profile_wrapper span a {
          color: #2563eb;
          font-weight: 600; }
          .head_title_wrapper .left_title_wrapper .job_profile_wrapper span a:hover {
            color: #1043b3; }
      .head_title_wrapper .left_title_wrapper .job_profile_wrapper .address_tags {
        flex-wrap: wrap;
        gap: 6px;
        align-items: center;
        flex: 1; }
        .head_title_wrapper .left_title_wrapper .job_profile_wrapper .address_tags .address_tag {
          display: inline-block;
          background: rgba(37, 99, 235, 0.1);
          border: 1px solid rgba(37, 99, 235, 0.2);
          border-radius: 6px;
          padding: 0 8px;
          font-size: 13px;
          line-height: 1.3;
          transition: all 0.3s ease;
          margin: 1px 2px; }
          .head_title_wrapper .left_title_wrapper .job_profile_wrapper .address_tags .address_tag:hover {
            background: rgba(37, 99, 235, 0.15);
            border-color: rgba(37, 99, 235, 0.3);
            transform: translateY(-1px); }
          .head_title_wrapper .left_title_wrapper .job_profile_wrapper .address_tags .address_tag a {
            color: #2563eb;
            text-decoration: none;
            font-weight: 600; }
            .head_title_wrapper .left_title_wrapper .job_profile_wrapper .address_tags .address_tag a:hover {
              color: #134cca; }
        @media screen and (max-width: 767px) {
          .head_title_wrapper .left_title_wrapper .job_profile_wrapper .address_tags {
            gap: 4px; }
            .head_title_wrapper .left_title_wrapper .job_profile_wrapper .address_tags .address_tag {
              font-size: 12px;
              padding: 3px 6px;
              border-radius: 4px; } }
      @media screen and (max-width: 767px) {
        .head_title_wrapper .left_title_wrapper .job_profile_wrapper {
          flex-wrap: wrap; }
          .head_title_wrapper .left_title_wrapper .job_profile_wrapper span {
            font-size: 0.9rem; } }
  .head_title_wrapper .title_bottom {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.875rem; }
    .head_title_wrapper .title_bottom time {
      font-weight: 500;
      color: #1e293b; }
    .head_title_wrapper .title_bottom .apply_id {
      margin-top: 0.5rem; }
      .head_title_wrapper .title_bottom .apply_id a {
        display: inline-block;
        padding: 0.5rem 1rem;
        background: #2563eb;
        color: white;
        border-radius: 6px;
        font-weight: 500;
        transition: all 0.2s ease; }
        .head_title_wrapper .title_bottom .apply_id a:hover {
          background: #134cca;
          text-decoration: none;
          transform: translateY(-1px); }
  .head_title_wrapper .apply-info-hint {
    margin-top: 1.5rem;
    position: relative; }
    .head_title_wrapper .apply-info-hint .apply-hint-btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 1rem 1.25rem;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      border: none;
      border-radius: 12px;
      color: white;
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
      position: relative;
      overflow: hidden; }
      .head_title_wrapper .apply-info-hint .apply-hint-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease; }
      .head_title_wrapper .apply-info-hint .apply-hint-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
        text-decoration: none;
        color: white; }
        .head_title_wrapper .apply-info-hint .apply-hint-btn:hover::before {
          left: 100%; }
        .head_title_wrapper .apply-info-hint .apply-hint-btn:hover .hint-icon {
          transform: scale(1.1) rotate(5deg); }
        .head_title_wrapper .apply-info-hint .apply-hint-btn:hover .hint-arrow {
          transform: translateY(3px);
          animation: bounce 0.6s ease-in-out; }
      .head_title_wrapper .apply-info-hint .apply-hint-btn:active {
        transform: translateY(0);
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); }
      .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-content {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        flex: 1; }
      .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-icon {
        font-size: 1.2rem;
        transition: all 0.3s ease;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); }
      .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-text {
        font-weight: 600;
        letter-spacing: 0.02em; }
      .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-arrow {
        font-size: 1.1rem;
        transition: all 0.3s ease;
        opacity: 0.9; }
    .head_title_wrapper .apply-info-hint::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1rem;
      width: 8px;
      height: 8px;
      background: #10b981;
      border-radius: 50%;
      transform: translateY(-50%);
      animation: pulse 2s infinite;
      box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    @media (max-width: 768px) {
      .head_title_wrapper .apply-info-hint .apply-hint-btn {
        padding: 0.875rem 1rem;
        font-size: 0.85rem;
        border-radius: 10px; }
        .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-content {
          gap: 0.5rem; }
        .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-icon {
          font-size: 1.1rem; }
        .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-text {
          font-size: 0.85rem; }
        .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-arrow {
          font-size: 1rem; }
      .head_title_wrapper .apply-info-hint::after {
        width: 6px;
        height: 6px;
        right: 0.75rem; } }
    @media (max-width: 480px) {
      .head_title_wrapper .apply-info-hint {
        margin-top: 1rem; }
        .head_title_wrapper .apply-info-hint .apply-hint-btn {
          padding: 0.75rem 0.875rem;
          font-size: 0.8rem; }
          .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-content {
            gap: 0.4rem; }
          .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-icon {
            font-size: 1rem; }
          .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-text {
            font-size: 0.8rem;
            letter-spacing: 0.01em; }
          .head_title_wrapper .apply-info-hint .apply-hint-btn .hint-arrow {
            font-size: 0.9rem; } }
    @media (hover: none) and (pointer: coarse) {
      .head_title_wrapper .apply-info-hint .apply-hint-btn:hover {
        transform: none;
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); }
        .head_title_wrapper .apply-info-hint .apply-hint-btn:hover .hint-icon {
          transform: none; }
        .head_title_wrapper .apply-info-hint .apply-hint-btn:hover .hint-arrow {
          transform: none;
          animation: none; }
      .head_title_wrapper .apply-info-hint .apply-hint-btn:active {
        transform: scale(0.98);
        transition: transform 0.1s ease; } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(3px); }
  40% {
    transform: translateY(0); }
  60% {
    transform: translateY(1px); } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% {
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); } }

.highlight-section {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f0f9ff 100%) !important;
  border: 2px solid #3b82f6 !important;
  border-radius: 12px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15), 0 0 0 1px rgba(59, 130, 246, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  position: relative !important;
  transform: scale(1.02) !important; }
  .highlight-section::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #3b82f6, #8b5cf6, #06b6d4, #3b82f6);
    border-radius: 12px;
    z-index: -1;
    animation: borderGlow 2s linear infinite;
    opacity: 0.8; }
  .highlight-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    animation: shimmer 1.5s ease-in-out;
    border-radius: 12px; }
  .highlight-section .field_label {
    color: #1e40af !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(59, 130, 246, 0.1) !important;
    position: relative !important; }
    .highlight-section .field_label::after {
      content: '✨';
      margin-left: 0.5rem;
      font-size: 0.8em;
      animation: sparkle 1s ease-in-out; }
  .highlight-section .field_data {
    color: #1e3a8a !important;
    font-weight: 500 !important; }
  @media (max-width: 768px) {
    .highlight-section {
      border-radius: 10px !important;
      transform: scale(1.01) !important;
      box-shadow: 0 8px 20px rgba(59, 130, 246, 0.12), 0 0 0 1px rgba(59, 130, 246, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important; }
      .highlight-section::before {
        border-radius: 10px; }
      .highlight-section::after {
        border-radius: 10px; }
      .highlight-section .field_label {
        font-size: 0.9rem !important; }
        .highlight-section .field_label::after {
          font-size: 0.7em; } }
  @media (max-width: 480px) {
    .highlight-section {
      border-radius: 8px !important;
      transform: scale(1.005) !important; }
      .highlight-section::before {
        border-radius: 8px; }
      .highlight-section::after {
        border-radius: 8px; }
      .highlight-section .field_label {
        font-size: 0.85rem !important; }
        .highlight-section .field_label::after {
          margin-left: 0.3rem;
          font-size: 0.6em; }
      .highlight-section .field_data {
        font-size: 0.9rem !important; } }
@keyframes borderGlow {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes shimmer {
  0% {
    left: -100%; }
  100% {
    left: 100%; } }

@keyframes sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.5); }
  50% {
    opacity: 1;
    transform: scale(1); } }

.description_wrapper {
  padding: 2rem;
  border-bottom: 1px solid #e2e8f0;
  background: white; }
  .description_wrapper .description_title_wrapper {
    margin-bottom: 1.5rem; }
    .description_wrapper .description_title_wrapper span {
      font-size: 1.25rem;
      color: #1e293b;
      font-weight: 600; }
  .description_wrapper .description_text_wrapper {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #2563eb;
    line-height: 1.6;
    color: #1e293b; }
    .description_wrapper .description_text_wrapper.note_info {
      background: #fef2f2;
      border-left-color: #ef4444;
      color: #dc2626;
      font-weight: 500; }
      .description_wrapper .description_text_wrapper.note_info a {
        color: #dc2626;
        font-weight: 600; }
        .description_wrapper .description_text_wrapper.note_info a:hover {
          color: #b91c1c; }

.field_wrapper {
  padding: 2rem;
  background: white; }
  .field_wrapper .field_title_wrapper .field_list {
    margin: 0;
    padding: 0; }
    .field_wrapper .field_title_wrapper .field_list .field_li {
      display: grid;
      grid-template-columns: 1fr 2fr;
      padding: 1.25rem;
      margin-bottom: 0.75rem;
      background: #f8fafc;
      border-radius: 8px;
      border: 1px solid #e2e8f0;
      list-style: none;
      transition: all 0.2s ease; }
      .field_wrapper .field_title_wrapper .field_list .field_li:hover {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        transform: translateY(-1px); }
      .field_wrapper .field_title_wrapper .field_list .field_li:nth-child(even) {
        background: white; }
      .field_wrapper .field_title_wrapper .field_list .field_li.section_header {
        background: linear-gradient(135deg, #143e95, #c8bcd2);
        color: white;
        margin-top: 2rem;
        margin-bottom: 1rem;
        border: none;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
        .field_wrapper .field_title_wrapper .field_list .field_li.section_header:first-child {
          margin-top: 0; }
        .field_wrapper .field_title_wrapper .field_list .field_li.section_header:hover {
          transform: none;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
        .field_wrapper .field_title_wrapper .field_list .field_li.section_header .section_title {
          font-size: 1.1rem;
          font-weight: 700;
          letter-spacing: 0.5px;
          color: white;
          grid-column: 1 / -1;
          text-align: center; }
      .field_wrapper .field_title_wrapper .field_list .field_li .field_label {
        font-weight: 600;
        color: #1e293b;
        display: flex;
        align-items: center; }
      .field_wrapper .field_title_wrapper .field_list .field_li .field_data {
        color: #64748b;
        line-height: 1.5; }
        .field_wrapper .field_title_wrapper .field_list .field_li .field_data address {
          font-style: inherit;
          color: inherit; }
        .field_wrapper .field_title_wrapper .field_list .field_li .field_data a {
          color: #2563eb;
          font-weight: 500; }
          .field_wrapper .field_title_wrapper .field_list .field_li .field_data a:hover {
            color: #1043b3; }
        .field_wrapper .field_title_wrapper .field_list .field_li .field_data .address_tags {
          display: flex;
          flex-wrap: wrap;
          gap: 6px;
          align-items: center; }
          .field_wrapper .field_title_wrapper .field_list .field_li .field_data .address_tags .address_tag {
            display: inline-block;
            background: rgba(37, 99, 235, 0.1);
            border: 1px solid rgba(37, 99, 235, 0.2);
            border-radius: 6px;
            padding: 4px 8px;
            font-size: 13px;
            line-height: 1.3;
            transition: all 0.3s ease; }
            .field_wrapper .field_title_wrapper .field_list .field_li .field_data .address_tags .address_tag:hover {
              background: rgba(37, 99, 235, 0.15);
              border-color: rgba(37, 99, 235, 0.3);
              transform: translateY(-1px); }
            .field_wrapper .field_title_wrapper .field_list .field_li .field_data .address_tags .address_tag a {
              color: #2563eb;
              text-decoration: none;
              font-weight: 600; }
              .field_wrapper .field_title_wrapper .field_list .field_li .field_data .address_tags .address_tag a:hover {
                color: #134cca; }
      @media screen and (max-width: 767px) {
        .field_wrapper .field_title_wrapper .field_list .field_li {
          grid-template-columns: 1fr;
          gap: 0.5rem; }
          .field_wrapper .field_title_wrapper .field_list .field_li .field_label {
            font-size: 0.9rem; }
          .field_wrapper .field_title_wrapper .field_list .field_li .field_data {
            font-size: 0.875rem; } }
.right_similar_wrapper {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: fit-content; }
  .right_similar_wrapper .similar_container .related_title_wrapper {
    padding: 1.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc; }
  .right_similar_wrapper .similar_container .more_wrapper {
    text-align: center;
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc; }
    .right_similar_wrapper .similar_container .more_wrapper a {
      display: inline-block;
      padding: 0.75rem 1.5rem;
      background: #2563eb;
      color: white;
      font-size: 0.875rem;
      font-weight: 500;
      text-decoration: none;
      border-radius: 8px;
      transition: all 0.2s ease; }
      .right_similar_wrapper .similar_container .more_wrapper a:hover {
        background: #134cca;
        transform: translateY(-1px);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .right_similar_wrapper li {
    padding: 1rem 1.5rem;
    list-style: none;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease; }
    .right_similar_wrapper li:hover {
      background: #f8fafc; }
    .right_similar_wrapper li:last-child {
      border-bottom: none; }
    .right_similar_wrapper li.job-expired {
      background: #f8f9fa;
      border-bottom: 1px solid #dee2e6;
      opacity: 0.7;
      position: relative; }
      .right_similar_wrapper li.job-expired::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(108, 117, 125, 0.08) 8px, rgba(108, 117, 125, 0.08) 16px);
        pointer-events: none;
        z-index: 1; }
      .right_similar_wrapper li.job-expired:hover {
        background: #f8f9fa;
        transform: none; }
      .right_similar_wrapper li.job-expired .job-title-wrapper {
        position: relative;
        z-index: 2; }
        .right_similar_wrapper li.job-expired .job-title-wrapper a {
          color: #6c757d !important;
          text-decoration: line-through; }
          .right_similar_wrapper li.job-expired .job-title-wrapper a::before {
            color: #6c757d !important;
            opacity: 0.5; }
          .right_similar_wrapper li.job-expired .job-title-wrapper a:hover {
            color: #495057 !important; }
      .right_similar_wrapper li.job-expired span {
        color: #6c757d !important;
        position: relative;
        z-index: 2; }
    .right_similar_wrapper li .job-title-wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0.75rem;
      margin-bottom: 0.5rem; }
      .right_similar_wrapper li .job-title-wrapper a {
        color: #1e293b;
        font-weight: 500;
        line-height: 1.4;
        flex: 1; }
        .right_similar_wrapper li .job-title-wrapper a::before {
          content: "→";
          display: inline-block;
          margin-right: 0.5rem;
          color: #2563eb;
          font-weight: bold; }
        .right_similar_wrapper li .job-title-wrapper a:hover {
          color: #2563eb; }
      .right_similar_wrapper li .job-title-wrapper .expired-badge {
        background: #dc3545;
        color: white;
        font-size: 11px;
        font-weight: 600;
        padding: 3px 6px;
        border-radius: 3px;
        white-space: nowrap;
        flex-shrink: 0;
        box-shadow: 0 1px 2px rgba(220, 53, 69, 0.3); }
        @media screen and (max-width: 768px) {
          .right_similar_wrapper li .job-title-wrapper .expired-badge {
            font-size: 10px;
            padding: 2px 5px; } }
    .right_similar_wrapper li > a {
      color: #1e293b;
      font-weight: 500;
      line-height: 1.4; }
      .right_similar_wrapper li > a::before {
        content: "→";
        display: inline-block;
        margin-right: 0.5rem;
        color: #2563eb;
        font-weight: bold; }
      .right_similar_wrapper li > a:hover {
        color: #2563eb; }
    .right_similar_wrapper li span {
      display: block;
      margin-top: 0.5rem;
      color: #64748b;
      font-size: 0.875rem; }

.main_wrapper.job-expired {
  background: #f8f9fa; }
  .main_wrapper.job-expired .main_left_wrapper.job-expired {
    background: #f8f9fa;
    border: 2px solid #dc3545;
    box-shadow: 0 4px 6px -1px rgba(220, 53, 69, 0.1), 0 2px 4px -1px rgba(220, 53, 69, 0.06);
    position: relative; }
    .main_wrapper.job-expired .main_left_wrapper.job-expired::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #dc3545, #e74c3c);
      z-index: 1; }
    .main_wrapper.job-expired .main_left_wrapper.job-expired .head_title_wrapper {
      background: #fff5f5;
      border-bottom: 1px solid #fecaca; }
      .main_wrapper.job-expired .main_left_wrapper.job-expired .head_title_wrapper .job_title {
        color: #7f1d1d;
        opacity: 0.8;
        position: relative; }
        .main_wrapper.job-expired .main_left_wrapper.job-expired .head_title_wrapper .job_title::after {
          content: "掲載終了";
          position: absolute;
          top: -8px;
          right: 0;
          background: #dc3545;
          color: white;
          font-size: 0.75rem;
          padding: 2px 8px;
          border-radius: 4px;
          font-weight: 500; }
          @media screen and (max-width: 767px) {
            .main_wrapper.job-expired .main_left_wrapper.job-expired .head_title_wrapper .job_title::after {
              position: static;
              display: inline-block;
              margin-left: 10px;
              vertical-align: top;
              margin-top: 5px; } }
      .main_wrapper.job-expired .main_left_wrapper.job-expired .head_title_wrapper .job_profile_wrapper {
        opacity: 0.7; }
        .main_wrapper.job-expired .main_left_wrapper.job-expired .head_title_wrapper .job_profile_wrapper .icon {
          filter: grayscale(50%); }
        .main_wrapper.job-expired .main_left_wrapper.job-expired .head_title_wrapper .job_profile_wrapper span {
          color: #991b1b; }
    .main_wrapper.job-expired .main_left_wrapper.job-expired .title_bottom.expired-notice {
      background: #fef2f2;
      border: 1px solid #fecaca;
      border-radius: 8px;
      padding: 1rem;
      margin-top: 1rem; }
      .main_wrapper.job-expired .main_left_wrapper.job-expired .title_bottom.expired-notice .expired-banner {
        background: #dc3545;
        color: white;
        padding: 12px 16px;
        border-radius: 6px;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 8px; }
        .main_wrapper.job-expired .main_left_wrapper.job-expired .title_bottom.expired-notice .expired-banner strong {
          font-size: 1rem;
          font-weight: 600;
          display: flex;
          align-items: center;
          gap: 8px; }
        .main_wrapper.job-expired .main_left_wrapper.job-expired .title_bottom.expired-notice .expired-banner span {
          font-size: 0.875rem;
          opacity: 0.9; }
          @media screen and (max-width: 767px) {
            .main_wrapper.job-expired .main_left_wrapper.job-expired .title_bottom.expired-notice .expired-banner span {
              width: 100%;
              margin-top: 4px; } }
      .main_wrapper.job-expired .main_left_wrapper.job-expired .title_bottom.expired-notice time {
        color: #991b1b;
        font-weight: 600; }

.job-expired .job_content_wrapper,
.job-expired .job_description,
.job-expired .job_requirements {
  opacity: 0.8; }
  .job-expired .job_content_wrapper h3, .job-expired .job_content_wrapper h4,
  .job-expired .job_description h3,
  .job-expired .job_description h4,
  .job-expired .job_requirements h3,
  .job-expired .job_requirements h4 {
    color: #991b1b; }
  .job-expired .job_content_wrapper p, .job-expired .job_content_wrapper li, .job-expired .job_content_wrapper span,
  .job-expired .job_description p,
  .job-expired .job_description li,
  .job-expired .job_description span,
  .job-expired .job_requirements p,
  .job-expired .job_requirements li,
  .job-expired .job_requirements span {
    color: #7f1d1d; }

.job-expired .main_left_wrapper {
  padding-bottom: 2rem; }
  .job-expired .main_left_wrapper .field_li:last-child {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e5e7eb;
    background: #f9fafb;
    border-radius: 8px;
    padding: 1.5rem; }
    .job-expired .main_left_wrapper .field_li:last-child .field_label {
      color: #374151;
      font-weight: 600; }
    .job-expired .main_left_wrapper .field_li:last-child .field_data {
      color: #6b7280;
      line-height: 1.6; }
      .job-expired .main_left_wrapper .field_li:last-child .field_data a {
        color: #2563eb;
        text-decoration: underline; }
        .job-expired .main_left_wrapper .field_li:last-child .field_data a:hover {
          color: #1d4ed8; }
  .job-expired .main_left_wrapper .field_li.section_header {
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .job-expired .main_left_wrapper .field_li.section_header:first-of-type {
      margin-top: 1rem; }

.job-expired .apply_button,
.job-expired .apply_link {
  background: #6b7280 !important;
  color: #d1d5db !important;
  cursor: not-allowed !important;
  pointer-events: none; }
  .job-expired .apply_button:hover,
  .job-expired .apply_link:hover {
    background: #6b7280 !important;
    color: #d1d5db !important; }

.job-expired .expired-content-notice {
  background: #fef3c7;
  border: 1px solid #fbbf24;
  border-radius: 8px;
  padding: 1rem;
  margin: 1.5rem 0;
  color: #92400e;
  font-size: 0.875rem;
  text-align: center; }
  .job-expired .expired-content-notice strong {
    color: #78350f; }
  @media screen and (max-width: 767px) {
    .job-expired .expired-content-notice {
      margin: 1rem 0;
      padding: 0.75rem;
      font-size: 0.8rem; } }

/*# sourceMappingURL=detail.css.map */