.ly_empTop {
  padding: 80px 15px 60px 15px;
}

.bl_empTopImg {
  margin-right: -15px;
}

.bl_empTop_text {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px 12px;
  margin-top: -25px;
  margin-left: -15px;
  z-index: 1;
  position: relative;
}

.bl_empTop_text h2 {
  font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
  margin-bottom: 20px;
}

.bl_empTop_name {
  font-size: 14px;
}

.bl_empTop_name span {
  font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem);
}

.ly_empQuestionImg,
.ly_empQuestionFull,
.ly_empQuestionSide {
  padding: 40px 15px 0;
  line-height: 1.5;
}

.ly_empQuestionImg p,
.ly_empQuestionFull p,
.ly_empQuestionSide p {
  line-height: 2;
}

.bl_empTitle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.bl_empTitle span {
  display: block;
  color: #fff;
  background: #086dcd;
  width: fit-content;
  padding: 2px 4px;
  font-size: 20px;
}

.bl_empSubtitle {
  font-family: 'NotoSerifJP', serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #086dcd;
  margin-bottom: 12px;
}

.bl_empQuestionImg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ly_separator {
  aspect-ratio: 15 / 4;
  margin-block: 40px;
}

.ly_separator img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ly_empMessage {
  padding: 40px 0 0;
}

.bl_empMessage_cont {
  background: #000;
  padding: 0 15px 40px;
  color: #fff;
  margin-top: 90px;
}

.bl_empMessage_contImg {
  position: relative;
  top: -40px;
}

.bl_empMessage_contTxt h3 {
  font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem);
  margin-top: 0;
}

.bl_empMessage_contTxt p {
  line-height: 2;
}

.ly_otherPosts {
  padding: 40px 15px;
}

.bl_otherPosts_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl_otherPost a {
  position: relative;
  display: block;
  color: #fff;
}

.bl_otherPost a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl_otherPost a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(51, 51, 51, 0) 0%,
    rgba(51, 51, 51, 1) 100%
  );
}

.bl_otherPost a h3 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  z-index: 1;
  margin: 0;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .ly_empTop {
    padding-block: 160px 100px;
  }

  .bl_empTop {
    position: relative;
  }

  .bl_empTopImg {
    width: 67vw;
    margin-inline: auto 0;
    max-width: 1030px;
  }

  .bl_empTop_text {
    position: absolute;
    margin: 0;
    bottom: -40px;
    right: 67vw;
    transform: translateX(50%);
    width: 100%;
    max-width: min(50vw, 490px);
    padding: clamp(1.25rem, 1.0357rem + 1.0714vw, 2rem)
      clamp(0.75rem, 0.3393rem + 2.0536vw, 2.1875rem) 48px
      clamp(0.75rem, 0.3393rem + 2.0536vw, 2.1875rem);
  }

  .ly_empQuestionImg {
    padding-inline: 0 40px;
    margin-inline: 0 auto;
  }

  .bl_empQuestionImg {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 40px;
  }

  .bl_empQuestionImg_img {
    width: 44vw;
    flex-shrink: 0;
    max-width: 670px;
  }

  .bl_empQuestionImg_text {
    max-width: 560px;
  }

  .bl_empTitle {
    margin-block: 0 40px;
  }

  .bl_empTitle span {
    padding: 4px 20px;
  }

  .ly_empQuestionFull {
    padding-block: 80px 100px;
  }

  .bl_empQuestionFull {
    max-width: 1000px;
    margin-inline: auto;
  }

  .ly_empQuestionSide {
    display: grid;
    grid-template-columns: minmax(0, 555px) 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 80px 40px;
    max-width: 1160px;
    margin-inline: auto;
    padding-block: 0;
    margin-block: 80px;
  }

  .bl_empQuestionSide:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }

  .bl_empQuestionSide:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }

  .bl_empQuestionSlide_img {
    grid-area: 1 / 2 / 3 / 3;
    height: 100%;
  }

  .bl_empQuestionSlide_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .ly_empMessage {
    padding: 0;
  }

  .bl_empMessage_cont {
    display: flex;
    gap: 40px;
    padding: 80px 15px 40px;
    justify-content: center;
  }

  .bl_empMessage_contTxt {
    max-width: 526px;
  }

  .bl_empMessage_contImg {
    width: 43vw;
    flex-shrink: 0;
    max-width: 660px;
    top: -140px;
    margin-bottom: -100px;
  }

  .bl_otherPost:first-child a::before {
    background: linear-gradient(
      30deg,
      rgba(0, 0, 0, 0.06) 30%,
      rgba(78, 78, 78, 1) 100%
    );
  }

  .bl_otherPost:last-child a::before {
    background: linear-gradient(
      -30deg,
      rgba(0, 0, 0, 0.06) 30%,
      rgba(78, 78, 78, 1) 100%
    );
  }

  .ly_otherPosts {
    margin-block: 80px 120px;
  }

  .bl_otherPosts {
    max-width: 1380px;
    margin-inline: auto;
  }

  .bl_otherPost a h3 {
    top: 50%;
    left: auto;
    right: 20px;
    height: fit-content;
    width: fit-content;
    transform: translateY(-50%);
  }

  .bl_otherPost:last-child a h3 {
    right: auto;
    left: 20px;
  }

  .bl_otherPost_info {
    position: absolute;
    bottom: 0px;
    width: fit-content;
    left: 0px;
    background: rgba(51, 51, 51, 0.8);
    padding: 10px 15px;
    z-index: 1;
    display: flex !important;
    align-items: center;
    gap: 12px;
    font-size: 14px;
  }

  .bl_otherPost_info strong {
    font-size: 18px;
  }

  .bl_otherPost_info span {
    display: block;
    width: 1px;
    height: 80px;
    background: #fff;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1024px) {
  .bl_otherPosts_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
