/* -------------------- 企業・事業主向けセクション -------------------- */
.kigyou_intro_section {
  background-color: #f9fbfd;
  padding: 60px 20px;
  font-family: "Yu Gothic", sans-serif;
}

.kigyou_intro_container {
  max-width: 960px;
  margin: 0 auto;
}

.kigyou_intro_title {
  font-size: 1.8rem;
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.kigyou_intro_heading {
  font-size: 1.3rem;
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 15px;
}

.kigyou_intro_text {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 30px;
}

.kigyou_intro_example {
  background-color: #ffffff;
  border-left: 6px solid #46aa36;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.kigyou_intro_label {
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}

.kigyou_intro_list {
  list-style: none;
  padding-left: 1em;
  margin: 0 0 15px;
}

.kigyou_intro_list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.2em;
  line-height: 1.6;
}

.kigyou_intro_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #46aa36;
}

.kigyou_intro_note {
  color: #444;
  font-size: 0.95rem;
}
