@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.jobav-hero {
  padding: 56px 40px;
  background: linear-gradient(135deg, #063f4c, #071f28);
  color: #fff;
  border-radius: 14px;
  margin: 40px 0;
}

.jobav-kicker {
  font-weight: 700;
  color: #a7e7f2;
  margin-bottom: 10px;
}

.jobav-hero h1 {
  font-size: 2.1rem;
  margin-bottom: 18px;
}

.jobav-main-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #2f8de4;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.jobav-section,
.jobav-about {
  margin: 46px 0;
}

.jobav-section h2,
.jobav-about h2 {
  border-left: 0;
  background: #063f4c;
  color: #fff;
  padding: 16px 20px;
  border-radius: 8px;
}

.jobav-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.jobav-card-grid a {
  display: block;
  padding: 18px;
  background: #f6f8f9;
  border: 1px solid #dbe5e8;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 768px) {
  .jobav-hero {
    padding: 36px 22px;
  }

  .jobav-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}