@charset "UTF-8";
/* =========================
  お悩みブロック
========================= */
.worry-block {
  margin-top: 48px;
}

/* タイトル */
.worry-title {
  text-align: center;
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 700;
  color: #152E44;
  margin-bottom: 50px;
  margin-top: 64px;
}

.worry-title span {
  color: #D06C02;
}

.worry-content {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* 左：人物 */
.worry-image {
  flex: 0 0 35%;
}

.worry-image img {
  width: 100%;
  height: auto;
}

/* 右：吹き出し群 */
.worry-balloons {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 吹き出し共通 */
.balloon {
  max-width: 90%;
  height: auto;
}

/* ズラし指定 */
.balloon-1,
.balloon-3 {
  margin-left: 0;
}

.balloon-2,
.balloon-4 {
  margin-left: 10%;
}

/* =========================
  強みブロック
========================= */
.strong-block {
  position: relative;
  background-color: #FED6AD;
  margin-top: 72px; /* 三角分あける */
  padding: 96px 24px 48px;
}

/* 上部の逆三角くり抜き */
.strong-block::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 1122px;
  height: 50px;
  background-color: #FFECD5; /* 上の背景色と同じ */
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* タイトル */
.strong-title {
  text-align: center;
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 800;
  color: #152E44;
  margin-bottom: 32px;
}

/* 中身レイアウト */
.strong-content {
  display: flex;
  gap: 12%;
  align-items: center;
}

/* 左画像 */
.strong-image {
  flex: 0 0 40%;
}

.strong-image img {
  width: 100%;
  height: auto;
}

/* 右リスト */
.strong-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.strong-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  color: #152E44;
}

.strong-list img {
  width: 28px;
  height: auto;
}

/* =========================
  転職者の声
========================= */
.voice-block {
  margin-top: 96px;
  margin-bottom: 96px;
}

/* タイトル */
.voice-title {
  text-align: center;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  color: #152E44;
}

.voice-subtitle {
  text-align: center;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #152E44;
  margin-bottom: 48px;
}

.voice-v {
  font-size: clamp(36px, 5vw, 64px);
}

/* カード配置 */
.voice-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 960px; /* 読みやすい幅に制限 */
  margin: 0 auto;
}

/* カード */
.voice-card {
  background-color: #FFF5E2;
  border-radius: 20px;
  padding: 24px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* 総合評価 */
.voice-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.voice-rating-text {
  font-size: clamp(16px, 1vw, 24px);
  font-weight: 700;
  color: #736500;
}

.voice-rating img {
  width: 90px;
  height: auto;
}

/* 本文 */
.voice-body {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* 人物 */
.voice-person {
  flex: 0 0 30%;
  text-align: center;
}

.voice-person img {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-bottom: 8px;
}

.voice-name {
  font-size: 16px;
  font-weight: 700;
  color: #152E44;
}

/* コメント */
.voice-comment {
  font-size: clamp(16px, 1vw, 24px);
  line-height: 1.7;
  color: #152E44;
}

/* コメントタイトル */
.voice-comment-title {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 800;
  color: #000;
  margin-bottom: 16px;
}

/* 総合評価の余白調整 */
.voice-rating {
  margin-bottom: 8px;
}

/* =========================
  人材紹介サービスの流れ
========================= */
.flow-block {
  background-color: #FED6AD;
  padding: 96px 24px 72px;
  text-align: center;
}

/* タイトル */
.flow-title {
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  color: #152E44;
}

/* Flow */
.flow-subtitle {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #152E44;
  margin-bottom: 24px;
}

.flow-f {
  font-size: clamp(40px, 5vw, 64px);
}

/* サブコピー */
.flow-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.flow-lead p {
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  color: #D06C02;
}

.flow-lead img {
  width: 32px;
  height: auto;
}

/* フロー画像 */
.flow-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

/* 左右画像 */
.flow-image {
  flex: 0 0 35%;
}

.flow-image img {
  width: 100%;
  height: auto;
}

/* 矢印 */
.flow-arrow img {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.arrow-down {
  display: none;
}

/* =========================
  会社概要
========================= */
.company-block {
  margin: 96px auto;
  max-width: 960px;
  padding: 0 16px;
}

/* タイトル */
.company-title {
  text-align: center;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  color: #152E44;
}

/* Company */
.company-subtitle {
  text-align: center;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #152E44;
  margin-bottom: 48px;
}

.company-c {
  font-size: clamp(36px, 5vw, 64px);
}

/* 表全体 */
.company-table {
  border-top: 1px solid #DDDDDD;
}

/* 1行 */
.company-row {
  display: flex;
  padding: 20px 8px;
  border-bottom: 1px solid #DDDDDD;
}

/* 左ラベル */
.company-label {
  flex: 0 0 30%;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  color: #152E44;
}

/* 右内容 */
.company-value {
  flex: 1;
  font-size: clamp(14px, 1.2vw, 18px);
  color: #152E44;
  line-height: 1.6;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .worry-content {
    flex-direction: column;
    align-items: center;
  }
  .worry-image {
    width: 60%;
    margin-bottom: 24px;
  }
  .worry-balloons {
    width: 100%;
  }
  .balloon-2,
  .balloon-4 {
    margin-left: 8%;
  }
  .strong-content {
    flex-direction: column;
  }
  .strong-image {
    width: 70%;
  }
  .voice-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .voice-person {
    margin-bottom: 16px;
  }
  .flow-images {
    flex-direction: column;
    gap: 16px;
  }
  /* 画像サイズ調整 */
  .flow-image {
    width: 80%;
  }
  /* 矢印切り替え */
  .arrow-right {
    display: none;
  }
  .arrow-down {
    display: block;
    width: 36px;
    margin: 8px 0;
  }
  .strong-list ul li span {
    font-size: clamp(16px, 3vw, 36px);
  }
  .voice-rating-text {
    font-size: clamp(20px, 1vw, 24px);
  }
  .voice-rating {
    justify-content: center;
  }
  .voice-rating img {
    width: 110px;
  }
  .voice-comment-title {
    font-size: clamp(16px, 3vw, 32px);
    text-align: center;
  }
  .worry-title {
    font-size: clamp(18px, 4vw, 32px);
  }
  .strong-title {
    font-size: clamp(20px, 4vw, 34px);
  }
  .strong-list li {
    font-size: clamp(16px, 4vw, 24px);
  }
  .voice-title {
    font-size: clamp(16px, 2.5vw, 24px);
  }
  .voice-subtitle {
    font-size: clamp(28px, 6vw, 48px);
  }
  .voice-v {
    font-size: clamp(36px, 7vw, 64px);
  }
  .voice-person img {
    max-width: 200px;
  }
  .voice-comment {
    text-align: left;
    font-size: clamp(16px, 2.5vw, 24px);
  }
  .flow-title {
    font-size: clamp(16px, 2.5vw, 22px);
  }
  .flow-subtitle {
    font-size: clamp(28px, 6vw, 48px);
  }
  .flow-lead p {
    font-size: clamp(16px, 2.5vw, 22px);
  }
  .flow-image img {
    width: 70%;
  }
  .flow-f {
    font-size: clamp(36px, 7vw, 64px);
  }
  .company-title {
    font-size: clamp(16px, 2.5vw, 22px);
  }
  .company-subtitle {
    font-size: clamp(28px, 6vw, 48px);
  }
  .company-c {
    font-size: clamp(36px, 7vw, 64px);
  }
  .company-label {
    font-size: clamp(16px, 2.5vw, 24px);
  }
  .company-value {
    font-size: clamp(16px, 2.5vw, 24px);
  }
}
@media (max-width: 500px) {
  .complete-note {
    width: 90%;
    margin: 0 auto;
  }
  .worry-title {
    font-size: clamp(18px, 6vw, 32px);
  }
  .worry-content {
    gap: 10px;
  }
  .flow-image img {
    width: 85%;
  }
  .voice-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .flow-block {
    padding-top: 60px;
  }
  .company-block {
    margin-top: 60px;
  }
}
@media (max-width: 390px) {
  .site-title {
    font-size: 14px;
  }
  .header-item img {
    height: 25px;
  }
}/*# sourceMappingURL=introduce.css.map */