.page-careers .message-section {
  background: #f8fdfc;
}

.page-careers .message-section .main-message {
  text-align: center;
  margin-bottom: 60px;
}

.page-careers .message-section .main-message h3 {
  color: #0abab5;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.page-careers .message-section .main-message .message-image {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.page-careers .message-section .main-message .message-image img {
  width: 100%;
  height: auto;
}

.page-careers .message-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-careers .message-section .features-grid .feature-item {
  background: white;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(10, 186, 181, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-careers .message-section .features-grid .feature-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.page-careers .message-section .features-grid .feature-item h4 {
  color: #0abab5;
  margin-bottom: 15px;
  font-size: 20px;
}

.page-careers .message-section .evolution-message {
  background: linear-gradient(135deg, #ffffff 0%, #f0fffe 100%);
  padding: 40px;
  border-radius: 20px;
  border: 2px solid rgba(10, 186, 181, 0.1);
  text-align: center;
}

.page-careers .message-section .evolution-message h4 {
  color: #0abab5;
  margin-bottom: 20px;
  font-size: 24px;
}

.page-careers .recruitment-section .bonus-info {
  background: #fff3cd;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid #ff9800;
  margin-bottom: 40px;
}

.page-careers .recruitment-section .bonus-info .bonus-title {
  color: #ff9800;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.page-careers .recruitment-section .bonus-info p {
  margin-bottom: 8px;
  color: #4a5568;
}

.page-careers .recruitment-section .bonus-info p:last-child {
  margin-bottom: 0;
}

.page-careers .recruitment-section .bonus-info p.note {
  font-size: 14px;
  color: #666666;
}

.page-careers .recruitment-section .job-listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.page-careers .recruitment-section .job-listings .job-item {
  background: white;
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(10, 186, 181, 0.1);
}

.page-careers .recruitment-section .job-listings .job-item .job-title {
  color: #0abab5;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(10, 186, 181, 0.1);
}

.page-careers .recruitment-section .job-listings .job-item .job-details .detail-item {
  margin-bottom: 15px;
}

.page-careers .recruitment-section .job-listings .job-item .job-details .detail-item:last-child {
  margin-bottom: 0;
}

.page-careers .recruitment-section .job-listings .job-item .job-details .detail-item .detail-label {
  color: #0abab5;
  font-weight: 600;
  margin-bottom: 5px;
}

.page-careers .recruitment-section .job-listings .job-item .job-details .detail-item .detail-value {
  color: #4a5568;
  line-height: 1.6;
}

.page-careers .recruitment-section .job-listings .job-item .job-details .detail-item .detail-value ul {
  margin: 5px 0 0 20px;
  padding: 0;
}

.page-careers .recruitment-section .job-listings .job-item .job-details .detail-item .detail-value ul li {
  margin-bottom: 3px;
}

.page-careers .recruitment-section .job-listings .job-item .job-details .detail-item .detail-value ul li:last-child {
  margin-bottom: 0;
}

.page-careers .holiday-section {
  background: #f8fdfc;
}

.page-careers .holiday-section .holiday-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-careers .holiday-section .holiday-list ul li {
  background: white;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border-left: 4px solid #0abab5;
  -webkit-box-shadow: 0 2px 8px rgba(10, 186, 181, 0.1);
  box-shadow: 0 2px 8px rgba(10, 186, 181, 0.1);
  color: #4a5568;
  line-height: 1.6;
}

.page-careers .holiday-section .holiday-list ul li:last-child {
  margin-bottom: 0;
}

.page-careers .benefits-section .benefits-image {
  text-align: center;
}

.page-careers .benefits-section .benefits-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.page-careers .schedule-section {
  background: #f8fdfc;
}

.page-careers .schedule-section .schedule-image {
  text-align: center;
  margin-bottom: 40px;
}

.page-careers .schedule-section .schedule-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.page-careers .schedule-section .apply-button {
  text-align: center;
}

.page-careers .schedule-section .apply-button .btn {
  min-width: 250px;
  font-size: 18px;
  padding: 15px 30px;
}

@media screen and (max-width: 1152px) {
  .page-careers .message-section .main-message {
    margin-bottom: 50px;
  }

  .page-careers .message-section .main-message h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-careers .message-section .features-grid {
    gap: 25px;
    margin-bottom: 50px;
  }

  .page-careers .message-section .features-grid .feature-item {
    padding: 25px;
  }

  .page-careers .message-section .features-grid .feature-item h4 {
    font-size: 18px;
  }

  .page-careers .message-section .evolution-message {
    padding: 30px;
  }

  .page-careers .message-section .evolution-message h4 {
    font-size: 22px;
  }

  .page-careers .recruitment-section .bonus-info {
    padding: 20px;
    margin-bottom: 30px;
  }

  .page-careers .recruitment-section .job-listings .job-item {
    padding: 25px;
  }

  .page-careers .recruitment-section .job-listings .job-item .job-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 490px) {
  .page-careers .message-section .main-message {
    margin-bottom: 40px;
  }

  .page-careers .message-section .main-message h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .page-careers .message-section .main-message .message-image {
    border-radius: 10px;
  }

  .page-careers .message-section .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .page-careers .message-section .features-grid .feature-item {
    padding: 20px;
  }

  .page-careers .message-section .features-grid .feature-item h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .page-careers .message-section .evolution-message {
    padding: 25px;
  }

  .page-careers .message-section .evolution-message h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .page-careers .recruitment-section .bonus-info {
    padding: 15px;
    margin-bottom: 25px;
  }

  .page-careers .recruitment-section .bonus-info .bonus-title {
    font-size: 16px;
  }

  .page-careers .recruitment-section .bonus-info p.note {
    font-size: 13px;
  }

  .page-careers .recruitment-section .job-listings {
    gap: 25px;
  }

  .page-careers .recruitment-section .job-listings .job-item {
    padding: 20px;
  }

  .page-careers .recruitment-section .job-listings .job-item .job-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .page-careers .recruitment-section .job-listings .job-item .job-details .detail-item {
    margin-bottom: 12px;
  }

  .page-careers .holiday-section .holiday-list ul li {
    padding: 12px 15px;
    margin-bottom: 8px;
  }

  .page-careers .schedule-section .schedule-image {
    margin-bottom: 30px;
  }

  .page-careers .schedule-section .apply-button .btn {
    min-width: 200px;
    font-size: 16px;
    padding: 12px 25px;
  }
}
/*# sourceMappingURL=page-careers.css.map */