/* ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ã®åŸºæœ¬è¨­å®š */
.ly_top-mv {
  position: relative;
  width: 100%;
  height: 740px;
  margin-top: 75px;
}
@media screen and (max-width: 64em) {
  .ly_top-mv {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}
@media screen and (max-width: 40em) {
  .ly_top-mv {
    aspect-ratio: auto;
    height: 75vh;
  }
}
@media screen and (max-width: 376px) {
  .ly_top-mv {
    height: 90vh;
  }
}
.ly_top-mv .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ly_top-mv .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ly_top-mv .ly_top-mv__slide--1 {
  background-image: url("../img/top/top-mv-01.webp");
  background-position: right center;
  background-size: cover;
  height: 700px;
  animation: bg_zoom 10s ease-in-out infinite alternate;
}
@media print, screen and (max-width: 52.000em) {
  .ly_top-mv .ly_top-mv__slide--1 {
    background-position: right -15rem center;
    height: 600px;
  }
}
@media print, screen and (max-width: 431px) {
  .ly_top-mv .ly_top-mv__slide--1 {
    background-position: right -20rem center;
  }
}
/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.ly_top-mv__content {
  position: absolute;
  top: 45%;
  left: 8%;
  transform: translateY(-45%);
  text-align: left;
  text-shadow:
    0 0 2px white, 0 0 4px white, 0 0 6px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 6px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.7);
}
@media print, screen and (max-width: 431px) {
  .ly_top-mv__content {
    top: 70%;
    left: 8%;
    transform: translateY(-70%);
  }
}
/* ã‚µãƒ–ã‚¿ã‚¤ãƒˆãƒ«ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.ly_top-mv__subtitle {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(0.65rem, 2.5vw, 1.125rem);
  color: var(--green);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
/* ã‚¿ã‚¤ãƒˆãƒ«ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.ly_top-mv__title {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}
.ly_top-mv__extra {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 4vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 0.25rem;
}
.ly_top-mv__text span {
  position: relative;
}
.ly_top-mv__text span::before {
  content: "";
  display: block;
  background-color: var(--green); /* CSSå¤‰æ•°ãŒé©ç”¨ã•ã‚Œã¦ã„ã‚‹ã‹ç¢ºèª */
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
}
.ly_top-mv__text.__anima span::before {
  animation: anima_bg_6 1.3s ease-out 1 forwards;
  animation-fill-mode: forwards; /* ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³å¾Œã®çŠ¶æ…‹ã‚’ä¿æŒ */
}
.ly_top-mv__text span:nth-child(1)::before {
  animation-delay: 0s;
}
.ly_top-mv__text span:nth-child(2)::before {
  animation-delay: 0.3s;
}
.ly_top-mv__text span:nth-child(3)::before {
  animation-delay: 0.6s;
}
.ly_top-mv__text span {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.ly_top-mv__text.__anima span {
  animation: anima_fadein_6 0.5s ease-out 0.9s 1 forwards;
  animation-fill-mode: forwards;
}
@keyframes anima_fadein_6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anima_bg_6 {
  0% {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.ly_top-openings {
  background-color: #88C227;
  position: relative;
  text-align: center;
  margin-top: -120px;
  padding: 2.5rem 2.5rem 3rem;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
@media print, screen and (max-width: 376px) {
  .ly_top-openings {
    background-color: #88C227;
    position: relative;
    text-align: center;
    margin-top: 2.5rem;
    padding: 2.5rem 2.5rem 3rem;
    box-shadow:
      0 2px 8px rgba(0, 0, 0, 0.15);
    color: #ffffff;
  }
}
.ly_top-openings::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}
.ly_top-openings .section-heading {
  margin-bottom: 1rem;
}
.ly_top-openings .section-heading::before {
  color: #fff;
}
.ly_top-openings p {
  margin: 0;
	font-size:1.125rem;
}.ly_top-openings .highlight {
  background: linear-gradient(transparent 89%, #ead64c 89%);
}
.ly_top-message {
  padding: clamp(3rem, 6vw, 6rem) 0;
  background-color: #F8F8F6;
  background-image: url(../img/top/top-message.webp);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: right -8rem center;
  height: 800px;
}
.ly_top-message__content {
  width: 47%;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  text-shadow:
    0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 25px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 25px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 25px rgba(255, 255, 255, 0.5);
}
.ly_top-message--image {
  display: none;
}
@media screen and (max-width: 64em) {
  .ly_top-message {
    background-position: right -14rem center;
    height: 700px;
  }
  .ly_top-message__content {
    width: 60%;
    left: 6%;
  }
}
@media screen and (max-width: 48em) {
  .ly_top-message {
    background-image: none;
    height: auto;
  }
  .ly_top-message__content {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    padding: 0 clamp(0rem, 1vw, 1.5rem);
  }
  .ly_top-message--image {
    display: block;
  }
}
.ly_top-message__content .button {
  text-shadow: none;
}
.ly_top-news {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media print, screen and (max-width: 431px) {
  .ly_top-news {
    display: block;
  }
}
.ly_top-news__intro {
  flex: 0 1 30%;
}
.ly_top-news__list {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
}
.ly_top-news__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid #e1e5cc;
  padding: 2rem 0;
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 431px) {
  .ly_top-news__item a {
    padding: 1rem 0;
  }
}
.ly_top-news__item:first-child a {
  border-top: 1px solid #e1e5cc;
}
.ly_top-news__item a:hover {
  opacity: 0.7;
}
.ly_top-news__date {
  margin-right: 10px;
  color: #94C3F7;
  flex-shrink: 0;
  width: 7em;
  letter-spacing: 0;
}
@media print, screen and (max-width: 431px) {
  .ly_top-news__date {
    font-size: 0.875rem;
    width: 6em;
  }
}
.ly_top-news__item-title {
  color: #4b4b4b;
  font-size: 1rem;
  flex: 1;
  margin: 0;
  margin-left: 1rem;
}
@media print, screen and (max-width: 431px) {
  .ly_top-news__item-title {
    font-size: 0.875rem;
  }
}
.ly_top-news__arrow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: relative;
  flex-shrink: 0;
}
.ly_top-news__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  background: url('../img/common/icon-arrow.png') no-repeat center / contain;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 431px) {
  .ly_top-news__arrow {
    width: 2rem;
    height: 2rem;
  }
  .ly_top-news__arrow::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.bl_voice-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.bl_voice-item {
  flex: 1 1 calc(33.333% - 2rem);
  max-width: calc(33.333% - 2rem);
}
.bl_voice-img {
  aspect-ratio: 5.4 / 8;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.bl_voice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bl_voice-role {
  color: #88C227;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.05rem;
}
.bl_voice-name {
  font-size: 1.05rem;
  font-weight: 500;
}
.bl_voice-comment {
  margin-top: 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 430px) {
  .bl_voice-list {
    flex-direction: column;
    gap: 2rem;
  }
  .bl_voice-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.bl_link__cards {
  margin: 3rem 0;
}
/* 2列グループ：flex */
.bl_link__cards--2col {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.bl_link__cards--2col .bl_link__card {
  flex: 1 1 calc(50% - 1.6rem);
}
/* 3列グループ：grid（折り返さず3列固定） */
.bl_link__cards--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.bl_link__cards--3col .bl_link__card {
  width: 100%;
}
.bl_link__card a {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.bl_link__card-image {
  position: relative;
  overflow: hidden;
}
.bl_link__card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 431px) {
  .bl_link__card-image {
    aspect-ratio: 3.5 / 2; /* 横長（例：300x200） */
    height: auto;
  }
  .bl_link__card-image img {
    height: 100%;
    object-fit: cover;
  }
}
.bl_link__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.bl_link__card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.bl_link__card-text .en {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-family: 'Josefin Sans', sans-serif;
  color: #88C227;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.bl_link__card-text .jp {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-family: 'Noto Serif', serif;
  color: #fff;
  display: block;
}
/* レスポンシブ：タブレットで2列、スマホで1列 */
@media (max-width: 1023px) {
  .bl_link__cards--3col {
    grid-template-columns: repeat(2, 1fr);
  }
  .bl_link__cards--2col .bl_link__card {
    flex: 1 1 calc(50% - 1.6rem);
  }
}
@media (max-width: 600px) {
  .bl_link__cards--3col {
    grid-template-columns: 1fr;
  }
  .bl_link__cards--2col .bl_link__card {
    flex: 1 1 100%;
  }
}
.ly_top-recruits__section {
  display: flex;
  width: 100%;
  align-items: center;
  padding: clamp(0rem, 3vw, 4rem) 0;
}
@media screen and (max-width: 834px) {
  .ly_top-recruits__section {
    align-items: flex-start;
  }
}
.ly_top-recruits__section.is-reverse {
  flex-direction: row-reverse;
}
.ly_top-recruits__image {
  width: 47%;
}
.ly_top-recruits__content {
  width: 53%;
  padding: 0 clamp(16px, 3.5vw, 5%);
}
.ly_top-recruits__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.ly_top-recruits__content h2 {
  margin-bottom: 1.5rem;
}
.ly_top-recruits__buttons {
  display: flex;
  margin-top: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ly_top-recruits__buttons .button {
  width: 47.5%;
  max-width: 100%;
  margin: 0 0 clamp(1rem, 1.5vw, 1.5rem);
}
/* スマホ対応 */
@media (max-width: 768px) {
  .ly_top-recruits__section, .ly_top-recruits__section.is-reverse {
    flex-direction: column;
  }
  .ly_top-recruits__image, .ly_top-recruits__content {
    width: 100%;
  }
  .ly_top-recruits__content {
    padding: 2rem clamp(20px, 3.5vw, 5%);
  }
}
.ly_top-voice .staff-voice-swiper {
  width: 100%;
  padding: 2rem 0 0;
}

.ly_top-voice .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #e1e5cc;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media (max-width: 641px) {
  .ly_top-voice .swiper-slide {
  padding: 1rem;
  
}
}

.ly_top-voice .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
  position: relative;
  margin: 2rem auto 0;
}
.ly_top-voice .swiper-pagination-bullet-active {
  background:var(--green) !important;
}