@charset "UTF-8";
/***********************

メインビジュアル style

***********************/
.mv {
  width: 100%;
  height: 666px;
  background-image: url(/recruit/img/top/mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 152vw;
    background-image: url(/recruit/img/top/mv_sp.jpg);
  }
}

.recruit_mv {
  position: relative;
  padding-bottom: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit_mv {
    padding-bottom: 0;
  }
}
.recruit_mv .mv_bg {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_bg {
    height: 153vw;
  }
}
.recruit_mv .mv_parts_flag_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 570px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_parts_flag_wrapper {
    height: 153vw;
  }
}
.recruit_mv .mv_parts_flag_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 570px;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_parts_flag_inner {
    height: 153vw;
  }
}
.start-mv .recruit_mv .mv_parts_flag_inner {
  animation-name: mv_flag_animation;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
}
.recruit_mv .mv_parts_flag {
  position: absolute;
  top: 40px;
  left: calc(50% + 20px);
  transform: translateX(-50%);
  background-image: url(/recruit/img/top/mv_parts_flag.png);
  width: 835px;
  height: 479px;
  background-size: 835px 479px;
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_parts_flag {
    width: 92vw;
    height: 55vw;
    top: 20vw;
    left: 50%;
    background-size: 92vw 55vw;
  }
}
.recruit_mv .mv_parts_rod {
  position: absolute;
  top: 13px;
  left: calc(50% - 423px);
  width: 221px;
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_parts_rod {
    width: 45vw;
    left: calc(50% - 49vw);
    top: 18vw;
  }
}
.recruit_mv .mv_parts img {
  position: absolute;
}
.recruit_mv .mv_parts .mv_parts_01 {
  width: 366px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 10;
  filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_parts .mv_parts_01 {
    width: 77vw;
    left: calc(50% - 1vw);
    bottom: -47vw;
  }
}
.start-mv .recruit_mv .mv_parts .mv_parts_01 {
  animation-name: mv_parts_animation_01;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}
.recruit_mv .mv_parts .mv_parts_02 {
  width: 192px;
  bottom: -317px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(10px);
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_parts .mv_parts_02 {
    width: 44vw;
    left: calc(50% - 1vw);
    bottom: -47vw;
  }
}
.start-mv .recruit_mv .mv_parts .mv_parts_02 {
  animation-name: mv_parts_animation_02;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
  animation-delay: 2.4s;
}
.recruit_mv .mv_parts .mv_parts_03 {
  width: 117px;
  bottom: -317px;
  left: 50%;
  transform: translateX(-50%) rotate(-10deg);
  filter: blur(10px);
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_parts .mv_parts_03 {
    width: 25vw;
    left: calc(50% - 1vw);
    bottom: -47vw;
  }
}
.start-mv .recruit_mv .mv_parts .mv_parts_03 {
  animation-name: mv_parts_animation_03;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 2.5s;
}
.recruit_mv .mv_parts .mv_parts_04 {
  width: 757px;
  top: -132px;
  left: calc(50% + 411px);
  transform: translateX(-50%);
  z-index: 8;
  -webkit-mask-image: url(/recruit/img/top/mv_parts_04_mask.png);
          mask-image: url(/recruit/img/top/mv_parts_04_mask.png);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_parts .mv_parts_04 {
    width: 93vw;
    left: 78vw;
    top: -15vw;
  }
}
.start-mv .recruit_mv .mv_parts .mv_parts_04 {
  animation-name: mv_parts_animation_04;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  animation-delay: 2s;
}
@keyframes mv_flag_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv_parts_animation_01 {
  0% {
    bottom: 3px;
    left: 50%;
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    bottom: 3px;
    left: calc(50% - 280px);
    filter: blur(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes mv_parts_animation_01 {
    0% {
      bottom: 22vw;
      left: 50%;
      filter: blur(10px);
    }
    100% {
      left: calc(50% - 13vw);
      bottom: 22vw;
      filter: blur(0);
    }
    20%, 100% {
      opacity: 1;
    }
  }
}
@keyframes mv_parts_animation_02 {
  0% {
    bottom: -317px;
    left: 50%;
    filter: blur(10px);
  }
  60% {
    filter: blur(10px);
  }
  100% {
    bottom: 185px;
    left: calc(50% - 421px);
    filter: blur(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes mv_parts_animation_02 {
    0% {
      bottom: -47vw;
      left: 50%;
      filter: blur(10px);
    }
    100% {
      left: calc(50% - 42vw);
      bottom: 61vw;
      filter: blur(0);
    }
    20%, 100% {
      opacity: 1;
    }
  }
}
@keyframes mv_parts_animation_03 {
  0% {
    bottom: -317px;
    left: 50%;
    filter: blur(10px);
  }
  60% {
    filter: blur(10px);
  }
  100% {
    bottom: 55px;
    left: calc(50% + 283px);
    filter: blur(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes mv_parts_animation_03 {
    0% {
      bottom: -47vw;
      left: 50%;
      filter: blur(10px);
    }
    100% {
      left: calc(50% + 26vw);
      bottom: 57vw;
      filter: blur(0);
    }
    20%, 100% {
      opacity: 1;
    }
  }
}
@keyframes mv_parts_animation_04 {
  0% {
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0%;
            mask-position: center 0%;
    -webkit-mask-size: auto 500%;
            mask-size: auto 500%;
    opacity: 1;
  }
}
.recruit_mv .mv_parts_text {
  font-size: 57px;
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: calc(50% + 200px);
  letter-spacing: 0;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .recruit_mv .mv_parts_text {
    font-size: 13vw;
    top: auto;
    left: 17vw;
    bottom: 8.2vw;
  }
}
.recruit_mv .mv_parts_text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
}
.start-mv .recruit_mv .mv_parts_text span {
  animation-name: mv_parts_text_animation;
  animation: mv_parts_text_animation 0.2s ease-in-out;
  animation-fill-mode: forwards;
}
.start-mv .recruit_mv .mv_parts_text span:nth-of-type(1) {
  animation-delay: 2.8s;
}
.start-mv .recruit_mv .mv_parts_text span:nth-of-type(2) {
  animation-delay: 2.9s;
}
.start-mv .recruit_mv .mv_parts_text span:nth-of-type(3) {
  animation-delay: 3s;
}
.start-mv .recruit_mv .mv_parts_text span:nth-of-type(4) {
  animation-delay: 3.1s;
}
.start-mv .recruit_mv .mv_parts_text span:nth-of-type(5) {
  animation-delay: 3.2s;
}
.start-mv .recruit_mv .mv_parts_text span:nth-of-type(6) {
  animation-delay: 3.3s;
}
.start-mv .recruit_mv .mv_parts_text span:nth-of-type(7) {
  animation-delay: 3.4s;
}
@keyframes mv_parts_text_animation {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/***********************

世界中の“空気”を〜style

***********************/
.top .recruit-link-area {
  padding: 0 15px 15px;
}
@media screen and (max-width: 767px) {
  .top .recruit-link-area {
    padding: 9% 5% 5%;
  }
}
.top .recruit-concept {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top .recruit-concept {
    flex-direction: column;
    margin-top: 60px;
  }
}
.top .recruit-concept .recruit-concept-text {
  width: 460px;
  margin-left: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .top .recruit-concept .recruit-concept-text {
    width: 100%;
    margin-left: 0;
    padding: 0 5%;
    margin-bottom: 50px;
  }
}
.top .recruit-concept .recruit-concept-text h3 {
  font-size: 2.75rem;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .top .recruit-concept .recruit-concept-text h3 {
    font-size: 2.25rem;
  }
}
.top .recruit-concept .recruit-concept-text p {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .top .recruit-concept .recruit-concept-text p {
    width: 100%;
  }
}
.top .recruit-concept .recruit-concept-image {
  padding-right: 10px;
  width: calc(680px + (100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .top .recruit-concept .recruit-concept-image {
    width: 100%;
    padding-right: 0;
  }
}

/***********************

お知らせ style

***********************/
.top .large-ttl {
  font-size: 2.75rem;
}
@media screen and (max-width: 767px) {
  .top .large-ttl {
    font-size: 1.875rem;
    text-align: left;
  }
}
.top .btn a {
  padding: 9.5px;
}
.top .recruit-news {
  position: relative;
  max-width: 1020px;
  width: 100%;
  margin: 120px auto 0;
  display: flex;
  align-items: flex-end;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .top .recruit-news {
    gap: 30px;
    margin: 20% auto 0;
    padding: 0 5%;
    flex-direction: column;
  }
}
.top .recruit-news .large-ttl {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top .recruit-news .large-ttl {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: left;
    order: 1;
  }
}
.top .recruit-news .large-ttl span {
  padding: 0 14px;
}
.top .recruit-news > div {
  max-width: 205px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .recruit-news > div {
    max-width: 100%;
    text-align: center;
    order: 3;
  }
}
.top .recruit-news > div .btn {
  width: 100%;
}
.top .recruit-news ul {
  max-width: 696px;
  width: 100%;
  order: 2;
  min-height: 250px;
}
@media screen and (max-width: 767px) {
  .top .recruit-news ul {
    min-height: auto;
  }
}
.top .recruit-news ul li a {
  display: flex;
  gap: 80px;
  padding: 30px 10px;
  border-top: 1px solid #D6D6D6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .recruit-news ul li a {
    flex-direction: column;
    gap: 5px;
    padding: 6% 0;
  }
}
.top .recruit-news ul li a span {
  font-size: 0.9375rem;
}
.top .recruit-news ul li a.pdf .txt:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 14px;
  background: url(/recruit/assets/img/common/icon_pdf_b.png) no-repeat;
  background-size: contain;
}
.top .recruit-news ul li a.topics-link .txt:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/recruit/assets/img/common/icon_blank.png) no-repeat;
  background-size: contain;
}
.top .recruit-news ul li a:hover {
  color: #0081CC;
}
@media screen and (max-width: 767px) {
  .top .recruit-news ul li a:hover {
    color: #222222;
  }
}
.top .recruit-news ul li:last-of-type a {
  border-bottom: 1px solid #D6D6D6;
}
.top .recruit-news .btn .more:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(/recruit/assets/img/common/icon_blank.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 14px;
}
.top .recruit-news .btn .more:hover:after {
  background: url(/recruit/assets/img/common/icon_blank_w.png) no-repeat;
  background-size: contain;
}

/***********************

TOP MESSAGE style

***********************/
.top .recruit-message {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .top .recruit-message {
    gap: 30px;
    padding: 20% 5% 0;
    flex-direction: column;
  }
}
.top .recruit-message > div:first-child {
  max-width: 476px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .recruit-message > div:first-child {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top .recruit-message > div:last-child {
    width: 100%;
    text-align: center;
  }
}
.top .recruit-message > div:last-child p {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top .recruit-message > div:last-child p {
    font-size: 1.5625rem;
  }
}
.top .recruit-message > div:last-child .btn {
  width: 204px;
}
@media screen and (max-width: 767px) {
  .top .recruit-message > div:last-child .btn {
    width: 100%;
  }
}

/***********************

コンテンツ紹介 style

***********************/
.top .recruit-contents {
  width: 100%;
  display: flex;
  gap: 12.5px;
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .top .recruit-contents {
    padding: 20% 0 0;
    flex-direction: column;
    gap: 10px;
  }
}
.top .recruit-contents > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding: 57.5px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .top .recruit-contents > div {
    width: 100%;
  }
}
.top .recruit-contents > div > div {
  max-width: 326px;
  width: 100%;
  padding: 42px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .top .recruit-contents > div > div {
    max-width: 88.5%;
    padding: 7% 5% 10%;
  }
}
.top .recruit-contents > div > div p {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.top .recruit-contents > div > div img {
  margin-bottom: 20px;
}
.top .recruit-contents .recruit-data {
  background-image: url(/recruit/img/top/img_data.jpg);
}
.top .recruit-contents .recruit-job {
  background-image: url(/recruit/img/top/img_job.jpg);
}
.top .recruit-contents .recruit-staff {
  background-image: url(/recruit/img/top/img_staff.jpg);
}

/***********************

会社概要 style

***********************/
.top .recruit-outline {
  width: 100%;
  height: 226px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/recruit/img/top/img_outlin_background_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .top .recruit-outline {
    height: auto;
    margin-top: 2%;
    padding: 15% 5%;
    background-image: url(/recruit/img/top/img_outlin_background_sp.jpg);
  }
}
.top .recruit-outline > div {
  max-width: 600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 25px 0 30px;
}
@media screen and (max-width: 767px) {
  .top .recruit-outline > div {
    gap: 15px;
    padding: 7% 5% 9%;
  }
}
.top .recruit-outline > div h3 {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}

/***********************

RECRUIT MOIVE style

***********************/
.top .recruit-movie {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 0;
  display: flex;
  justify-content: flex-start;
  gap: 65px;
}
@media screen and (max-width: 767px) {
  .top .recruit-movie {
    gap: 0;
    padding: 20% 5% 0;
    flex-direction: column;
  }
}
.top .recruit-movie .movie-wrap {
  display: flex;
  max-width: 766px;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top .recruit-movie .movie-wrap {
    flex-direction: column;
  }
}
.top .recruit-movie .movie-wrap div {
  max-width: 368px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top .recruit-movie .movie-wrap div {
    max-width: 100%;
  }
}
.top .recruit-movie .movie-wrap div h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top .recruit-movie .movie-wrap div iframe {
    height: 58vw;
  }
}

/***********************

その他ページへのリンク style

***********************/
.top .recruit-othet-link {
  margin-top: 120px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .top .recruit-othet-link {
    margin-top: 15%;
    padding: 0 5%;
  }
}
.top .recruit-othet-link > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top .recruit-othet-link > div {
    flex-direction: column;
    gap: 40px;
    padding: 20% 0;
  }
}
.top .recruit-othet-link > div a > img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top .recruit-othet-link > div a > img {
    margin-bottom: 3%;
  }
}
.top .recruit-othet-link > div a h4 {
  margin-bottom: 0;
  line-height: 1.4;
}
.top .recruit-othet-link > div a h4 img {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .top .recruit-othet-link > div a h4 img {
    margin-bottom: 0.5%;
    margin-left: 1%;
  }
}

/***********************

スクロールエフェクト

***********************/
.sc-fadeIn {
  transition: 1s;
  opacity: 0;
}

.sc-fadeIn.sc-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/***********************

見出し

***********************/
.top .large-ttl {
  color: #0081CC;
  font-size: 44px;
  font-weight: bold;
  line-height: 57.2px;
  position: relative;
  padding-top: 23px;
}
@supports (-moz-appearance: none) {
  .top .large-ttl {
    line-height: 0.7;
  }
}
.top .large-ttl::after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  background: linear-gradient(90deg, #0081CC 0%, #0081CC 67%, #EBCD5F 67%, #EBCD5F 100%);
  top: 0;
  left: 0;
}
.top .large-ttl span {
  background: transparent;
  padding: 0 !important;
}/*# sourceMappingURL=top.css.map */