
.scroll,
.mv-btn {
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
}
.mv-ttl,.mv-images {
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: linear;
  opacity: 0;
}
.header {
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
  margin-top: -5rem;
}
.footer.on,
.top-main.on {
  visibility: visible;
  opacity: 1;
}
.scroll.on,
.mv-btn.on {
  opacity: 1;
  visibility: visible;
}
.mv-ttl.on,
.mv-images.on {
  opacity: 1;
}
.header.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 0;
}


.loading-mov {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;

  overflow: hidden;
}
.loading-mov #player {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loading-mov #player-sp {
  display: none !important;
}
.splashbg{
  display: none;
}

body.appear .splashbg{
  display:block;
  animation-name:PageAnime;
  animation-duration:5.5s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
  content: "";
  position:fixed;
  z-index: 12000;
  width: 800%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(300%) skewX(-45deg);
  background-color: #F07F09;/*伸びる背景色の設定*/
 }

@keyframes PageAnime{
  0% {
    transform-origin:right;
    transform:translateX(300%) skewX(-45deg);
  }
  100% {
    transform-origin:right;
    transform:translateX(-300%) skewX(-45deg);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
  opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

.top-mv {
  height: 100vh;
  padding-top: 5.72rem;
  padding-left: 7.15rem;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.top-mv .scroll {
  color: #E87722;
  height: 10rem;
  font-size: calc((14 / 14) * 1rem);
  font-weight: bold;
  position: absolute;
  left: 3rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  z-index: 100;
}

.top-mv .scroll img {
  width: 0.8rem;
  height: auto;
  display: block;
  margin-bottom: 4.5rem;
}
.top-mv .scroll::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 6rem;
  left: 0.35rem;
    /*線の形状*/
  width: 1px;
  height: 4rem;
  background: #E87722;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove {
  0%{
    height:0;
    top: 5rem;
    opacity: 0;
  }
  30%{
    height:4rem;
    opacity: 1;
  }
  100%{
    height:0;
    top: 11rem;
    opacity: 0;
  }
}

@keyframes pathmove-sp {
  0%{
    height:0;
    top: 3.5rem;
    opacity: 0;
  }
  30%{
    height:3rem;
    opacity: 1;
  }
  100%{
    height:0;
    top: 7rem;
    opacity: 0;
  }
}


.mv-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.mv-images .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mv-images .image.img01 {
  background-image: url(/recruit/jobs/img/top/mv-img01.jpg);

}
.mv-images .image.img02 {
  background-image: url(/recruit/jobs/img/top/mv-img02.jpg);
  opacity: 0;
}
.mv-images .image.img03 {
  background-image: url(/recruit/jobs/img/top/mv-img03.jpg);
  opacity: 0;
}
.mv-images .image.img04 {
  background-image: url(/recruit/jobs/img/top/mv-img04.jpg);
  opacity: 0;
}

.mv-images .slick-track,
.mv-images .slick-list {
  height: 100%;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: auto;
  width: 8px;
  top: 0;
  right: 3.5rem;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  z-index: 500;
}
.slick-dots li {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin: 9px 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background-color: #999999;
  width: 8px;
  height: 8px;
  font-size: 6px;
  line-height: 1em;
  text-align: center;
  color: transparent;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(0.5);
}
.slick-dots li.slick-active button:before {
  background-color: #E87722;
  transform: scale(1);
}
.mv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  height: calc(100vh - 5.72rem);
  z-index: 100;
  position: relative;
}
.mv-inner .mv-ttl span {
  display: block;
  background-image: url(/recruit/jobs/img/top/mv-ttl-01.svg);
  background-repeat: no-repeat;
  height: calc((132 / 875) * 100vh);
  width: calc((588 / 875) * 100vh);
  background-size: auto calc((132 / 875) * 100vh);
  margin-bottom: calc((46 / 875) * 100vh);
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(2rem);
}
.mv-inner .mv-ttl.on span,
.mv-inner .mv-subttl.on {
  opacity: 1;
  transform: translateY(0);
}
.mv-inner .mv-ttl span.ttl02 {
  background-image: url(/recruit/jobs/img/top/mv-ttl-02.svg);
  height: calc((127 / 875) * 100vh);
  background-size: auto calc((127 / 875) * 100vh);
}
.mv-inner .mv-ttl span.ttl03 {
  background-image: url(/recruit/jobs/img/top/mv-ttl-03.svg);
  height: calc((135 / 875) * 100vh);
  background-size: auto calc((135 / 875) * 100vh);
}
.mv-inner .mv-subttl {
  color: #F07F09;
  font-size: calc((22 / 14) * 1rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  transform: translateY(1.4rem);
}
.top-mv .mv-btn {
  position: absolute;
  right: 2.15rem;
  bottom: 2.2rem;
  width: 7.86rem;
  height: 7.9rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
  background-image: url(/recruit/jobs/img/top/mv-btn-bg.svg);
  background-repeat: no-repeat;
  background-size: 7.86rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-align: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  color: #fff;
  font-size: calc((13 / 14) * 1rem);
  font-weight: bold;
  z-index: 10000;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.top-mv .mv-btn:hover {
  opacity: 0.6;
}
.top-mv .mv-btn span {
  line-height: 1.5em;
}
.top-intro {
  background-color: #F07F09;

  height: 51.5rem;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 1000;
}
.top-intro p {
  font-size: calc((20 / 14) * 1rem);
  line-height: 2em;
  margin-bottom: 2em;
  position: relative;
  z-index: 100;
  color: #fff;
  font-weight: bold;
}
.top-intro h2 {
  width: 57.5rem;
  height: 5.65rem;
  position: relative;
  z-index: 100;
}
.top-intro h2 img {
  width: 100%;
  height: auto;
  display: block;
}
.intro-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 51.5rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intro-bg > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro-bg .slide-img {
  width: auto;
  height: calc(51.5rem / 3);
  background-size: cover;
  background-position: center;

}
.intro-bg .slide-img.front {
  animation: loop 80s -40s linear infinite;
}
.intro-bg .slide-img.last {
  animation: loop-re 80s linear infinite;
}
.intro-bg .slide02 .slide-img.front {
  animation: loop2 90s -45s linear infinite;
}
.intro-bg .slide02 .slide-img.last {
  animation: loop2-re 90s linear infinite;
}
.intro-bg .slide03 .slide-img.front {
  animation: loop 90s -45s linear infinite;
}
.intro-bg .slide03 .slide-img.last {
  animation: loop-re 90s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-re {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop2-re {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}

.about {
  padding-top: 8.29rem;
  position: relative;
  margin-bottom: 9rem;
}
.about .bg-text {
  position: absolute;
  left: 0;
  top: 3.57rem;
  width: 12.79rem;
}
.about .bg-text img {
  width: 100%;
  height: auto;
}
.about .about-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  justify-content: center;
  margin-top: 4.43rem;
}
.about .about-btn > div {
  width: 36.43rem;
  height: 20.43rem;
  box-sizing: border-box;
  border: 3px solid #000;
  background-color: #fff;
  margin: 0 1.14rem;
  padding: 2.21rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about .about-btn > div::after {
  background-image: url(/recruit/jobs/img/top/about-btn-icon.svg);
  height: 4.29rem;
  width: 4.29rem;
  content: '';
  display: block;
  background-size: 4.29rem auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.about .about-btn > div a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 100;
}
.about .about-btn > div p {
  font-weight: bold;
  font-size: calc((26 / 14) * 1rem);
  line-height: 1em;
  width: 100%;
  text-align: left;
  margin-bottom: 1.72rem;
}
.about .about-btn > div .btn-img {
  width: 32rem;
  height: 12.36rem;
  position: relative;
  overflow: hidden;
}
.about .about-btn > div .btn-img::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/recruit/jobs/img/top/about-btn-img01.jpg);
  background-size: cover;
  background-position: center;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.about .about-btn > div.btn02 .btn-img::after {
  background-image: url(/recruit/jobs/img/top/about-btn-img02.jpg);
}
.about .about-btn > div:hover .btn-img::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.toppage .contents-ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.toppage .contents-ttl strong {
  font-weight: 700;
  font-size: calc((64 / 14) * 1rem);
  line-height: 1em;
  margin-bottom: 0.7rem;
}
.toppage .contents-ttl small {
  font-weight: bold;
  font-size: calc((16 / 14) * 1rem);
  color: #E87722;
}
.toppage .lead {
  font-weight: bold;
  font-size: calc((20 / 14) * 1rem);
  line-height: 2em;
  text-align: center;
  margin-top: 3.29rem;
}
.people-list-inner {
  width: 85.15rem;
  margin: 6rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.people-list-inner > p.notes {
  text-align: right;
  font-size: 0.85rem;
  margin-top: 0;
  width: 100%;
}
.people-list-inner .people-box {
  width: 41.15rem;
  height: 21.15rem;
  margin-bottom: 3rem;
  border: 3px solid #000;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 14.5rem 0 0 1.72rem;
}
.people-list-inner .people-box::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg01.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.people-list-inner .people-box:hover::before {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.people-list-inner .people-box.people02::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg02.jpg);
}
.people-list-inner .people-box.people03::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg03.jpg);
}
.people-list-inner .people-box.people04::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg04.jpg);
}
.people-list-inner .people-box.people05::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg05.jpg);
}
.people-list-inner .people-box.people06::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg06.jpg);
}
.people-list-inner .people-box.people07::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg07.jpg);
}
.people-list-inner .people-box.people08::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg08.jpg);
}
.people-list-inner .people-box.people09::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg09.jpg);
}
.people-list-inner .people-box.people10::before {
  background-image: url(/recruit/jobs/img/people/index/people-list-bg10.jpg);
}

.people-list-inner .people-box::after {
  background-image: url(/recruit/jobs/img/top/about-btn-icon.svg);
  height: 4.29rem;
  width: 4.29rem;
  content: '';
  display: block;
  background-size: 4.29rem auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.people-list-inner .people-box .cate {
  height: 3.6rem;
  padding: 0 1.2rem;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: calc((28 / 14) * 1rem);
}
.people-list-inner .people-box .name {
  position: relative;
  z-index: 100;
  font-weight: bold;
  font-size: calc((32 / 14) * 1rem);
}
.people-list-inner .people-box .name span {
  font-weight: bold;
  font-size: calc((28 / 14) * 1rem);
  display: block;
  line-height: 1em;
  margin-bottom: 0.6rem;
}

.people-list-inner .people-box p.copy {
  font-weight: bold;
  font-size: calc((32 / 14) * 1rem);
  line-height: 1.5em;
  position: relative;
  z-index: 100;
}
.people-list-inner .people-box a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.people .bk-btn {
  margin: 0 auto;
  width: 48.57rem;
}
.people {
  padding-bottom: 8.57rem;
  background-image: url(/recruit/jobs/img/top/text-workpeople.png);
  background-repeat: no-repeat;
  background-size: auto 12.79rem;
  background-position: right -70rem top 7.43rem;
}
.workstyle-career {
  padding-bottom: 12.86rem;
  position: relative;
}
.workstyle-career .career-inner {
  width: 85.72rem;
  height: 37.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 3px solid #000;
}
.workstyle-career .career-inner::after {
  background-image: url(/recruit/jobs/img/top/workstylecareer-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.workstyle-career .career-inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 500;
}
.workstyle-career .career-inner:hover::after  {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.workstyle-career .career-inner h3 {
  font-weight: bold;
  font-size: calc((24 / 14) * 1rem);
  border-bottom: 3px solid #000;
  padding-bottom: 0.3rem;
  line-height: 1em;
  display: block;
  margin-top: 5.5rem;
}
.workstyle-career .career-inner h2,
.workstyle-career .career-inner p,
.workstyle-career .career-inner h3 {
  position: relative;
  z-index: 100;
}
.workstyle-career > h3 {
  height: 12.79rem;
  width: 100%;
  background-image: url(/recruit/jobs/img/top/text-workstylecareer.png);
  background-repeat: no-repeat;
  background-size: auto 12.79rem;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.93rem;
  margin: auto;
}

.skipbtn {
  position: absolute;
  right: 2.15rem;
  bottom: 2.2rem;
  width: 7.86rem;
  height: 7.9rem;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
  background-image: url(/recruit/jobs/img/top/skipbtn-bg.svg);
  background-repeat: no-repeat;
  background-size: 7.86rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: calc((18 / 14) * 1rem);
  font-weight: bold;
}
.skipbtn span::after {
  display: inline-block;
  content: '';
  background-image: url(/recruit/jobs/img/top/skipbtn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.57rem auto;
  width: 0.57rem;
  height: 0.96rem;
  margin-left: 0.6rem;
}

@media only screen and (max-width:767px) {


.top-mv {
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  position: relative;
  box-sizing: border-box;
}
.top-mv .scroll {
  left: 1.2rem;
  height: 7rem;
}
.top-mv .scroll img {
  width: 2vw;
  height: auto;
  display: block;
  margin-bottom: 3.8rem;
}
.top-mv .scroll::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 3.5rem;
  left: 0.2rem;
    /*線の形状*/
  width: 1px;
  height: 3rem;
  background: #E87722;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove-sp 1.4s ease-in-out infinite;
  opacity:0;
}
.mv-images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.mv-images .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mv-images .image.img01 {
  background-image: url(/recruit/jobs/img/top/mv-img01-sp.jpg);

}
.mv-images .image.img02 {
  background-image: url(/recruit/jobs/img/top/mv-img02-sp.jpg);
  opacity: 0;
}
.mv-images .image.img03 {
  background-image: url(/recruit/jobs/img/top/mv-img03-sp.jpg);
  opacity: 0;
}
.mv-images .image.img04 {
  background-image: url(/recruit/jobs/img/top/mv-img04-sp.jpg);
  opacity: 0;
}
.mv-images .slick-track,
.mv-images .slick-list {
  height: 100%;
}
.top-mv .mv-btn {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  width: calc((178 / 768) * 100vw);
  height: calc((175 / 768) * 100vw);
  padding-bottom: 1rem;
  box-sizing: border-box;
  background-image: url(/recruit/jobs/img/top/mv-btn-bg.svg);
  background-repeat: no-repeat;
  background-size: calc((178 / 768) * 100vw) auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-align: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  color: #fff;
  font-size: calc((21 / 24) * 1rem);
  font-weight: bold;
  z-index: 10000;
  transition: all 0s;
}
.top-mv .mv-btn:hover {
  opacity: 1;
}

.skipbtn {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  width: calc((114 / 768) * 100vw);
  height: calc((114 / 768) * 100vw);
  box-sizing: border-box;
  background-image: url(/recruit/jobs/img/top/skipbtn-bg.svg);
  background-repeat: no-repeat;
  background-size: calc((114 / 768) * 100vw) auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: calc((22 / 24) * 1rem);
  font-weight: bold;
}
.skipbtn span::after {
  display: inline-block;
  content: '';
  background-image: url(/recruit/jobs/img/top/skipbtn-arrow.svg);
  background-repeat: no-repeat;
  background-size: calc((10 / 768) * 100vw) auto;
  width: calc((10 / 768) * 100vw);
  height:calc((17 / 768) * 100vw);
  margin-left: 0.6rem;
}



.mv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  height: 100vh;
  z-index: 100;
  position: relative;
  padding-bottom: 18vh;
  box-sizing: border-box;
}
.mv-inner .mv-ttl {
  transform: translateX(calc((-50 / 768) * 100vw));
}
.mv-inner .mv-ttl span {
  display: block;
  background-image: url(/recruit/jobs/img/top/mv-ttl-01-sp.png);
  background-repeat: no-repeat;
  height: calc((172 / 768) * 100vw);
  width: calc((647 / 768) * 100vw);
  background-size: auto calc((172 / 768) * 100vw);
  margin-bottom: -2vw;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(calc((50 / 768) * 100vw));
}
.mv-inner .mv-ttl span.ttl02 {
  background-image: url(/recruit/jobs/img/top/mv-ttl-02-sp.png);
  height: calc((172 / 768) * 100vw);
  width: calc((562 / 768) * 100vw);
  background-size: auto calc((172 / 768) * 100vw);
}
.mv-inner .mv-subttl {
  color: #F07F09;
  font-size: calc((24 / 24) * 1rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  transform: translateX(calc((0 / 768) * 100vw));
  position: absolute;
  left: calc((90 / 768) * 100vw);
  bottom: calc((110 / 768) * 100vw);
}
.mv-inner .mv-ttl.on span {
  opacity: 1;
  transform: translateY(calc((0 / 768) * 100vw));
}
.mv-inner .mv-subttl.on {
  opacity: 1;
}
.mv-inner .mv-ttl span.ttl03 {
  display: none;
}
.loading-mov {
width: 100%;
height: 100vh;
position: fixed;
left: 0;
top: 0;
z-index: 10000;
overflow: hidden;
}

.loading-mov #player-sp {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block !important;
}
.loading-mov #player {
  display: none !important;
}

.splashbg{
display: none;
}

body.appear .splashbg{
display:block;
animation-name:PageAnime;
animation-duration:5.5s;
animation-timing-function:ease-in-out;
animation-fill-mode:forwards;
content: "";
position:fixed;
z-index: 12000;
width: 800%;
height: 100vh;
top: 0;
left: 0;
transform: translateX(300%) skewX(-45deg);
background-color: #F07F09;/*伸びる背景色の設定*/

}


.toppage .contents-ttl strong {
  font-weight: 700;
  font-size: calc((64 / 24) * 1rem);
  line-height: 1em;
  margin-bottom: 0.7rem;
}
.toppage .contents-ttl small {
  font-weight: bold;
  font-size: calc((24 / 24) * 1rem);
  color: #E87722;
}
.toppage .lead {
  font-weight: bold;
  font-size: calc((28 / 24) * 1rem);
  line-height: 1.8em;
  text-align: center;
  margin-top: calc((80 / 768) * 100vw);
}
.people-list-inner .people-box p.cate {
  font-weight: bold;
  font-size: calc((24 / 24) * 1rem);
}
.people-list-inner .people-box p.copy {
  font-weight: bold;
  font-size: calc((34 / 24) * 1rem);
}
.people-list-inner .people-box::after {
  background-image: url(/recruit/jobs/img/top/about-btn-icon.svg);
  height: calc((80 / 768) * 100vw);
  width: calc((80 / 768) * 100vw);
  content: '';
  display: block;
  background-size: calc((80 / 768) * 100vw) auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.top-intro {
  background-color: #F07F09;
  height: calc((1310 / 768) * 100vw);
  display: flex !important;
}

.intro-bg {
  height: calc((1310 / 768) * 100vw);
  display: flex !important;
}
.intro-bg .slide-img {
  height: calc(((1310 / 5) / 768) * 100vw);
}

.intro-bg.smt .slide-img.front {
  animation: loop 50s -25s linear infinite;
}
.intro-bg.smt .slide-img.last {
  animation: loop-re 50s linear infinite;
}
.intro-bg.smt .slide02-sp .slide-img.front {
  animation: loop2 46s -23s linear infinite;
}
.intro-bg.smt .slide02-sp .slide-img.last {
  animation: loop2-re 46s linear infinite;
}
.intro-bg.smt .slide03-sp .slide-img.front {
  animation: loop 60s -30s linear infinite;
}
.intro-bg.smt .slide03-sp .slide-img.last {
  animation: loop-re 60s linear infinite;
}
.intro-bg.smt .slide04-sp .slide-img.front {
  animation: loop2 50s -25s linear infinite;
}
.intro-bg.smt .slide04-sp .slide-img.last {
  animation: loop2-re 50s linear infinite;
}
.intro-bg.smt .slide05-sp .slide-img.front {
  animation: loop 50s -25s linear infinite;
}
.intro-bg.smt .slide05-sp .slide-img.last {
  animation: loop-re 50s linear infinite;
}


.top-intro h2 {
  width: calc((704 / 768) * 100vw);
  height: calc((68 / 768) * 100vw);
  position: relative;
  z-index: 100;
}
.top-intro p {
  font-size: calc((28 / 24) * 1rem);
}
.about {
  padding-top: calc((120 / 768) * 100vw);
  position: relative;
  margin-bottom: calc((150 / 768) * 100vw);
}
.about .about-btn > div p {
  font-weight: bold;
  font-size: calc((34 / 24) * 1rem);
  line-height: 1em;
  width: 100%;
  text-align: left;
  margin-bottom: calc((33 / 768) * 100vw);
}
.about .about-btn > div .btn-img {
  width: calc((622 / 768) * 100vw);
  height: calc((240 / 768) * 100vw);
  position: relative;
  overflow: hidden;
}
.people-list-inner .people-box::before {
  transition: all 0s;
}
.about .about-btn > div:hover .btn-img::after {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.about .about-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-top: calc((70 / 768) * 100vw);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about .about-btn > div a {
  width: calc(((704 / 768) * 100vw) - 6px);
  height: calc(((394 / 768) * 100vw) - 6px);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 100;
}
.about .about-btn > div::after {
  background-image: url(/recruit/jobs/img/top/about-btn-icon.svg);
  height: calc((80 / 768) * 100vw);
  width: calc((80 / 768) * 100vw);
  content: '';
  display: block;
  background-size: calc((80 / 768) * 100vw) auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.about .about-btn > div {
  width: calc((704 / 768) * 100vw);
  height: calc((394 / 768) * 100vw);
  box-sizing: border-box;
  border: 3px solid #000;
  background-color: #fff;
  margin: 0 1.14rem;
  padding: calc((42 / 768) * 100vw);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about .about-btn > div:nth-child(1) {
  margin-bottom:calc((48 / 768) * 100vw);
}
.people {
  padding-bottom: calc((157 / 768) * 100vw);
  background-image: none;
}
.people-list-inner > p.notes {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 1rem;
  width: 100%;
}
.people-list-inner {
  width: calc((576 / 768) * 100vw);
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.people-list-inner .people-box {
  width: calc((576 / 768) * 100vw);
  height: calc((296 / 768) * 100vw);
  margin-bottom: calc((32 / 768) * 100vw);
  border: 3px solid #000;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: calc((186 / 768) * 100vw) 0 0 calc((24 / 768) * 100vw);
}
.people-list-inner .people-box::before {
  transition: all 0s;
}
.people-list-inner .people-box:hover::before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.people-list-inner .people-box .cate {
  height: calc((50 / 768) * 100vw);
  padding: 0 1.6vw;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: calc((30 / 24) * 1rem);
}
.people-list-inner .people-box .name {
  position: relative;
  z-index: 100;
  font-weight: bold;
  font-size: calc((32 / 24) * 1rem);
}
.people-list-inner .people-box .name span {
  font-weight: bold;
  font-size: calc((26 / 24) * 1rem);
  display: block;
  line-height: 1em;
  margin-bottom: calc((10 / 768) * 100vw);
}
.people-list-inner .people-box a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.people .bk-btn {
  margin: 0 auto;
  width: calc((608 / 768) * 100vw);
}
.workstyle-career {
  padding-bottom: calc((160 / 768) * 100vw);
  position: relative;
}
.workstyle-career .career-inner {
  width: calc((704 / 768) * 100vw);
  height: calc((704 / 768) * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 3px solid #000;
  box-sizing: border-box;
}
.workstyle-career .career-inner:hover::after  {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.workstyle-career .career-inner h3 {
  font-weight: bold;
  font-size: calc((28 / 24) * 1rem);
  border-bottom: 3px solid #000;
  padding-bottom: 0.3rem;
  line-height: 1em;
  display: block;
  margin-top: calc((70 / 768) * 100vw);
}
.workstyle-career .career-inner::after {
  background-image: url(/recruit/jobs/img/top/workstylecareer-bg-sp.jpg);
  transition: all 0s;
}
.workstyle-career > h3,
.about .bg-text {
  display: none;
}


.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: auto;
  width: auto;
  top: auto;
  right: auto;
  display: flex !important;
  flex-direction: unset;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  z-index: 500;
  left: 10vw;
  bottom: 6vw;
}
.slick-dots li {
  position: relative;
  display: block;
  width: 3vw;
  height: 3vw;
  margin: 0 2vw;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  width: 3vw;
  height: 3vw;
}
.slick-dots li button::before {
  width: 3vw;
  height: 3vw;
}
.slick-dots li.slick-active button:before {
  background-color: #E87722;
  transform: scale(0.5);
}

}