/*---------------
top
------------------*/
.footerArea {
  display: none;
}

.pickup-footerArea .footerArea {
  display: flex;
}

.topimageArea {
  display: block;
  width: 100vw;
  height: calc(100vh - 150px);
  position: relative;
  margin-top: 150px;
}

@media only screen and (max-width: 750px) {
  .topimageArea {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
}

#topimageSlider {
  position: fixed;
  width: 100%;
  height: calc(100vh - 150px);
}

@media only screen and (max-width: 750px) {
  #topimageSlider {
    height: calc(100vh - 60px);
  }
}

#topimageSlider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 150px);
  margin: 0;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  #topimageSlider div {
    height: calc(100vh - 60px);
  }
}

.topimage01 {
  background-image: url(/recruit/images/img_mv_01.jpg);
}

.topimage02 {
  background-image: url(/recruit/images/img_mv_02.jpg);
}

.topimage03 {
  background-image: url(/recruit/images/img_mv_03.jpg);
}

.topimage04 {
  background-image: url(/recruit/images/img_mv_04.jpg);
}

.topimage05 {
  background-image: url(/recruit/images/img_mv_05.jpg);
}

.topimage06 {
  background-image: url(/recruit/images/img_mv_06.jpg);
}

@media only screen and (max-width: 750px) {
  .topimage01 {
    background-image: url(/recruit/images/img_mv_01_sp.jpg);
  }

  .topimage02 {
    background-image: url(/recruit/images/img_mv_02_sp.jpg);
  }

  .topimage03 {
    background-image: url(/recruit/images/img_mv_03_sp.jpg);
  }

  .topimage04 {
    background-image: url(/recruit/images/img_mv_04_sp.jpg);
  }

  .topimage05 {
    background-image: url(/recruit/images/img_mv_05_sp.jpg);
  }

  .topimage06 {
    background-image: url(/recruit/images/img_mv_06_sp.jpg);
  }
}

.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.topimageSubcatch {
  width: 15%;
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 100;
}

@media only screen and (max-width: 750px) {
  .topimageSubcatch {
    width: 40%;
    position: absolute;
    left: auto;
    right: 5%;
    bottom: 15%;
  }
}

.topimageScrollArea {
  position: fixed;
  width: 100%;
  height: calc(100vh - 150px);
  z-index: 100;
}

@media only screen and (max-width: 750px) {
  .topimageScrollArea {
    height: calc(100vh - 60px);
  }
}

.topimageScroll {
  width: 5%;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 100;
}

@media only screen and (max-width: 750px) {
  .topimageScroll {
    width: 10%;
    position: absolute;
    left: 50%;
    bottom: 85px;
    transform: translateX(-50%);
  }
}

.topimageScroll .txt {
  color: #fff;
  font-size: 60%;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.topimageCatch {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 100;
}

@media only screen and (max-width: 750px) {
  .topimageCatch {
    width: 40%;
    position: absolute;
    top: 5%;
    left: 5%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, d0);
    -ms-transform: translate(0, 0);
  }

  .topimageCatch.catch02,
  .topimageCatch.catch04,
  .topimageCatch.catch06 {
    width: 40%;
    position: absolute;
    top: 5%;
    left: auto;
    right: 5%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, d0);
    -ms-transform: translate(0, 0);
  }
}

.pickup-footerArea {
  position: relative;
  display: block;
  width: 100vw;
  height: calc(100vh - 150px);
  z-index: 100;
  margin-top: 140px;
}

@media only screen and (max-width: 750px) {
  .pickup-footerArea {
    height: auto;
    margin-top: 60px;
  }
}

.pickupArea {
  width: 100vw;
  height: calc(100vh - 250px);
  background-color: rgba(0, 153, 68, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .pickupArea {
    height: auto;
    padding: 30px 0;
  }
}

.pickupAreaBack {
  width: 2%;
  position: absolute;
  right: 5%;
  bottom: 5%;
}

@media only screen and (max-width: 750px) {
  .pickupAreaBack {
    display: none;
  }
}

.pickupAreaInner {
  width: 70%;
}

@media only screen and (max-width: 750px) {
  .pickupAreaInner {
    width: 90%;
    display: flex;
    flex-flow: column;
  }
}

.pickupAreaTtl {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .pickupAreaTtl {
    width: 100%;
  }
}

.pickupAreaTtl p {
  color: #fff;
  font-size: 220%;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .pickupAreaTtl p {
    font-size: 160%;
    margin-bottom: 10px;
  }
}

.pickupAreaTtl p::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0.5em;
}

.pickupAreaMenu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pickupAreaMenu::before {
  content: "";
  display: block;
  width: 22%;
  order: 1;
}

.pickupAreaMenu::after {
  content: "";
  display: block;
  width: 22%;
}

@media only screen and (max-width: 750px) {
  .pickupAreaMenu {
    width: 100%;
  }
}

.pickupAreaMenu li {
  width: 22%;
}

@media only screen and (max-width: 750px) {
  .pickupAreaMenu li {
    width: 48%;
  }
}

/* .pickupAreaMenu li:last-child {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .pickupAreaMenu li:last-child {
    width: 100%;
  }
} */

.pickupAreaMenu li:nth-child(-n+3) {
  padding-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .pickupAreaMenu li:nth-child(-n+6) {
    padding-bottom: 10px;
  }
}

.pickupAreaMenu p:first-child {
  margin-bottom: 5px;
  background-color: #fff;
}

.pickupAreaMenu p:last-child {
  color: #fff;
  font-size: 90%;
}

.modaal-overlay {
  z-index: 1000 !important;
}

.modaal-close:before,
.modaal-close:after {
  width: 2px !important;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: transparent !important;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

.modaal-video-wrap {
  margin: 0 !important;
}