@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'");
/* # =================================================================
# Top
# ================================================================= */
/* -- main -- */
main {
  position: relative;
}
main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}
main:has(.slick-slider.slick-initialized)::after {
  content: none;
}

/* -- fv -- */
.fv {
  position: relative;
  width: 100vw;
  height: 900px;
/*
  background-image: url(../img/top/img_fv-pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
*/
}
.fv__bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fv__bg .slick-slider {
  width: 100%;
  height: 100%;
}
.fv__bg .slick-slider.slick-initialized {
  animation: 1.2s ease-out 0s both show;
  transform-origin: bottom center;
}
.fv__bg .slick-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv__bg .slick-track {
  display: flex;
  width: 100%;
  height: 100%;
}
.fv__bg .slick-track img {
  height: 100%!important;
  object-fit: cover;
}

.fv__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 140px;
  animation: 1.2s ease-out 1.2s both show;
  z-index: 5
}
.fv__lead-ja {
  font-size: 54px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.7;
}
.fv__lead-ja span {
  word-break: keep-all;
}
.fv__lead-en {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Lato";
}
.fv__button {
  margin-top: 55px;
}
.fv__button-link {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 25px 12px;
}
.fv__button-text {
  font-size: 15px;
  color: #171c61;
  font-weight: bold;
}
.animation {
  animation: 7s ease-out 0s forwards zoom;
}
@keyframes show {
  0%
    { opacity: 0; }
  100%
    {  opacity: 1; }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}



@media screen and (max-width: 768px) {
  .fv {
/*    background-position: top left -180px;*/
  }
  .fv__lead {
    left: 20px;
  }
}
@media screen and (max-width: 540px) {
/*
  .fv {
    background-image: url(../img/top/img_fv-sp.jpg);
    background-position: top left;
  }
*/
  .fv__lead {
    top: 46%;
  }
  .fv__lead-ja {
    font-size: 30px;
  }
  .fv__lead-en {
    font-size: 16px;
  }
  .fv__button {
    margin-top: 50px;
  }
}


/* -- lead -- */
.lead {
  padding-top: 102px;
  animation: 1.2s ease-out 1.2s both show;
}
.lead__text {
  font-size: 26px;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 540px) {
  .lead {
    padding-top: 95px;
  }
  .lead__text {
    font-size: 20px;
  }
}


/* -- overview -- */
.overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 52px 60px;
  padding-top: 65px;
  padding-bottom: 100px;
}
.overview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 4px solid #171c61;
}
.overview__content--half {
  width: calc((100% - 60px) / 2);
}
.overview__content--half .overview__inner {
  width: 100%;
  padding-right: 0;
}
.overview__inner {
  width: calc(50% + 30px);
  padding-top: 34px;
  padding-right: 60px;
}
.overview__heading {
  font-size: 40px;
}
.overview__text {
  line-height: 2;
  margin-top: 40px;
}
.overview__button {
  width: 180px;
  margin-top: 40px;
}
.overview__img-wrap {
  width: calc((100% - 60px) / 2);
  padding-top: 34px;
}

@media screen and (max-width: 768px) {
  .overview {
    padding-bottom: 30px;
  }
  .overview__inner {
    width: 100%;
  }
  .overview__heading {
    font-size: 30px;
  }
  .overview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }
  .overview__content--half {
    width: 100%;
  }
  .overview__img-wrap {
    width: 100%;
    max-width: 400px;
    padding-top: 0;
  }
}
/* -- enjoyable -- */
.enjoyable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  padding-top: 55px;
}
.enjoyable__img-wrap {
  width: calc((100% - 60px) / 2);
}
.enjoyable__inner {
  width: calc(50% + 30px);
  height: fit-content;
  padding: 20px 0 0 60px;
}
.enjoyable__text {
  line-height: 2;
}
.enjoyable__heading {
  margin-top: 60px;
}
.enjoyable__heading-ja {
  display: block;
  font-size: 40px;
  line-height: 1.7;
}
.enjoyable__heading-ja span {
  word-break: keep-all;
}
.enjoyable__heading-en {
  display: block;
  font-size: 13px;
  color: #171c61;
  font-weight: 600;
  font-family: "Lato";
  margin-top: 8px;
}
.enjoyable__button {
  width: 100%;
  max-width: 380px;
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .enjoyable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 60px;
  }
  .enjoyable__img-wrap {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
  }
  .enjoyable__inner {
    width: 100%;
    padding: 0;
  }
  .enjoyable__heading-ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 540px) {
  .enjoyable__heading-ja {
    font-size: 26px;
    letter-spacing: -1px;
  }
}
/* -- recruit -- */
.recruit {
  position: relative;
  padding: 76px 0 90px;
  overflow: hidden;
}
.recruit::before {
  content: "RECRUIT";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #2f3370;
  font-size: 148px;
  font-family: "Lato";
  font-weight: 600;
}
.recruit__heading {
  font-size: 40px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
.recruit__heading .tab-only {
  display: none;
}
.recruit__text {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
.recruit__text .tab-only {
  display: none;
}
.recruit__button {
  width: 215px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .recruit::before {
    bottom: -15px;
    font-size: 120px;
  }
  .recruit__heading {
    font-size: 30px;
  }
  .recruit__heading .tab-only {
    display: block;
  }
  .recruit__text .tab-only {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .recruit {
    padding-bottom: 60px;
  }
  .recruit::before {
    bottom: -5px;
    font-size: 75px;
  }
  .recruit__heading {
    font-size: 26px;
  }
}
/* -- news -- */
.news {
  padding-top: 85px;
  padding-bottom: 65px;
}
.news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.news__heading-ja {
  font-size: 40px;
  font-weight: 600;
}
.news__heading-en {
  font-size: 13px;
  font-weight: 600;
}
.news__list {
  margin-top: 15px;
}
.news__button {
  width: 160px;
  margin-top: 40px;
}

.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  border-bottom: 1px solid #3b5266;
  padding: 35px 0 32px;
}
.news-list__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  font-size: 18px;
  font-weight: bold;
  color: #363e47;
}
.news-list__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
}
.news-list__title {
  width: calc(100% - 300px);
  font-weight: 600;
  line-height: 1.5;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .news__heading-ja {
    font-size: 30px;
  }
  .news-list__item {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .news-list__title {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 540px) {
  .news-list__item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .news-list__title {
    width: 100%;
    line-height: 2;
    padding-top: 20px;
  }
}