@charset "UTF-8";
/* =======================================================
mv
======================================================= */
.bl-mv {
  position: relative;
  height: 700px;
  padding-top: 211px;
  background: url("../images/top/mv-bg.jpg") top center/cover no-repeat;
}
.bl-mv .ly-cont-inner {
  position: relative;
  display: flex;
  justify-content: center;
}
.bl-mv .ly-cont-inner::before {
  position: absolute;
  right: -67px;
  bottom: 182px;
  z-index: 1;
  width: 332px;
  height: 204px;
  content: "";
  background: url("../images/top/mv-lion.png") top center/contain no-repeat;
  filter: drop-shadow(0 0 10px orange);
  animation: glow 1s infinite alternate;
}
.bl-mv .ly-cont-inner::after {
  position: absolute;
  right: -488px;
  bottom: 0;
  z-index: 2;
  width: 848px;
  height: 546px;
  content: "";
  background: url("../images/top/mv-cliff.png") top center/contain no-repeat;
}
.bl-mv-hgroup {
  letter-spacing: 0.1em;
}
.bl-mv-hgroup-wrapper {
  position: relative;
  padding-top: 19px;
}
.bl-mv-hgroup-ttl {
  position: relative;
  width: 456px;
  margin: 0 auto 24px;
  opacity: 0;
  animation: fadeIn 3s forwards;
}
.bl-mv-hgroup-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(120deg, rgba(255, 215, 0, 0) 0%, rgba(255, 215, 0, 0.3) 35%, rgba(255, 255, 255, 0.8) 45%, #ffd700 50%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 215, 0, 0.3) 65%, rgba(255, 215, 0, 0) 100%);
  background-repeat: no-repeat;
  background-position: -200% 50%;
  background-size: 200% 100%;
  animation: shine 5s infinite;
  animation-delay: 2s;
}
.bl-mv-hgroup-ttl::after {
  position: absolute;
  top: -19px;
  right: 7px;
  width: 70px;
  height: 16px;
  content: "";
  background: url("../images/top/mv-ttl-deco.svg") top center/contain no-repeat;
}
.bl-mv-hgroup-ttl img {
  position: relative;
  z-index: 2;
}
.bl-mv-hgroup-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: calc(71/44);
  text-align: center;
  opacity: 0;
  animation: fadeIn 3s forwards;
  animation-delay: 3s;
}
.bl-mv-hgroup-txt .--strong {
  padding: 0 3px 4px;
  background: #1c0e05;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    z-index: 2;
    opacity: 0.3;
  }
}
@keyframes shine {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}
.lightning-wrap {
  position: absolute;
  top: 20px;
  right: -16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100px;
  overflow: hidden;
  transform: rotate(25deg);
}

/* 稲妻の描画 */
.lightning {
  filter: drop-shadow(0 0 10px var(--color-accent02));
  opacity: 0;
  animation: lightningFlash 2.5s infinite;
  animation-delay: 3s;
}

/* 稲妻の発光アニメーション */
@keyframes lightningFlash {
  0%, 94%, 100% {
    opacity: 0;
  }
  95%, 96% {
    opacity: 1;
  }
  97%, 98% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
}
@keyframes glow {
  from {
    filter: drop-shadow(0 0 20px #ff6a00); /* 濃いオレンジ（夕日の始まり） */
  }
  to {
    filter: drop-shadow(0 0 20px #ffd700); /* 柔らかい黄金色（沈む太陽） */
  }
}
@media screen and (width <= 750px) {
  .bl-mv {
    height: 1000px;
    padding-top: 250px;
    background: url("../images/top/mv-bg-sp.jpg") top center/cover no-repeat;
  }
  .bl-mv .ly-cont-inner::before {
    right: -55px;
    bottom: 247px;
    width: 352px;
    height: 216px;
    background: url("../images/top/mv-lion-sp.png") top center/contain no-repeat;
  }
  .bl-mv .ly-cont-inner::after {
    right: -30px;
    width: 406px;
    height: 304px;
    background: url("../images/top/mv-cliff-sp.png") top center/contain no-repeat;
  }
  .bl-mv-hgroup-wrapper {
    padding-top: 28px;
  }
  .bl-mv-hgroup-ttl {
    width: 690px;
    margin-bottom: 37px;
  }
  .bl-mv-hgroup-ttl::after {
    top: -28px;
    right: 11px;
    width: 106px;
    height: 24px;
  }
  .bl-mv-hgroup-txt {
    font-size: 33px;
    line-height: calc(107/66);
  }
}
/* =======================================================
about
======================================================= */
.ly-about {
  padding: 56px 0 96px;
  color: var(--color-white);
  background: var(--color-black);
}

.bl-about {
  position: relative;
}
.bl-about::after {
  position: absolute;
  bottom: -128px;
  left: -15px;
  z-index: 2;
  width: 156px;
  height: 141px;
  content: "";
  background: url("../images/common/bird-head-right-btm.svg") top center/contain no-repeat;
  animation: birdFloat 2s ease-in-out infinite;
}
.bl-about-ttl {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(46/32);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-about-txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.bl-about-txt-wrapper {
  display: grid;
  gap: 1.5em;
  margin-bottom: 56px;
}

@media screen and (width <= 750px) {
  .ly-about {
    padding: 112px 0 80px;
    background: url("../images/top/about-bg-sp.jpg") top center/cover no-repeat;
  }
  .bl-about::after {
    bottom: -140px;
    left: 560px;
    width: 160px;
    height: 149px;
    background-image: url("../images/common/bird-head-right-btm-sp.svg");
  }
  .bl-about-ttl {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: calc(58/40);
    letter-spacing: 0.04em;
  }
  .bl-about-txt {
    font-size: 28px;
    font-weight: 400;
    line-height: calc(42/28);
  }
}
/* =======================================================
business-information
======================================================= */
.bl-business-information {
  position: relative;
  padding: 64px 0 56px;
  margin-bottom: 250px;
  background: linear-gradient(180deg, #142d67 0%, #145b67 100%);
}
.bl-business-information::before, .bl-business-information::after {
  position: absolute;
  left: 50%;
  width: 2000px;
  content: "";
  transform: translateX(-50%);
}
.bl-business-information::before {
  top: 0;
  height: 432px;
  background: url("../images/top/business-information-bg-deco-up.png") top center/contain no-repeat;
}
.bl-business-information::after {
  bottom: -250px;
  height: 250px;
  background: url("../images/top/business-information-bg-deco-down.png") top center/contain no-repeat;
}
.bl-business-information .ly-cont-inner {
  position: relative;
  z-index: 2;
}
.bl-business-information-ttl::before {
  top: -16px;
  width: 396px;
  height: 62px;
  background: url("../images/top/business-information-ttl-deco.svg") top center/contain no-repeat;
}
.bl-business-information-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-bottom: 56px;
}
.bl-business-information-item {
  width: calc((100% - 32px) / 2);
  padding: 24px;
  background: var(--color-white);
}
.bl-business-information-item .bl-item-figure {
  margin-bottom: 24px;
}
.bl-business-information-item .bl-item-ttl {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(35/24);
  text-align: center;
}
.bl-business-information-item .bl-item-txt {
  line-height: calc(52/34);
}

@media screen and (width <= 750px) {
  .bl-business-information {
    padding: 112px 0 56px;
    margin-bottom: 242px;
  }
  .bl-business-information::before, .bl-business-information::after {
    width: 100%;
  }
  .bl-business-information::before {
    display: none;
  }
  .bl-business-information::after {
    bottom: -242px;
    height: 242px;
    background: url("../images/top/business-information-bg-deco-down-sp.png") top center/contain no-repeat;
  }
  .bl-business-information-ttl::before {
    top: -20px;
    width: 476px;
    height: 69px;
    background: url("../images/top/business-information-ttl-deco-sp.svg") top center/contain no-repeat;
  }
  .bl-business-information-list {
    gap: 56px;
  }
  .bl-business-information-item {
    width: 100%;
    padding: 56px 30px;
  }
  .bl-business-information-item .bl-item-figure {
    margin-bottom: 40px;
  }
  .bl-business-information-item .bl-item-ttl {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: calc(46/32);
  }
  .bl-business-information-item .bl-item-txt {
    line-height: calc(124/84);
  }
}
/* =======================================================
career-path
======================================================= */
.ly-career-path {
  padding: 74px 0 56px;
  color: var(--color-white);
  background: var(--color-black02);
}

.bl-career-path {
  position: relative;
}
.bl-career-path::after {
  position: absolute;
  right: -203px;
  bottom: -145px;
  z-index: 2;
  width: 160px;
  height: 149px;
  content: "";
  background: url("../images/top/career-path-bird.svg") top center/contain no-repeat;
  animation: birdFloat 2s ease-in-out infinite;
}
.bl-career-path-ttl::before {
  top: -18px;
  width: 362px;
  height: 64px;
  background: url("../images/top/career-path-ttl-deco.svg") top center/contain no-repeat;
}
.bl-career-path-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
.bl-career-path-column .bl-column-txt {
  line-height: calc(214/126);
}

@media screen and (width <= 750px) {
  .ly-career-path {
    padding: 96px 0 80px;
  }
  .bl-career-path::after {
    display: none;
  }
  .bl-career-path-ttl::before {
    top: -23px;
    width: 434px;
    height: 70px;
    background: url("../images/top/career-path-ttl-deco-sp.svg") top center/contain no-repeat;
  }
  .bl-career-path-column {
    grid-template-columns: auto;
    gap: 56px;
    margin-bottom: 56px;
  }
}
/* =======================================================
column
======================================================= */
.ly-column {
  position: relative;
  padding: 76px 0 320px;
  background: linear-gradient(#145b67 0%, #4d70c2 100%);
}
.ly-column::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2000px;
  height: 500px;
  content: "";
  background: url("../images/top/column-bg-deco.png") bottom center/contain no-repeat;
  transform: translateX(-50%);
}

.bl-column {
  position: relative;
  z-index: 2;
}
.bl-column-ttl::before {
  top: -20px;
  width: 414px;
  height: 66px;
  background: url("../images/top/column-ttl-deco.svg") top center/contain no-repeat;
}
.bl-column-article {
  background: var(--color-white);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1607843137);
}
.bl-column-article-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}
.bl-column-article-wrapper::after {
  position: absolute;
  top: -77px;
  left: -20px;
  width: 40px;
  height: 144px;
  content: "";
  background: url("../images/top/column-bird.svg") top center/contain no-repeat;
}
.bl-column-article .bl-article-figure > img {
  height: 180px;
  object-fit: cover;
}
.bl-column-article .bl-article-body {
  padding: 16px 16px 24px;
}
.bl-column-article .bl-article-date {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: calc(20/14);
}
.bl-column-article .bl-article-ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(49/32);
}

@media screen and (width <= 750px) {
  .ly-column {
    padding: 80px 0;
    background: linear-gradient(180deg, #145b67 0%, #142d67 100%);
  }
  .ly-column::after {
    display: none;
  }
  .bl-column-ttl::before {
    top: -24px;
    width: 496px;
    height: 74px;
    background: url("../images/top/column-ttl-deco-sp.svg") top center/contain no-repeat;
  }
  .bl-column-article {
    box-shadow: none;
  }
  .bl-column-article-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .bl-column-article-wrapper::after {
    display: none;
  }
  .bl-column-article:nth-of-type(n + 3) {
    display: none;
  }
  .bl-column-article .bl-article-figure > img {
    height: 178px;
  }
  .bl-column-article .bl-article-body {
    padding: 8px 16px 17px 14px;
  }
  .bl-column-article .bl-article-date {
    font-size: 20px;
    line-height: calc(29/20);
  }
  .bl-column-article .bl-article-ttl {
    padding-left: 2px;
    font-size: 28px;
    line-height: calc(42/28);
  }
}
/* =======================================================
recruit
======================================================= */
.ly-recruit {
  padding: 56px 0;
  background: var(--color-black);
}

.bl-recruit {
  display: grid;
  grid-template: "ttl figure" "subttl figure" "btn figure";
  grid-template-rows: repeat(2, auto) 1fr;
  grid-template-columns: 1fr auto;
  gap: 40px 32px;
}
.bl-recruit-ttl {
  display: grid;
  grid-area: ttl;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: end;
  padding: 16px 0 0 2px;
}
.bl-recruit-ttl.--ttl01 {
  margin: 48px 0 0 45px;
}
.bl-recruit-ttl.--ttl01::before {
  left: 2px;
  transform: none;
}
.bl-recruit-ttl::before {
  top: 0;
  width: 404px;
  height: 62px;
  background: url("../images/top/recruit-ttl-deco.svg") top center/contain no-repeat;
}
.bl-recruit-ttl::after {
  position: relative;
  width: 46px;
  height: 46px;
  content: "";
  background: url("../images/top/recruit-bird.svg") top center/contain no-repeat;
}
.bl-recruit-subttl {
  grid-area: subttl;
  margin-left: 47px;
  font-size: 26px;
  line-height: calc(39/26);
  color: var(--color-white);
  letter-spacing: 0.06em;
}
.bl-recruit-btn {
  grid-area: btn;
  align-self: start;
  margin-left: 47px;
}
.bl-recruit-figure {
  grid-area: figure;
  width: 544px;
}

@media screen and (width <= 750px) {
  .ly-recruit {
    padding: 96px 0 80px;
  }
  .bl-recruit {
    grid-template: "ttl" "subttl" "figure" "btn";
    grid-template-rows: auto;
    grid-template-columns: auto;
    gap: 0;
    justify-content: center;
  }
  .bl-recruit-ttl {
    grid-template-columns: auto;
    padding: 19px 0 0;
  }
  .bl-recruit-ttl.--ttl01 {
    margin: 0 0 32px;
  }
  .bl-recruit-ttl.--ttl01::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .bl-recruit-ttl::before {
    width: 476px;
    height: 65px;
    background: url("../images/top/recruit-ttl-deco-sp.svg") top center/contain no-repeat;
  }
  .bl-recruit-ttl::after {
    display: none;
  }
  .bl-recruit-subttl {
    margin: 0 0 32px;
    font-size: 28px;
    text-align: center;
  }
  .bl-recruit-btn {
    margin: 0 auto;
  }
  .bl-recruit-figure {
    width: 690px;
    margin-bottom: 56px;
  }
}