.workpage.recirements-wrap {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .workpage.recirements-wrap {
    padding-top: 70px;
    padding-bottom: 120px;
    border-radius: 40px 40px 0 0;
  }
  .workpage.recirements-wrap:last-of-type {
    padding-bottom: 90px;
  }
}
.work-card-wrap.flex {
  flex-wrap: wrap;
  gap: 80px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .work-card-wrap.flex {
    gap: 30px;
  }
}
.card {
  /* レイアウト */
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1200px; /* 全体の最大幅 */
  /* スタイル */
  padding: 70px;
  border-radius: 20px;
 /* background: #fff;
  opacity: 0.9;*/
  box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .card {
    flex-wrap: wrap;
    padding: 40px 22px;
  }
}
@media screen and (max-width: 768px) {
  .card {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    /* 中の文字や画像が端に張り付かないように、内側余白をしっかり取る */
    padding: 40px 22px;
    box-sizing: border-box;
    /* 縦並びにする */
    flex-direction: column;
    gap: 30px;
  }
}
.card-content {
  flex: 1;
}
.card-title {
  position: relative;
  padding-left: 28px; /* 四角形の幅 + 間隔 */
  margin-bottom: 32px;
  /* テキストスタイル */
  color: #136cfa;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .card-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: 0.6px;
    padding-left: 18px;
    margin-bottom: 20px;
  }
}
/* タイトル横の青い四角形 */
.card-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em; /* 文字の位置に合わせる調整 */
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  background-color: #003894;
}
@media screen and (max-width: 768px) {
  .card-title::before {
    width: 9px;
    height: 9px;
  }
}
.card-text {
  /* テキストスタイル */
  color: #191e2e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .card-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    letter-spacing: 0.48px;
  }
}
.card-image {
  flex-shrink: 0;
  max-width: 480px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .card-image {
    width: 100%;
    height: auto;
  }
}
.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* 比率を維持してトリミング */
  display: block;
}
@media screen and (max-width: 768px) {
  .card-image img {
    width: 100%;
    height: auto;
  }
}
.recirements-wrap.second {
  background-color: #138afa;
}
.work-title-area {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .work-title-area {
    padding-bottom: 30px;
  }
}
.work-title-area .human01 {
  width: 323px;
  height: 320px;
  aspect-ratio: 107/106;
  position: absolute;
  bottom: -8px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .work-title-area .human01 {
    width: 123px;
  /*  height: 122px;*/
	  height: 127px;
    aspect-ratio: 123/122;
  }
}
.work-title-area .human02 {
  width: 381.03px;
  height: 373.339px;
  aspect-ratio: 99/97;
  position: absolute;
  bottom: -44px;
  right: -5px;
}
@media screen and (max-width: 768px) {
  .work-title-area .human02 {
    width: 123px;
    /*s*/
	  height: 119px;
    bottom: 0;
  }
}
.work-title-area .flex {
  display: flex;
  gap: 22px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .work-title-area .flex {
    display: flex !important;
    flex-direction: row !important; /* 縦並びにならないよう固定 */
  }
}
.work-title-area .flex div.icon {
  width: 83px;
  height: 83px;
}
@media screen and (max-width: 768px) {
  .work-title-area .flex div.icon {
    width: 67px !important;
    height: 67px !important;
    flex-shrink: 0; /* これを入れるとアイコンが絶対に縮まなくなります */
  }
}
.title-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .title-area {
    gap: 15px 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.title-area h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: 1.2px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .title-area h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    flex: 1;
    line-height: 120%; /* 26.4px */
    letter-spacing: 0.66px;
  }
}
.title-area span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 210%; /* 37.8px */
  letter-spacing: 0.54px;
}
@media screen and (max-width: 768px) {
  .title-area span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.48px;
  }
  .title-area span.pr01 {
    padding-right: 117px;
  }
  .title-area span.pr02 {
    padding-right: 115px;
  }
}
/*# sourceMappingURL=work.css.map */
/* 外枠：親を無視して画面いっぱい（100vw）に広げる */
.working-env-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 80px 0 0; /* 上下の余白はお好みで */
}
@media screen and (max-width: 768px) {
  .working-env-slider {
    padding: 60px 0 0;
  }
}
/* スライドを横に並べる中身 */
.working-env-slider-inner {
  display: flex;
  width: max-content;
  /* 速度は30s（30秒）の部分で調整してください */
  animation: working-env-scroll 30s linear infinite;
}
/* 各スライドアイテム */
.working-env-item {
  width: 355px;
  height: 240px;
  margin: 0 15px; /* 左右に15pxずつのマージン */
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .working-env-item {
    width: 260px;
    height: 170px;
    margin: 0 5px;
  }
}
.working-env-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* アニメーションの設定
   1セット4枚の場合：385px × 4枚 = 1540px 移動させる
*/
@keyframes working-env-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1540px);
  }
}