@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.ly_press2023IndexLead {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.8rem;
  position: absolute;
  left: -9.6rem;
  bottom: 1.6rem;
}

.ly_press2023IndexLead_title {
  display: block;
}

.ly_press2023IndexLead_description {
  display: block;
}

.bl_press2023IndexLeadTitle {
  width: 34rem;
  height: 9rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_press2023IndexLeadTitle_text {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bl_press2023IndexLeadDescription {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.bl_press2023IndexLeadDescription_text {
  display: block;
  background-color: white;
  color: #000;
  white-space: nowrap;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem; /* 250% */
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

@media screen and (max-width: 600px) {
  .ly_press2023IndexLead {
    left: 50vw;
    transform: translateX(-50%);
    bottom: -4.5rem;
  }
  .bl_press2023IndexLeadTitle {
    width: 31rem;
  }
  .bl_press2023IndexLeadDescription {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */