/* ========================================================================== */
/* FV */
/* ========================================================================== */

@media screen and (min-width: 768px) {
  .main-catch-sleep {
    left: 46%;
    bottom: 10%;
  }
}

/* ========================================================================== */
/* end FV */
/* ========================================================================== */

/* ========================================================================== */
/* lead-sleep */
/* ========================================================================== */

.container-lead-sleep {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}

/* ========================================================================== */
/* end lead-sleep */
/* ========================================================================== */

/* ========================================================================== */
/* personnnel */
/* ========================================================================== */
.box-personnel-sleep {
  min-height: 220px;
}

@media screen and (min-width: 640px) {
  .box-personnel-sleep {
    min-height: 345px;
  }
}
/* ========================================================================== */
/* end personnel */
/* ========================================================================== */

/* ========================================================================== */
/* training */
/* ========================================================================== */

.wrapper-sleep-training {
  width: 97%;
  margin: 0 auto;
}

.sleep-training-head {
  border-bottom: 1px solid #567588;
  margin-top: 15px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .sleep-training-head {
    margin-top: 30px;
  }
}

.sleep-training-head h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #567588;
}

@media screen and (min-width: 768px) {
  .sleep-training-head h3 {
    font-size: 2.4rem;
  }
}

.container-sleep-training {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .container-sleep-training {
    flex-direction: row;
    gap: 80px;
    margin-bottom: 70px;
  }
}

.sleep-training-img {
  flex-shrink: 0;
}

.sleep-training-img img {
  width: clamp(300px, 90%, 500px);
  height: auto;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .sleep-training-img img {
    width: clamp(300px, 40vw, 500px);
  }
}

.container-sleep-training p {
  font-size: clamp(1.4rem, 2.1vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #333;
}
/* ========================================================================== */
/* end training */
/* ========================================================================== */

/* ========================================================================== */
/* career */
/* ========================================================================== */

.container-sleep-career {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .container-sleep-career {
    align-items: flex-start;
    flex-direction: row;
    gap: clamp(50px, 7vw, 90px);
  }
}

.container-primary-lead p:last-of-type {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .container-primary-lead p:last-of-type {
    margin-top: 30px;
  }
}

.sleep-career-img {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .sleep-career-img {
    transform: translateY(-100px);
  }
}

.sleep-career-img img {
  width: clamp(300px, 90%, 630px);
  height: auto;
}

@media screen and (min-width: 768px) {
  .sleep-career-img img {
    width: clamp(340px, 40vw, 630px);
  }
}

.sleep-career-img span {
  width: clamp(300px, 90%, 630px);
  font-size: 1.3rem;
  font-weight: normal;
  color: #4d4d4d;
  margin-top: 10px;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}

@media screen and (min-width: 768px) {
  .sleep-career-img span {
    width: clamp(340px, 40vw, 630px);
    font-size: 1.4rem;
  }
}

/* ========================================================================== */
/* end career */
/* ========================================================================== */
