body {
  background-color: #eaf7fe;
}

.new-secion1 {
  background-color: #eaf7fe;
}

.path-img6 {
  left: -10px;
  width: 300px;
}
@media (max-width: 969px) {
  .path-img6 {
  width: 220px;
}
}
.new-path {
  width: 38%;
  margin-bottom: 0px;
}
.new-about-title {
  font-weight: bold;
  font-size: 42px;
  position: relative;
  z-index: 3;
}

.new-flex {
  align-items: center;
}
.new-section {
  padding: 80px 0px;
  background-color: #eaf7fe;
}
.new-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; /* 子要素の絶対配置用 */
  height: auto; /* 全体の高さ。画像に合わせて調整してください */
}

.new-item img,
.new-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 01 左上 */
.new-item01 {
  top: 0;
  left: 0;
  width: 45%; /* 画像サイズに応じて調整 */
}

/* 02 右の中央 */

/* 03 左下 */
.new-item03 {
  bottom: 0;
  left: 0;
  width: 45%;
}

/* ロゴ 右下 */

@media (max-width: 969px) {
  .new-fv1 {
    margin-top: 80px;
  }
  .new-path {
    width: 100%;
    margin-bottom: 80px;
  }
  .new-about-title {
    font-weight: bold;
    font-size: 28px;
    position: relative;
    text-align: center;
  }
  /* 01 左上 */
  .new-item01 {
    top: 0;
    left: 0;
    width: 100%; /* 画像サイズに応じて調整 */
    padding-right: 20px;
    padding-bottom: 15px;
  }

  /* 02 右の中央 */
  .new-item02 {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 15px;
  }

  /* 03 左下 */
  .new-item03 {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .new-logo {
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 25px;
  }
  .new-section {
    padding: 50px 0px;
    background-color: #eaf7fe;
  }
}
.new-recruit-table-section {
  padding: 80px 20px;
  background-color: #eaf7fe;
}

.new-recruit-table {
  max-width: 1200px;
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;

  font-size: 18px;
  line-height: 1.6;
}

.new-recruit-table table {
  width: 100%;
  border-collapse: collapse;
}

.new-recruit-table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #00000080; /* 横線だけ */
}

.new-th {
  width: 25%;
  font-weight: bold;
}

.new-td {
  width: 75%;
}
.new-recruit-path {
  margin-bottom: 150px;
  width: 100%;
}
.new-recruit-title {
  text-align: center;
}
.path-img6-new {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  top: -60px;
}
@media (min-width: 969px) {
  .new-recruit-table th {
    border-bottom: 1px solid #00000080; /* 横線だけ */
    text-align: left;
  }
  .new-item02 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    transform: translateY(-50%);
  }
  .new-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
  }
}

.new-recruit-table-section {
  padding-bottom: 300px;
}

/* スマホ表示で縦並び */
@media (max-width: 969px) {
  .new-recruit-table table,
  .new-recruit-table tbody,
  .new-recruit-table tr,
  .new-recruit-table th,
  .new-recruit-table td {
    display: block;
    width: 100%;
  }
  .new-recruit-table {
    max-width: 1200px;
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;

    font-size: 15px;
    line-height: 1.6;
  }

  .new-th {
    width: 100%;
    padding: 10px;
    border-bottom: 0px solid;
    text-align: left;
    padding-top: 25px !important;
  }

  .new-td {
    padding: 10px !important;
    border-bottom: 1px solid #00000080;
    padding-bottom: 25px !important;
  }
  .new-recruit-path {
    margin-bottom: 100px;
    width: 100%;
  }
  .new-recruit-table-section {
    padding-bottom: 150px;
  }
}

.bounce {
  opacity: 0;
  transform: translateY(50px);
}

.bounce.show {
  animation: bounceInUp 0.8s forwards;
}

/* 時間差 */
.bounce-1.show {
  animation-delay: 0s;
}
.bounce-2.show {
  animation-delay: 0.3s;
}
.bounce-3.show {
  animation-delay: 0.6s;
}
.bounce-4.show {
  animation-delay: 0.8s;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(350px);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    opacity: 1; /* ここで opacity を明示 */
    transform: translateY(0);
  }
}
