
/* 求人詳細ページ専用スタイル */
/* パンくずナビゲーション */
.breadcrumb-navigation {
   margin-top: 50px;
}

.ue-waku {
  margin-bottom: 30px;
  padding: 0 10px;
}
.s30 a {
background: #983868;
  padding: 3px 8px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.kyuyo {
  color: #f11a64;
  font-weight: bold;
  margin-bottom: 10px;
  background: #fff1f1;
  padding: 15px;
  display: block;
}
.kyuyo em {
  background: #f11a64;
  font-style: normal;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin: 10px auto;
}
.job-single {
    background-color: #f8f9fa;
}

.job-hero {
    background: linear-gradient(135deg, #eb988f 0%, #eb988f 100%);
    color: white;
    padding: 60px 0 40px;
}
.job-image {
    margin-bottom: 20px;
}

.job-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
     transition:all .25s;
}


.breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: white;
}

.breadcrumb span {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.6);
}

.job-title {
    font-size: 2em;
    margin: 20px 0;
    font-weight: 700;
}

.job-type-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.5em;
    margin-right: 15px;
    vertical-align: middle;
}

.job-excerpt {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.job-quick-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.quick-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quick-info-item i {
    width: 20px;
    text-align: center;
}

.job-container {
    padding: 40px 20px;
}

.job-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.job-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.job-section .section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.5em;
    font-weight: 600;
    color: #983868;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.job-section .section-title i {
    font-size: 1.2em;
}

.section-content {
    line-height: 1.8;
    color: #333;
}

.section-content p {
    margin-bottom: 15px;
}

.job-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}
.job-section .section-title::after {
    display:none;
}
	  .kotoba {
		border: 5px solid #fff2a9;
		padding: 20px;
	  }
	  .kotoba span{
		font-weight: bold;
	  }
	  .daimei{
		font-weight: bold;
		display: block;
	  }
.apply-section,
.job-summary,
.related-jobs,
.company-info-sidebar {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.apply-section h3,
.job-summary h3,
.related-jobs h3,
.company-info-sidebar h3 {
    font-size: 1.3em;
    font-weight: 600;
    color: #983868;
    margin-bottom: 20px;
    text-align: center;
}

.apply-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.apply-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}

.apply-phone {
    background: #983868;
    color: white;
}

.apply-phone:hover {
    background: #983868;
    transform: translateY(-2px);
}

.apply-email {
  background: #fff;
  color: #983868;
  border: 2px solid #983868;
}

.apply-email:hover {
    border: 2px solid #983868;
    transform: translateY(-2px);
}

.apply-btn i {
    font-size: 1.5em;
    margin-bottom: 8px;
}

.apply-btn span {
    font-size: 0.9em;
    opacity: 0.9;
}

.apply-note {
    font-size: 0.9em;
    color: #666;
    text-align: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

.apply-note i {
    margin-right: 5px;
    color: #983868;
}

.summary-list {
    display: grid;
    gap: 15px;
}

.summary-list dt {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #983868;
    font-size: 0.95em;
}

.summary-list dd {
    margin-left: 25px;
    color: #333;
    line-height: 1.6;
}

.related-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.related-job-item {
    display: block;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.related-job-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.related-job-title {
    font-weight: 600;
    color: #d37695;
    margin-bottom: 5px;
}

.related-job-type,
.related-job-salary,.related-job-area {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 3px;
    position:relative;
}

.company-details p {
    margin-bottom: 8px;
    font-size: 0.95em;
    line-height: 1.6;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
        .job-image img {
        max-height: 250px;
    }
    .job-content-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .job-hero {
        padding: 40px 0 30px;
    }
    
    .job-title {
       font-size: 20px;
    }
    
    .job-quick-info {
        flex-direction: column;
        gap: 15px;
    }
    
    .job-section {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .job-sidebar {
        position: static;
    }
    
    .apply-section,
    .job-summary,
    .related-jobs,
    .company-info-sidebar {
        padding: 20px;
        margin-bottom: 20px;
    }
}
.job-category {
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.job-category:hover {
    transform: translateY(-5px);
}

.job-image {
    width: 100%;
    overflow: hidden;
}

.job-category:hover .job-image img {
    transform: scale(1.05);
}

.job-description {
    padding: 15px 20px;
    background-color: #f8f9fa;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.job-header {
    padding: 20px 20px 10px 20px;
    text-align: left;
}

.job-content {
    padding: 0 20px 20px 20px;
}

@media (max-width: 768px) {
    .job-image {
        height: 150px;
    }
    
    .job-description {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .job-header {
        padding: 15px 15px 10px 15px;
    }
    
    .job-content {
        padding: 0 15px 15px 15px;
    }
}

/* 求人アーカイブページ専用スタイル */
.jobs-archive {
    background-color: #f8f9fa;
}

.archive-hero {
    padding: 60px 0 40px;
    background: url(https://impex.tokyo/yui-katsushika/careers/wp-content/themes/yui-saiyo/images/shocho0.jpg)center center;
  background-size: cover;
    position:relative;
}


.breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: white;
}

.breadcrumb span {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.6);
}

.archive-title {
    font-size: 2.5em;
    margin: 20px 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
  -webkit-text-stroke: 2px white;
  paint-order: stroke;
}

.archive-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
   text-shadow: 1px 1px 1px rgb(255, 255, 255);
  -webkit-text-stroke: 2px white;
  paint-order: stroke;
}

.job-stats {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2em;
    font-weight: 700;
    display: block;
}

.stat-label {
    font-size: 0.9em;
    opacity: 0.9;
    margin-top: 5px;
}

.archive-container {
    padding: 40px 20px;
}

.archive-content-wrapper {
    display: grid;
/*    grid-template-columns: 1fr 320px;*/
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.jobs-filter {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3em;
    font-weight: 600;
    color: #d37695;
    margin-bottom: 20px;
}

.filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 20px;
    align-items: end;
}

.filter-item label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.filter-item select,
.filter-item input {
    width: 100%;
    padding: 12px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.filter-item select:focus,
.filter-item input:focus {
    outline: none;
    border-color: #d37695;
}

.filter-buttons {
    display: flex;
    gap: 10px;
}

.filter-apply,
.filter-reset {
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.filter-apply {
    background: #d37695;
    color: white;
    border: none;
    cursor: pointer;
    font-size: unset;
}

.filter-apply:hover {

}

.filter-reset {
    background: #6c757d;
    color: white;
}

.filter-reset:hover {
    background: #545b62;
}

.jobs-header {
    margin-bottom: 30px;
}

.jobs-count {
    font-size: 1.3em;
    color: #333;
}

.count-number {
    color: #d37695;
    font-weight: 700;
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.job-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.job-card-header {
    margin-bottom: 15px;
}

.job-type-tag {
    display: inline-block;
    background: #d37695;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 10px;
}

.job-card-title {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
}

.job-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.job-card-content {
    flex: 1;
    margin-bottom: 20px;
}

.job-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.job-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-highlights li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 0.9em;
    color: #555;
}

.job-highlights i {
    width: 16px;
    color: #d37695;
    text-align: center;
}

.job-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.job-detail-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #983868;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9em;
    transition: background 0.3s ease;
    justify-content: center;
}

.job-detail-btn:hover {
    background: #983868;
}

.job-actions {
    display: flex;
    gap: 10px;
}

.job-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.phone-btn {
    background: #983868;
    color: white;
}

.phone-btn:hover {
    background: #983868;
    transform: scale(1.1);
}

.email-btn {
    background: #fff;
  color: #983868;
  border: 2px solid #983868;
}

.email-btn:hover {

    transform: scale(1.1);
}

.jobs-pagination {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.jobs-pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: white;
    color: #d37695;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.jobs-pagination .page-numbers:hover,
.jobs-pagination .page-numbers.current {
    background: #d37695;
    color: white;
}

.no-jobs-found {
    background: white;
    border-radius: 12px;
    padding: 60px 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.no-jobs-content i {
    font-size: 4em;
    color: #dee2e6;
    margin-bottom: 20px;
}

.no-jobs-content h3 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 15px;
}

.no-jobs-content p {
    color: #666;
    margin-bottom: 30px;
}

.no-jobs-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-reset,
.btn-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-reset {
    background: #6c757d;
    color: white;
}

.btn-reset:hover {
    background: #545b62;
}

.btn-contact {
    background: #28a745;
    color: white;
}

.btn-contact:hover {
    background: #218838;
}

/* サイドバーエリア */
.archive-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sidebar-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    width: 24%;
}

.sidebar-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2em;
    font-weight: 600;
    color: #d37695;
    margin-bottom: 20px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-item strong {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

.contact-phone,
.contact-email {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    color: #d37695;
    text-decoration: none;
    margin-bottom: 5px;
}

.contact-phone:hover,
.contact-email:hover {
   color: #f36b99;
}

.contact-time {
    font-size: 0.9em;
    color: #666;
}

.contact-note {
    font-size: 0.9em;
    color: #666;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
}

.features-list,
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li,
.benefits-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #333;
}

.features-list i,
.benefits-list i {
    color: #d37695;
    width: 16px;
}

.interview-items {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
}

.interview-item a {
    display: block;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.interview-item a:hover {
    background: #e9ecef;
}

.interview-position {
    font-size: 0.8em;
    color: #d37695;
    font-weight: 600;
    margin-bottom: 5px;
}

.interview-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.interview-quote {
    font-size: 0.9em;
    color: #666;
    line-height: 1.4;
}



.view-all-interviews:hover {
}
/* 求人カード画像 */
.job-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin-bottom: 15px;
}

.job-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.job-card-image a:hover img {
    transform: scale(1.05);
}

/* 画像がない場合のデフォルト背景 */
.job-card:not(:has(.job-card-image)) .job-card-header {
    padding-top: 20px;
}

/* 求人カードの調整 */
.job-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.job-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}
@media (max-width: 1200px) {
.sidebar-card {
    width: 33%;
}
}
@media (max-width: 890px) {
.sidebar-card {
    width: 48%;
}
}
@media (max-width: 580px) {
.sidebar-card {
    width: 100%;
}
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
    .job-card-image {
        height: 180px;
    }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .archive-content-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .archive-hero {
        padding: 40px 0 30px;
    }
    
    .archive-title {
        font-size: 2em;
    }
    
    .job-stats {
        gap: 20px;
        align-items: center;
    }
    
    .filter-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .filter-buttons {
        justify-content: center;
    }
    
    .jobs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .job-card {
        padding: 20px;
    }
    
    .job-card-footer {
        gap: 15px;
        align-items: stretch;
    }
    
    .job-actions {
        justify-content: center;
    }
    
    .no-jobs-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .archive-sidebar {
        position: static;
    }
    
    .sidebar-card {
        padding: 20px;
        margin-bottom: 20px;
    }
}
/* ================================================
   サイドバー - スタッフの声（アイコン付き）
   ================================================ */

.interview-item {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.interview-item:last-child {
    border-bottom: none;
}

.interview-item a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.interview-item a:hover {
    opacity: 0.8;
}

/* アイコン + 情報のヘッダー */
.interview-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

/* アイコン画像 */
.interview-item-avatar {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #2c7fb8 0%, #1a5a7f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.interview-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-placeholder-small {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/* 情報エリア */
.interview-item-info {
    flex: 1;
    min-width: 0;
}

.interview-position {
    font-size: 0.8rem;
color: #e39d95;
  font-weight: bold;
    margin-bottom: 3px;
}

.interview-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.interview-quote {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin-top: 8px;
    padding-left: 62px; /* アイコンの幅 + gap */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* スタッフの声カード全体 */
.sidebar-card.interview-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.sidebar-card.interview-card h3 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d37695;
}

.sidebar-card.interview-card h3 i {
    color: #d37695;
    margin-right: 8px;
}

/* すべて見るリンク */
.view-all-interviews {
    display: block;
    text-align: center;
    padding: 12px 0;
    margin-top: 15px;
    font-weight: bold;
    font-weight: 500;
    text-decoration: none;
    border-top: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    color: #000;
}

.view-all-interviews:hover {
    color: #d37695;
}

.view-all-interviews i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.view-all-interviews:hover i {
    transform: translateX(3px);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .interview-item-avatar {
        width: 45px;
        height: 45px;
    }
    
    .avatar-placeholder-small {
        font-size: 18px;
    }
    
    .interview-quote {
        padding-left: 57px;
    }
}

/* ================================================
   固定応募ボタン
   ================================================ */

.fixed-apply-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-top: 3px solid #2c7fb8;
}

.fixed-apply-bar.visible {
    transform: translateY(0);
}

.fixed-apply-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    gap: 20px;
}

/* 求人情報 */
.fixed-apply-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.fixed-apply-job-type {
   background: #eb988f;
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.fixed-apply-job-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 応募ボタン */
.fixed-apply-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.fixed-apply-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.fixed-phone-btn {
        background: #983868;
    color: #fff;
    border: 2px solid #983868;
}

.fixed-phone-btn:hover {
    background: #983868;
    color: #fff;
}

.fixed-email-btn {
    background: #fff;
    color: #983868;
    border: 2px solid #983868;
}

.fixed-email-btn:hover {
    background: #fff;
    border-color: #983868;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 127, 184, 0.3);
}

.fixed-apply-btn i {
    font-size: 1.1rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .fixed-apply-content {
        flex-direction: column;
        padding: 12px 0;
        gap: 12px;
    }
    
    .fixed-apply-info {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    
    .fixed-apply-job-title {
        font-size: 0.9rem;
    }
    
    .fixed-apply-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .fixed-apply-btn {
        flex: 1;
        justify-content: center;
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    .btn-text {
        display: none;
    }
    
    .fixed-apply-btn i {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .fixed-apply-job-type {
        font-size: 0.75rem;
        padding: 3px 10px;
    }
    
    .fixed-apply-job-title {
        font-size: 0.85rem;
    }
    
    .fixed-apply-btn {
        padding: 10px 20px;
    }
}

/* ページ下部の余白（固定バーに隠れないように） */
.job-single {
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .job-single {
        padding-bottom: 100px;
    }
}
/* より目立つデザイン */
.fixed-apply-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.98), rgba(255,255,255,1));
    backdrop-filter: blur(10px);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 3px solid #eb988f;
}

.fixed-apply-bar.visible {
    transform: translateY(0);
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fixed-email-btn {
   background: #fff;
  box-shadow: 0 2px 8px rgba(33, 10, 42, 0.3);
}

.fixed-email-btn:hover {
     box-shadow: 0 2px 8px rgba(33, 10, 42, 0.3);
}