
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
  }

  .hato-career-block {
    padding: 80px 24px;
    text-align: center;
    background-color: #ffffff;
  }

  .career-inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .career-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
  }

  .career-title {
    font-size: 56px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin: 0 0 32px;
  }

  .career-desc {
    max-width: 720px;
    margin: 0 auto 18px;
    font-size: 20px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7;
  }

  @media (max-width: 768px) {
    .hato-career-block {
      padding: 50px 20px;
    }
    .career-title {
      font-size: 32px;
    }
    .career-desc {
      font-size: 16px;
    }
    .career-subtitle {
      font-size: 16px;
    }
  }
