/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  height: calc(100svh - 60px);
  margin: 0;
  padding: 0;
  background-color: var(--base-color);
  background-image: url(/recruit/images/top/vi_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .topVi {
    height: 440px;
    background-image: url(/recruit/images/top/vi_bg.png);
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    height: calc(100vh - 64px);
    padding-top: 0;
  }
}
.topVi .topVi__catch {
  width: 100%;
  height: calc(100svh - 60px);
  margin: 0;
  padding: 0;
  background-image: url(/recruit/images/top/vi_catch_sp.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__catch {
    height: 440px;
    background-position: left 20px top 20px;
    background-size: 700px 373px;
    background-image: url(/recruit/images/top/vi_catch.png);
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__catch {
    width: 80%;
    height: calc(100vh - 64px);
    margin: 0 auto;
    background-position: left 0 bottom 20px;
    background-size: contain;
  }
}
@media print, screen and (min-width: 1620px) {
  .topVi .topVi__catch {
    background-position: left 0 bottom 40px;
  }
}
.topVi .topVi__catch p {
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 1;
  position: absolute;
  left: -9000px;
  top: -1000px;
}
.topVi .topVi__slide {
  width: 100%;
  height: calc(100svh - 60px);
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide {
    height: 440px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__slide {
    height: calc(100vh - 64px);
  }
}
.topVi .topVi__slide ul {
  margin: 0;
  padding: 0;
}
.topVi .topVi__slide ul li {
  width: 100%;
  height: calc(100svh - 60px);
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li {
    height: 440px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__slide ul li {
    height: calc(100vh - 62px);
    background-position: left 0 bottom 0;
    background-size: contain;
  }
}
.topVi .topVi__slide ul li:nth-child(1) {
  background-image: url(/recruit/images/top/slide_01_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li:nth-child(1) {
    background-image: url(/recruit/images/top/slide_01.png);
  }
}
.topVi .topVi__slide ul li:nth-child(2) {
  background-image: url(/recruit/images/top/slide_02_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li:nth-child(2) {
    background-image: url(/recruit/images/top/slide_02.png);
  }
}
.topVi .topVi__slide ul li:nth-child(3) {
  background-image: url(/recruit/images/top/slide_03_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li:nth-child(3) {
    background-image: url(/recruit/images/top/slide_03.png);
  }
}
.topVi .topVi__slide ul li:nth-child(4) {
  background-image: url(/recruit/images/top/slide_04_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li:nth-child(4) {
    background-image: url(/recruit/images/top/slide_04.png);
  }
}
.topVi .topVi__slide ul li:nth-child(5) {
  background-image: url(/recruit/images/top/slide_05_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li:nth-child(5) {
    background-image: url(/recruit/images/top/slide_05.png);
  }
}
.topVi .topVi__slide ul li:nth-child(6) {
  background-image: url(/recruit/images/top/slide_06_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li:nth-child(6) {
    background-image: url(/recruit/images/top/slide_06.png);
  }
}

.topTitleEn {
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1;
  font-size: 46px;
  font-size: 2.5555555556rem;
  font-weight: 900;
  color: var(--white);
  font-feature-settings: "palt";
  letter-spacing: 0;
}
@media print, screen and (min-width: 1280px) {
  .topTitleEn {
    font-size: 120px;
    font-size: 6.6666666667rem;
  }
}

.topTitleJa {
  margin: 0 0 24px 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 900;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topTitleJa {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}

.topLead {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.7777777778rem;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topLead {
    font-size: 15px;
    font-size: 0.8333333333rem;
  }
}

.topButtonList {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topButtonList {
    width: 576px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (orientation: landscape) {
  .topButtonList {
    width: 576px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.topButtonList li {
  margin: 0 0 8px 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 1280px) {
  .topButtonList li {
    margin-bottom: 16px;
  }
}

.topButton {
  margin: 0;
  padding: 0;
}
.topButton a {
  width: 100%;
  margin: 0;
  padding: 16px;
  display: inline-block;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-size: 0.7777777778rem;
  color: var(--white);
  font-weight: 700;
  background-image: url("/recruit/images/icon_arrow_white_s_right.svg");
  background-repeat: no-repeat;
  background-size: 8px 8px;
  background-position: right 16px center;
  border: 1px solid var(--white);
}
@media print, screen and (min-width: 768px) {
  .topButton a {
    width: initial;
    min-width: 280px;
    transition: all 0.2s;
  }
  .topButton a:hover {
    color: var(--white) !important;
    border-color: var(--white) !important;
    background-color: var(--base-color);
    background-image: url("/recruit/images/icon_arrow_white_s_right.svg") !important;
  }
}

/*=====================================================
  topContents
=====================================================*/
.topContents {
  width: 100%;
  margin: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.topContents .topContents__wrap {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1280px) {
  .topContents .topContents__wrap {
    margin: 0;
    padding: 0;
  }
}
.topContents .topContents__inner {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .topContents .topContents__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.topContents .topContents__block {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topContents .topContents__block {
    width: 48%;
  }
}
.topContents.topContents--work {
  background-color: var(--color-work);
  background-image: url(/recruit/images/top/work_bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--work {
    background-image: url(/recruit/images/top/work_bg.png);
    background-size: cover;
  }
}
.topContents.topContents--work .topContents__wrap {
  background-image: url(/recruit/images/top/work_image_sp.png);
  background-position: center bottom 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--work .topContents__wrap {
    background-image: url(/recruit/images/top/work_image.png);
    background-position: center 0;
    background-size: cover;
  }
}
.topContents.topContents--work .topContents__inner {
  padding: 40px 20px 400px 20px;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--work .topContents__inner {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topContents.topContents--work .topContents__inner {
    width: 1400px;
    height: 100vh;
    padding: 0;
  }
}
.topContents.topContents--work .topContents__block {
  margin: 0 0 0 auto;
}
.topContents.topContents--company {
  background-color: var(--color-company);
  background-image: url(/recruit/images/top/company_bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--company {
    background-image: url(/recruit/images/top/company_bg.png);
    background-position: center center;
  }
}
.topContents.topContents--company .topContents__wrap {
  background-image: url(/recruit/images/top/company_image_sp.png);
  background-position: left bottom 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--company .topContents__wrap {
    background-image: url(/recruit/images/top/company_image.png);
    background-position: center 0;
    background-size: cover;
  }
}
.topContents.topContents--company .topContents__inner {
  padding: 40px 20px 314px 20px;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--company .topContents__inner {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topContents.topContents--company .topContents__inner {
    width: 1400px;
    height: 100vh;
    padding: 0;
  }
}
.topContents.topContents--company .topContents__block {
  margin: 0 auto 0 0;
}
.topContents.topContents--interview {
  background-color: var(--color-interview);
  background-image: url(/recruit/images/top/interview_bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
}
@media print, screen and (min-width: 1280px) {
  .topContents.topContents--interview {
    background-image: url(/recruit/images/top/interview_bg.png);
    background-position: center center;
  }
}
.topContents.topContents--interview .topContents__wrap {
  background-image: url(/recruit/images/top/interview_image_sp.png);
  background-position: left bottom 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--interview .topContents__wrap {
    background-image: url(/recruit/images/top/interview_image.png);
    background-position: center 0;
    background-size: cover;
  }
}
.topContents.topContents--interview .topContents__inner {
  padding: 40px 20px 314px 20px;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--interview .topContents__inner {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topContents.topContents--interview .topContents__inner {
    width: 1400px;
    height: 100vh;
    padding: 0;
  }
}
.topContents.topContents--interview .topContents__block {
  margin: 0 0 0 auto;
}
.topContents.topContents--interview .topTitleEn,
.topContents.topContents--interview .topTitleJa,
.topContents.topContents--interview .topLead {
  color: var(--base-font-color);
}
.topContents.topContents--interview .topButton a {
  border-color: var(--base-font-color);
  color: var(--base-font-color);
  background-image: url(/recruit/images/icon_arrow_black_s_right.svg);
}
.topContents.topContents--info {
  background-color: var(--color-info);
  background-image: url(/recruit/images/top/info_bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--info {
    background-image: url(/recruit/images/top/info_bg.png);
    background-position: center center;
  }
}
.topContents.topContents--info .topContents__wrap {
  background-image: url(/recruit/images/top/info_image_sp.png);
  background-position: left bottom 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--info .topContents__wrap {
    background-position: right 0 bottom 0;
    background-image: url(/recruit/images/top/info_image.png);
    background-size: auto 90%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topContents.topContents--info .topContents__wrap {
    background-image: url(/recruit/images/top/info_image.png);
    background-position: right 0 top 0;
    background-size: cover;
  }
}
.topContents.topContents--info .topContents__inner {
  padding: 40px 20px 314px 20px;
}
@media print, screen and (min-width: 768px) {
  .topContents.topContents--info .topContents__inner {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topContents.topContents--info .topContents__inner {
    width: 1400px;
    height: 100vh;
    padding: 0;
  }
}
.topContents.topContents--info .topContents__block {
  margin: 0 auto 0 0;
}
@media print, screen and (min-width: 1280px) {
  .topContents.topContents--info .topContents__block {
    width: 46%;
  }
}

/*=====================================================
  topAnimate
=====================================================*/
.topContents--work .topTitleEn,
.topContents--company .topTitleEn,
.topContents--interview .topTitleEn,
.topContents--info .topTitleEn {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s;
}
.topContents--work .topTitleEn.is-active,
.topContents--company .topTitleEn.is-active,
.topContents--interview .topTitleEn.is-active,
.topContents--info .topTitleEn.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.topContents--work .topTitleJa,
.topContents--company .topTitleJa,
.topContents--interview .topTitleJa,
.topContents--info .topTitleJa {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s;
}
.topContents--work .topTitleJa.is-active,
.topContents--company .topTitleJa.is-active,
.topContents--interview .topTitleJa.is-active,
.topContents--info .topTitleJa.is-active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.topContents--work .topLead,
.topContents--company .topLead,
.topContents--interview .topLead,
.topContents--info .topLead {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s;
}
.topContents--work .topLead.is-active,
.topContents--company .topLead.is-active,
.topContents--interview .topLead.is-active,
.topContents--info .topLead.is-active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.topContents--work .topButton,
.topContents--company .topButton,
.topContents--interview .topButton,
.topContents--info .topButton {
  opacity: 0;
  transition: all 0.6s;
}
.topContents--work .topButton.is-active,
.topContents--company .topButton.is-active,
.topContents--interview .topButton.is-active,
.topContents--info .topButton.is-active {
  opacity: 1;
  transition-delay: 1.2s;
}

.topContents--info .topButtonList li:nth-child(1) .topButton {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s;
}
.topContents--info .topButtonList li:nth-child(1) .topButton.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.topContents--info .topButtonList li:nth-child(2) .topButton {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s;
}
.topContents--info .topButtonList li:nth-child(2) .topButton.is-active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.topContents--info .topButtonList li:nth-child(3) .topButton {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s;
}
.topContents--info .topButtonList li:nth-child(3) .topButton.is-active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.topContents--info .topButtonList li:nth-child(4) .topButton {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s;
}
.topContents--info .topButtonList li:nth-child(4) .topButton.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}