/* Google Font: "Noto Sans JP" */
  /* font-family "Noto Sans JP", sans-serif; */
  /* font-weight 100 - 900 */

/* Google Font: "Noto Serif JP" */
  /* font-family "Noto Serif JP", serif; */
  /* font-weight 200 - 900 */

/* Google Font: "Zen Antique" */
  /* font-family "Zen Antique", serif; */
  /* font-weight 400 */

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0;
}
img { 
  image-rendering: auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.-flex {
  display: flex;
}
.f-wrap {
  flex-wrap: wrap;
}
.sb {
  justify-content: space-between;
}
.sa {
  justify-content: space-around;
}
.se {
  justify-content: space-evenly;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mr3{
    margin-right: 3px;
}
.mb10 {
    margin-bottom: 10px;
  }
.mb20 {
  margin-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.logo {
  max-height: 60px;
  max-width: 100%;
  z-index: 9999;
}
.pc-nav {
  display: block;
}
.sp-nav {
  display: none;
}
ul {
  padding: 0;
}
nav {
  /* width: 60%; */
}

.font-serif {
  font-family: "Noto Serif JP", serif;
}
.font-sans {
  font-family: "Noto Sans JP", sans-serif;
}

header {
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 999;
}

.inner-header {
  max-width: 1800px;
  width: 96%;
  margin: 0 auto;
  padding: 16x 0;
  height: 100px;
}
.inner-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


.al-center {
  align-items: center;
}


/* ヘッダー内の左側メニュー類 */
.left-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  gap: .5rem;
}
.left-header span {
  font-size: 14px;
  font-weight: 500;
  padding-right: 4px;
  white-space: nowrap;
  pointer-events: none;
}
.left-header a {
  text-decoration: none;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
  line-height: 1.05;
}
.left-header .heading-sub {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

/* ヘッダー内の組合ロゴ */
.company-logo {
  width: 92px;
}

/* ヘッダー内の右側メニュー類 */
.right-header {
  display: flex;
  flex-direction: row;
  gap: 52px;
  align-items: center;
  justify-content: flex-end;
}
.right-header nav ul {
  gap: 52px;
  font-size: 16px;
  font-weight: 400;
  color: black;
}


/* ヘッダー内の無料相談ボタン */
.btn-header {
  width: 180px;
  padding: 8px;
  background-color: #9D8C56;
  border-radius: 14px;
  box-shadow: 1px 1px 4px #676767;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  color: white;
}
.btn-header img {
  height: 28px;
  margin-top: 4px;
}


/* br, img */
.sp-display-block {
  display: none;
}
.pc-display-block {
  display: block;
}

.avoid-header {
  padding-top: 100px;
}

/* ファーストビュー */
.fv-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-image: url(../img/lp-top-pc.webp?ver=20250624);
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 5%;
}
.fv-statement-text {
  font-family: "Noto Serif JP", serif;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fv-statement-first {
  width: 718px;
}
.fv-statement-second {
  width: 860px;
}
.fv-statement-text h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
.fv-statement-text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.fv-gold-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.fv-gold-img img {
  width: 276px;
}



.bg-blue {
  background-color: #B8D0ED;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
  padding-bottom: 108px;
}
.bg-blue h2 {
  display: none;
}

/* ボタン：「無料相談はこちら」 */
.cta-container {
  display: flex;
  justify-content: center;
  padding: 60px 0 20px;
  gap: 20px;
}
.cta-container a {
  pointer-events: auto !important;
}
.cta-container img {
  width: 470px;
}

.cta-element {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #9D8C56;
  border-radius: 14px;
  box-shadow: 1px 1px 4px #676767;
  padding: 24px 120px;
  width: fit-content;
}
.cta-element img {
  height: 40px;
}
.cta-element span {
  font-size: 28px;
  font-weight: 700;
  color: white;
}


/* セクション：「このようなお悩みはありませんか？」 */
.throw-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding-top: 28px;
}
.throw-title img {
  height: 60px;
}
.throw-title h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

/* お悩み事例 */
.trouble-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  width: 100%;
  padding: 60px 0 8px 0;
}
.trouble-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 1px 1px 4px #676767;
  width: 280px;
  height: 280px;
}
.trouble-icon-box h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #1D3D5E;
}
.trouble-icon-box img {
  height: 172px;
}



/* (1) */
.introduction-element {
  width: 100%;
  display: flex;
  justify-content: center;
}
.introduction-element img {
  width: 100%;
}

/* (2) */
.support-element {
  padding: 80px 0 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.support-element img {
  width: 100%;
}

/* (3) */
.value-container {
  background-color: #7B9098;
  width: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}
.value2-container {
  background-color: #E8E8E8;
  width: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}



.feature-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.feature-container h3 {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1D3D5E;
  text-align: center;
  margin-bottom: 28px;
  text-shadow: 1px 1px 2px #afafaf;
}
.feature-reviews {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom:4rem;
}
.feature-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}
.feature-box:nth-child(even) {
  flex-direction: row-reverse;
}
.feature-box img {
  width: 30%;
  border-radius: 20px;
}
.feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 47%;
}
.feature-text h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.feature-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.border-light {
  border-bottom: solid .5px #676767;
  width: 100%;
  margin-bottom: 12px;
}
.feature-item {
  display: flex;
  width: 80px;
  padding: 4px;
  background-color: #1D3D5E;
  border-radius: 100px;
  justify-content: center;
}
.feature-item span {
  color: white;
  font-size: 14px;
  font-weight: 400;
}






/* 組合が提供する具体的なサポート */
.support-container {
  background-color: #7B9098;
  width: 100%;
  padding: 60px 0 160px;
  display: flex;
  flex-direction: column;
}
.support-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin: 0;
  text-align: center;
}
.skill-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  width: 100%;
  padding: 60px 0 8px 0;
}
.skill-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px;
  border-radius: 16px;
  background-color: white;
  box-shadow: 1px 1px 4px #676767;
  width: 242px;
}
.skill-box h4 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #1D3D5E;
}
.skill-box p {
  font-size: 16px;
}
.skill-box img {
  height: 240px;
}


/* スライダーセクション */
.slider-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.voice-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* background-color: white; */
  padding: 20px 40px;
}
.card-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.card-top img {
  object-fit: cover;
  width: 80px;
  height: 80px;
  font-size: 8px;
  background-color: #aaa;
}
.card-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card-title span {
  font-size: 16px;
  /* letter-spacing: 1px; */
  font-weight: 500;
  color: #000;
}
.card-title p {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.card-description {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-description p {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
}






/* 企業様の声 */
.voice-container {
  background-color: #1D3D5E;
  width: 100%;
  padding: 14px 0 60px;
  display: flex;
  flex-direction: column;
  position: relative; /* ::beforeのために親要素にrelativeを設定 */
  z-index: 1; /* */
}

.voice-container::before {
  content: '';
  position: absolute;
  top: -88px; /* セクション上部に円の1/3を配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 440px; /* 円の幅 */
  height: 268px; /* 円の高さ */
  background-color: #1D3D5E; /* セクションと同じ色 */
  border-radius: 50%; /* 完全な円形にする */
  z-index: 0; /* */
}

.voice-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin: 0;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 2; /* */
}
.voice-title span {
  font-size: 28px;
}
.voice-element {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2; /* */
}



/* 配属までの流れ */
.flow-container {

}
.flow-title {
  font-size: 40px;
  font-weight: 700;
  color: black;
  margin: 0;
  text-align: center;
  padding-top: 40px;
}
.flow-detail {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.flow-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 40px 0 60px 0;
}
.flow-box {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
  padding: 28px 20px;
  border-radius: 14px;
  background-color: #ECECEC;
  width: 182px;
  /* width: fit-content; */
  /* height: 280px; */
  height: 160px;
  position: relative;
}
.flow-box::after {
  content: '';
  position: absolute;
  top: 5px;
  right: -20px; /* 三角形を右に出す */
  width: 0;
  height: 0;
  border-top: 104px solid transparent; /* 三角形の上部分を透明に */
  border-bottom: 102px solid transparent; /* 三角形の下部分を透明に */
  border-left: 22.5px solid #ECECEC; /* 三角形の色は背景色に合わせる */
  border-radius: 20px;
}
.flow-box:last-child::after {
  display: none; /* 最後の要素だけ三角形を非表示に */
}
.flow-box h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #1D3D5E;
}
.flow-box p {
  font-size: 16px;
  margin: 0;
}
.flow-box img {
  height: 172px;
}



/* よくあるご質問 */
.faq-container {
  width: 100%;
  padding-top: 20px;
}
.faq-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.faq-detail {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.faq-elements {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 20px 0 60px 0;
}

.faq-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: solid .5px #000;
  width: 960px;
  box-shadow: 1px 1px 4px #afafaf;
}
.faq-q {
  padding: 12px 24px;
  border-bottom: #000 solid .5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
}
.faq-q span {
  font-size: 28px;
  font-weight: 700;
  padding-right: 16px;
  margin: 0;
}
.faq-q h4 {
  font-size: 20px;
  font-weight: 700px;
  margin: 0;
}
.faq-a {
  padding: 12px 36px 20px 62px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fill-available;
}
.faq-a p {
  font-size: 20px;
  font-weight: 400px;
  margin: 0;
}









/* 組合概要 */
.union-container {
  background-color: #F1F1F1;
  width: 100%;
  padding: 60px 0 80px;
  display: flex;
  flex-direction: column;
}
.union-title {
  font-size: 40px;
  font-weight: 700;
  color: black;
  margin: 0;
  text-align: center;
}
.union-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  width: 100%;
  padding: 0;
  margin-bottom:2rem;
}
.union-elements table {
  width: 960px;
  border-collapse: collapse;
  border-top: .5px solid gray;
  border-bottom: .5px solid gray;
}
.union-elements td {
  padding: 20px;
  border-bottom: .5px solid gray;
}
.union-elements td span.no-wrap { /* 20250620追加 */
  display: inline-block;
  text-align: left;
  width: 100%;
}
.union-elements td:first-child {
  background-color: #1D3D5E;
  color: white;
  font-weight: bold;
  text-align: center;
}
.union-elements td:last-child {
  background-color: white;
  color: black;
  padding-left: 40px;
}
.union-elements tr:last-child td {
  border-bottom: none;
}






/* お問い合わせ */
.contact-container {
  background-color: #B8D0ED;
  width: 100%;
  padding: 60px 0 80px;
  display: flex;
  flex-direction: column;
}
.contact-title {
  font-size: 40px;
  font-weight: 700;
  color: black;
  margin: 0;
  text-align: center;
}
.contact-detail {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.contact-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  width: 100%;
  padding: 40px 0 0 0;
}



/* お問い合わせフォーム */
/* .wpcf7 {
  width: 100%;
}
.wpcf7-form {
  width: 100%;
} */
/* ボタンを中央に配置するための修正 */
/* .wpcf7-form {
  display: flex;
  justify-content: center;
} */
/* 全体のフォームスタイル */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  width: 100%;
  height: 24px;
  padding: 8px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-top: 12px;
  font-size: 18px;
}
.wpcf7-form textarea {
  width: 100%;
  height: 200px;
  padding: 8px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-top: 12px;
  font-size: 18px;
}
/* ボタンのスタイル */
.wpcf7-form input[type="submit"] {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #1D3D5E;
  padding: 16px 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  width: 578px;
}
.wpcf7-form input[type="submit"]:hover {
    background-color: #1D3D5E;
}
/* 必須項目のプレースホルダーテキストスタイル */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #aaa;
}
/* ラベルにスタイルを適用 */
.wpcf7-form label {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  width: 560px;
}
.wpcf7-not-valid-tip {
  color: #dc3232!important;
  font-size: 14px!important;;
  font-weight: 500!important;;
  display: block!important;;
}
/* ↓追加 */
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 14px;
  color: #ffffff;
  border-radius: 8px;
  margin-right: 12px;
  padding: 4px 12px;
  font-weight: 500;
}
/* 必須タグ */
.label_must {
  background-color: #ed0000;
}
/* 任意タグ */
.label_option {
  background-color: #888988;
}
.wpcf7-spinner {
  display: none!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}
.wpcf7 form .wpcf7-response-output {
  /* margin: 2em 0.5em 1em; */
  /* padding: 0.2em 1em; */
  /* border: 2px solid #00a0d2; */
  text-align: center;
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
}



/* 全幅指定 */
/* .full-width {
  margin: 0 calc(50% - 50vw);
  padding: 5em calc(50vw - 50%);
} */
/* pタグの余白を削除 */
/* .wpcf7-form p {
  margin-bottom: 0;
} */
/* 背景色（お好きな色に） */
/* section.contact {
  background-color: #EDF7EF;
} */
/*  フォームの幅（自由に変えてOK） */
/* .contactForm {
  max-width: 700px;
  margin: 0 auto;
} */
/* 各項目の下部余白 */
/* .contact_item {
  margin-bottom: 2.5rem;
} */
/* 項目名 */
/* .label {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: .6rem;
  font-weight: bold;
} */
/* 必須タグと任意タグ共通のスタイル */
/* .label_tag {
  font-size: 1.5rem;
  color: #ffffff;
  border-radius: .3rem;
  margin-right: 1rem;
  padding: 5px 10px;
} */
/* 必須タグ */
/* .label_must {
  background-color: #C84772;
} */
/* 任意タグ */
/* .label_option {
  background-color: #888988;
} */
/* 名前やメールアドレスなどユーザーが入力する箇所 */
/* .inputs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],input[type="email"] {
  border: solid 1px #707070;
  padding: .5rem;
  font-size: 1.8rem;
} */
/* お問い合わせ内容を入力する箇所 */
/* textarea.form-control {
  border: solid 1px #707070;
  padding: .5rem;
  height: 207px;
  font-size: 1.8rem;
} */
/* ボタン */
/* .btnArea {
  text-align: center;
}
input[type="submit"]{
  background: #C84772;
  border: 2px solid #ffffff;
  width: 280px;
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: .5em;
  text-indent: .5em;
  font-weight: bold;
  padding: 1.4rem 0;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: .3rem;
  transition: all .3s;
  
} */
/* ボタンにホバーした時 */
/* input[type="submit"]:hover {
  color: #C84772;
  background-color: #ffffff;
  border-color: #C84772;
} */
/* ローダー */
/* .wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
} */
/* モバイル版 */
/* @media screen and (max-width: 480px) {
  .contact_item {
      margin-bottom: 1.6rem;
  }
  .label {
      font-size: 1.5rem;
      margin-bottom: .4rem;
  }
  .label_tag {
      font-size: 1.1rem;
  }
  input[type="text"],input[type="email"] {
      padding: .4rem;
      font-size: 1.5rem;
  }
  textarea {
      padding: .4rem;
      font-size: 1.5rem;
  }
  input[type="submit"]{
      font-size: 1.5rem;
  }
} */








/* フッター */
footer {
  width: 100%;
  background-color: #222222;
}
.footer-content {
  text-align: center;
  padding: 8px;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
}





.thanks-section {
  /* background-color: white;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 380px; */
  background-color: #b8d0ed;
  width: 100%;
  height: calc(100vh - 33px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.thanks-section h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.thanks-section p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.thanks-section button {
  background-color: #fff;
  width: 120px;
  padding: 8px 12px;
  border-radius: 12px;
  box-shadow: 1px 1px 4px #676767;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: none;
}




/* 1460px幅以下に適用 */
@media screen and (max-width: 1460px) {
  .pc-nav {
    display: none;
  }
  .sp-nav {
    display: block;
  }
  .hamburger {
    cursor: pointer;
  }
  .hamburger div {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    transition: all 0.3s;
  }
  .plus_one{
    padding: 20px 5px;
  }
  .menu {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .menu li {
    margin: 15px 0;
  }
  .menu a {
    text-decoration: none;
    color: black;
    font-size: 20px;
  }
  .overlay {
    display: none;
    position: fixed;
    top:79px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .menu-open .menu {
    display: block;
    opacity: 1;
  }
  .menu-open .overlay {
    display: block;
    opacity: 1;
  }
  .menu-open .hamburger div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .menu-open .hamburger div:nth-child(2) {
    opacity: 0;
  }
  .menu-open .hamburger div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -7px);
  }
  .right-header-sp {
    display: flex;
    justify-content: right;
  }
}





/* 768px幅以下に適用 */
@media screen and (max-width: 768px) {
  .pc-nav {
    display: none;
  }
  .sp-nav {
    display: block;
  }
  .hamburger {
    cursor: pointer;
  }
  .hamburger div {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    transition: all 0.3s;
  }
  .plus_one{
    padding: 20px 5px;
  }
  .menu {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .menu li {
    margin: 15px 0;
  }
  .menu a {
    text-decoration: none;
    color: black;
    font-size: 20px;
  }
  .overlay {
    display: none;
    position: fixed;
    top:79px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .menu-open .menu {
    display: block;
    opacity: 1;
  }
  .menu-open .overlay {
    display: block;
    opacity: 1;
  }
  .menu-open .hamburger div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .menu-open .hamburger div:nth-child(2) {
    opacity: 0;
  }
  .menu-open .hamburger div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -7px);
  }
  .right-header-sp {
    display: flex;
    justify-content: right;
  }
}











/* 430px幅以下に適用 */
@media screen and (max-width: 430px) {
  .pc-nav {
    display: none;
  }
  .sp-nav {
    display: block;
  }
  .hamburger {
    cursor: pointer;
  }
  .hamburger div {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    transition: all 0.3s;
    z-index: 100;
  }
  .plus_one{
    padding: 20px 5px;
  }
  .menu {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .menu li {
    margin: 15px 0;
  }
  .menu a {
    text-decoration: none;
    color: black;
    font-size: 20px;
  }
  .overlay {
    display: none;
    position: fixed;
    top:79px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .menu-open .menu {
    display: block;
    opacity: 1;
  }
  .menu-open .overlay {
    display: block;
    opacity: 1;
  }
  .menu-open .hamburger div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .menu-open .hamburger div:nth-child(2) {
    opacity: 0;
  }
  .menu-open .hamburger div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -7px);
  }


  .right-header-sp {
    display: flex;
    justify-content: right;
  }


  .inner-header {
    max-width: 1800px;
    width: 92%;
    margin: 0 auto;
    padding: 16x 0;
    height: 80px;
  }
  .inner-main {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }

  /* ヘッダー内の左側メニュー類 */
  .left-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
  }
  .left-header span {
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none;
    display: inherit;
  }
  /* ヘッダー内の組合ロゴ */
  .company-logo {
    width: 80px;
  }

  .avoid-header {
    padding-top: 80px;
  }


  /* br, img */
  .sp-display-block {
    display: block;
  }
  .pc-display-block {
    display: none;
  }
  .fv-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    background-image: url(../img/lp-top-sp.webp?ver=20250624);
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .fv-statement-first {
    width: 76%;
  }
  .fv-statement-second {
    width: 100%;
  }
  .fv-statement-text {
    gap: 10px;
  }
  .fv-statement-text h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
  }
  .fv-statement-text h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    margin-top: 12px;
  }
  .fv-gold-img {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
  }
  .fv-gold-img img {
    width: 30%;
  }
  .inner-main {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  .bg-blue {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 92%, 0 calc(100% - 100px))
  }
  .cta-element {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background-color: #9D8C56;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #676767;
    padding: 24px;
    width: 100%;
  }
  .cta-container {
    display: flex;
    justify-content: center;
    padding: 24px 0 8px;
    gap: 8px;
    flex-direction: column;
  }
  .cta-container a {
    pointer-events: auto !important;
  }
  .cta-container img {
    width: 100%;
  }
  
  a {
    text-decoration: none;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cta-element img {
    height: 28px;
  }
  .cta-element span {
    font-size: 20px;
    font-weight: 700;
    color: white;
  }

  .throw-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding-top: 16px;
  }
  .throw-title h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }
  .throw-title img {
    height: 24px;
  }
  .trouble-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 20px 0 8px 0;
  }
  .trouble-icon-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 1px 1px 4px #676767;
    width: fit-content;
    height: 140px;
  }
  .trouble-icon-box h4 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #1D3D5E;
  }
  .trouble-icon-box img {
    height: 80px;
  }


  
  .introduction-element {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }

  /* (2) */
  .support-element {
    padding: 20px 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .value-container {
    background-color: #7B9098;
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .value2-container {
    background-color: #E8E8E8;
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }

  .feature-container {
    gap: 28px;
    /* margin-bottom: 60px; */
    margin-top: -3rem;
  }
  .feature-container h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px
  }
  .feature-reviews {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .feature-box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .feature-box:nth-child(even) {
    flex-direction: column-reverse;
  }
  .feature-box img {
    width: 100%;
    border-radius: 12px;
  }
  .feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 100%;
  }
  .feature-item {
    display: flex;
    width: 60px;
    padding: 4px;
    background-color: #1D3D5E;
    border-radius: 100px;
    justify-content: center;
  }
  .feature-item span {
    color: white;
    font-size: 12px;
    font-weight: 400;
  }
  .feature-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }
  .border-light {
    border-bottom: solid .5px #676767;
    width: 100%;
    margin-bottom: 4px;
  }
  .feature-text p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }

  .support-container {
    background-color: #7B9098;
    width: 100%;
    padding: 20px 0 60px;
    display: flex;
    flex-direction: column;
  }
  .support-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #757575;
  }
  .skill-elements {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 20px 0 8px 0;
  }
  .skill-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px;
    border-radius: 12px;
    background-color: white;
    box-shadow: 1px 1px 4px #676767;
    width: 100%;
  }
  .skill-box-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
  }
  .skill-box p {
    font-size: 14px;
  }
  .skill-box h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    color: #1D3D5E;
  }
  .skill-box img {
    width: 40%;
    height: auto;
  }





  /* 企業様の声 SP */
  .voice-container {
    background-color: #1D3D5E;
    width: 100%;
    padding: 14px 0 40px;
    display: flex;
    flex-direction: column;
    position: relative; /* ::beforeのために親要素にrelativeを設定 */
    z-index: 1; /* */
  }
  .voice-container::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 320px;
    background-color: #1D3D5E;
    border-radius: 50%;
    z-index: 0;
  }
  .voice-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 1px #757575;
  }
  .voice-title span {
    font-size: 16px;
  }
  .voice-element {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2; /* */
  }


  
  /* スライダーセクション */
  .slider-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .voice-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* background-color: white; */
    padding: 20px;
  }
  .card-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .card-top img {
    object-fit: cover;
    width: 80px;
    height: 80px;
    font-size: 8px;
    background-color: #aaa;
  }
  .card-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .card-title span {
    font-size: 16px;
    /* letter-spacing: 1px; */
    font-weight: 500;
    color: #000;
  }
  .card-title p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
    margin: 0;
  }
  .card-description {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-description p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000;
  }












  .flow-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #757575;
    padding-top: 20px;
  }
  .flow-detail {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .flow-elements {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 20px 0 40px 0;
  }
  .flow-box {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 8px;
    padding: 20px 20px;
    border-radius: 12px;
    background-color: #ECECEC;
    width: fit-content;
    height: 88px;
    position: relative;
  
  }
  .flow-box::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 36%;
    right: none;
    bottom: -30px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #ECECEC;
  }
  .flow-box:last-child::after {
    display: none; /* 最後の要素だけ三角形を非表示に */
  }
  .flow-box h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #1D3D5E;
  }
  .flow-box p {
    font-size: 14px;
    margin: 0;
  }
  .flow-box img {
    height: 172px;
  }
  
  

  /* よくあるご質問 */
  .faq-container {
    width: 100%;
  }
  .faq-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #757575;
  }
  .faq-detail {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .faq-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    padding: 0 0 40px 0;
  }
  .faq-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    border: solid .5px #000;
    width: 100%;
    box-shadow: 1px 1px 4px #afafaf;
  }
  .faq-q {
    padding: 12px 24px;
    border-bottom: #000 solid .5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 87%;
  }
  .faq-q span {
    font-size: 20px;
    font-weight: 700;
    padding-right: 16px;
    margin: 0;
  }
  .faq-q h4 {
    font-size: 14px;
    font-weight: 700px;
    margin: 0;
  }
  .faq-a {
    padding: 8px 24px 12px 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: -webkit-fill-available;
  }
  .faq-a p {
    font-size: 14px;
    font-weight: 400px;
    margin: 0;
  }



  /* 組合概要 */
  .union-container {
    background-color: #F1F1F1;
    width: 100%;
    padding: 20px 0 40px;
    display: flex;
    flex-direction: column;
  }
  .union-title {
    font-size: 28px;
    font-weight: 700;
    color: black;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #757575;
  }
  .union-elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    width: none;
    padding: 20px 0 0 0;
    margin-bottom:2rem;
  }
  .union-elements table {
    width: 960px;
    border-collapse: collapse;
    border-top: .5px solid gray;
    border-bottom: .5px solid gray;
    font-size: 14px;
  }
  .union-elements td {
    padding: 20px;
    border-bottom: .5px solid gray;
  }
  .union-elements td:first-child {
    background-color: #1D3D5E;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 20px 8px;
    width: 76px;
  }
  .union-elements td:last-child {
    background-color: white;
    color: black;
    padding-left: 18px;
  }
  .union-elements tr:last-child td {
    border-bottom: none;
  }



  /* お問い合わせ */
  .contact-container {
    background-color: #B8D0ED;
    width: 100%;
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
  }
  .contact-title {
    font-size: 28px;
    font-weight: 700;
    color: black;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #757575;
  }
  .contact-detail {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .contact-elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    /* width: 95%; */
    padding: 0 0 8px 0;
  }
  .card-description p{
    font-size: 15px;
  }
  /* お問い合わせフォーム */
  /* .wpcf7 {
    width: 100%;
  }
  .wpcf7-form {
    width: 100%;
  } */
  /* ボタンを中央に配置するための修正 */
  /* .wpcf7-form {
    display: flex;
    justify-content: center;
  } */
  /* 全体のフォームスタイル */
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"] {
    width: 100%;
    height: 32px;
    padding: 8px;
    margin-bottom: 4px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 18px;
  }
  .wpcf7-form textarea {
    width: 100%;
    height: 200px;
    padding: 8px;
    margin-bottom: 4px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 18px;
  }
  /* ボタンのスタイル */
  .wpcf7-form input[type="submit"] {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #1D3D5E;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-width: 300px; */
    /* width: 578px; */
    width: 100%;
  }
  .wpcf7-form input[type="submit"]:hover {
      background-color: #1D3D5E;
  }
  /* 必須項目のプレースホルダーテキストスタイル */
  .wpcf7-form input::placeholder,
  .wpcf7-form textarea::placeholder {
      color: #aaa;
  }
  /* ラベルにスタイルを適用 */
  .wpcf7-form label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    width: 95%;
    margin-left: initial;
    margin-right: auto;
  }
  .wpcf7-not-valid-tip {
    color: #dc3232!important;
    font-size: 14px!important;;
    font-weight: 500!important;;
    display: block!important;;
  }
  /* ↓追加 */
  /* 必須タグと任意タグ共通のスタイル */
  .label_tag {
    font-size: 12px;
    color: #ffffff;
    border-radius: 6px;
    margin-right: 12px;
    padding: 4px 12px;
    font-weight: 500;
  }
  /* 必須タグ */
  .label_must {
    background-color: #ed0000;
  }
  /* 任意タグ */
  .label_option {
    background-color: #888988;
  }
  











  /* フッター */
  footer {
    width: 100%;
    background-color: #222222;
  }
  .footer-content {
    text-align: center;
    padding: 8px;
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
  }



  .thanks-section {
    /* background-color: white;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 550px; */
    background-color: #b8d0ed;
    width: 100%;
    height: calc(100vh - 33px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .thanks-section h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
  }
  .thanks-section p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .thanks-section button {
    background-color: #fff;
    width: 120px;
    padding: 8px 10px;
    border-radius: 12px;
    box-shadow: 1px 1px 4px #676767;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    border: none;
  }
}








/* 430px幅以下に適用 */
@media screen and (max-width: 430px) {
  /* ヘッダー内の組合ロゴ */
  .company-logo {
    width: 80px;
  }
  .fv-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-image: url(../img/lp-top-sp.webp?ver=20250624);
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .fv-statement-first {
    width: 76%;
  }
  .fv-statement-second {
    width: 100%;
  }
  .fv-statement-text h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
  }
  .fv-statement-text h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    margin-top: 12px;
  }
  .fv-gold-img {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
  }
  .fv-gold-img img {
    width: 30%;             
  }
}

/* 202506追加 */
.copy-sub{
  font-size: 2.5rem;
  text-shadow: 0px 4px 4px #0003;
  font-weight:600;
}
.copy-sub span{
  font-size: 2.175rem;
}
.copy-main{
  font-size: 5.1rem;
  font-weight: bold;
}
.copy-main div{
  padding: 1.5rem 2.5rem;
  background-color: #fff9;
  display: inline-block;
  color: #000;
}

.autumn-2025{
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #275686, #1D3D5E, #244363, #154474, #2E6399);
}
.autumn-2025 div{
  max-width:853px;
}
.autumn-2025 img{
  width:100%;
}

.nit2506-solution img{
  max-width:720px;
  width:100%;
}
.nit2506-staffing{
  width:100%;
  gap: 40px;
}
.nit2506-staffing > div:not(:last-child){
  margin-bottom:2rem;
  justify-content: center;
}
.strong img{
  width:100%;
  border-radius:1rem;
}
.strong{
  display:flex;
  gap: 40px;
}
.strong-img{
  width:35%;
}
.strong-text{
  width:42%;
}
.strong-text h4{
  font-size:3rem;
  margin:0;
}

.strong-list{
  text-align:center;
  margin: 0 auto;
}
.strong-list div{
  width: calc(77% + 40px - 4rem - 8px);
  border: 4px solid #000;
  border-radius: 1rem;
  padding: 2rem;
  display:inline-block;
  text-align: left;
}
.strong-list p{
  margin:0;
  font-size: 1.25rem;
}
.strong-list p::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 36px;/*画像の高さ*/
  background-image: url(../img/check.webp?ver=20250624);
  background-size: contain;
  vertical-align: text-bottom;
}
.strong-list span{
  font-size: 2rem;
  font-weight: bold;
  color: #1D3D5E;
}
.strong-vision{
  text-align:center;
  margin-bottom: 40px;
}
.strong-vision p{
  margin:0;
  font-weight: bold;
}
.strong-vision p:nth-child(1){
    font-size: 3rem;
    background: linear-gradient(transparent 75%, #FFE400 75%);
    display: inline-block;
}
.strong-vision p span{
    color: #f00;
    font-size: 4rem;
}
.strong-vision p:nth-child(2){
    font-size: 6rem;
    font-family: 'Noto Serif JP';
    color: #9D8C56;
    text-shadow: 0px 4px 4px #0003;
}
.strong-vision p:nth-child(3){
  font-size: 3rem;
}

.triangle3{
    width: 0;
    height: 0;
    border-left: 4rem solid transparent;
    border-right: 4rem solid transparent;
    border-top: 3rem solid #ddd;
    margin: 0 auto;
}

.assignment-flow{
  margin-bottom:2rem;
}
.assignment-flow div{
  max-width:800px;
  margin:0 auto;
}
.assignment-flow div img{
  width:100%;
}

.union-detail{
  text-align: center;
  margin-top: 2rem;
}
.unions{
  margin: 2rem auto;
  width:unset;
  font-size: 20px;
  font-weight: 500;
}
.unions > div{
  display:flex;
}
.recruit div{
  max-width:960px;
  margin:0 auto;
}
.recruit div img{
  width:100%;
}

/* 430px幅以下に適用 */
@media screen and (max-width: 430px) {
  /* .nit2506-staffing,.nit2506-solution{
    width:90%;
  } */
  .nit2506-solution{
    width: 90%;
  }
  .nit2506-staffing > div:not(:last-child){
    margin-bottom: 1rem;
  }
  .autumn-2025 {
      padding: 1rem 0;
  }
  .strong {
    flex-flow: column-reverse;
    gap: 0;
  }
  .strong-text,
  .strong-img {
    width: 100%;
  }
  .strong-text h4 {
    font-size: 8vw;
    text-align: center;
  }
  .strong-list {
    text-align: unset;
  }
  .strong-list div{
    padding: 1.5rem;
    width: calc(100% - 3rem - 8px);
  }
  .strong-list p {
    font-size: .925rem;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
  .strong-list p::before {
    width: 18px;
    height: 21px;
    vertical-align: top;
  }
  .strong-list span{
  font-size: 1rem;
  }
  /* .feature-reviews{
    padding:0 20px;
  } */
  .strong-vision {
    margin-bottom: 20px;
  }
  .strong-vision p:nth-child(1){
    font-size: 1.5rem;
  }
  .unions {
    margin: 1rem auto;
  }
  .unions > div {
    font-size: 3.5vw;
  }
  .copy-sub {
    font-size: 4.125vw;
  }
  .copy-sub span {
    font-size: 3.675vw;
  }
  .copy-main {
    font-size: 5.6vw;
  }
  .copy-main div {
    /* padding: .5rem .75rem; */
    padding: .4rem .75rem;
  }
  .strong-vision p:nth-child(1) {
      font-size: 1.75rem;
  }
  .strong-vision p span {
    font-size: 2.5rem;
  }
  .strong-vision p:nth-child(2){
    font-size: 16vw;
  }
  .strong-vision p:nth-child(3) {
    font-size: 1.75rem;
  }
  .left-header .heading-sub {
    font-size: 3.75vw;
  }
}

.pc{display:block;}
.sp{display:none;}
@media screen and (max-width: 430px) {
  .pc{display:none;}
  .sp{display:block;}
}

/* 340px幅以下に適用 */
@media screen and (max-width: 340px) {
  .throw-title h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
  }
  .trouble-container {
    gap: 8px;
  }
  .trouble-icon-box {
    gap: 4px;
    padding: 4px;
  }
  .trouble-icon-box h4 {
    font-size: 12px;
  }
  .strong-vision p span {
    font-size: 2rem;
  }
}
.pointer {
  cursor: pointer;
}