#progress {
  position: absolute;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

#progress #titleImage {
  width: 100%;
  position: absolute;
  opacity: 1.0;
  z-index: 1000;
}

#progress #titleImage img {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#progress #titleImage img.sp {
  display: block !important;
}

@media (orientation: landscape) and (max-width: 850px) {
  #progress #titleImage img.sp {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  #progress #titleImage img.sp {
    display: none !important;
  }
}

#progress #titleImage img.land {
  display: none !important;
}

@media (orientation: landscape) and (max-width: 850px) {
  #progress #titleImage img.land {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  #progress #titleImage img.land {
    display: none !important;
  }
}

#progress #titleImage img.pc {
  display: none !important;
}

@media (orientation: landscape) and (max-width: 850px) {
  #progress #titleImage img.pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  #progress #titleImage img.pc {
    display: block !important;
  }
}

#progress #mainTitle {
  width: 50%;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  opacity: 1;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#progress #mainTitle img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#progress #mainTitle img.sp {
  display: block !important;
}

@media (orientation: landscape) and (max-width: 850px) {
  #progress #mainTitle img.sp {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  #progress #mainTitle img.sp {
    display: none !important;
  }
}

#progress #mainTitle img.land {
  display: none !important;
}

@media (orientation: landscape) and (max-width: 850px) {
  #progress #mainTitle img.land {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  #progress #mainTitle img.land {
    display: none !important;
  }
}

#progress #mainTitle img.pc {
  display: none !important;
}

@media (orientation: landscape) and (max-width: 850px) {
  #progress #mainTitle img.pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  #progress #mainTitle img.pc {
    display: block !important;
  }
}

#progress #mainTitle #progressBar {
  width: 100%;
  height: 10px;
  position: absolute;
  border: unset;
  opacity: 1;
  border-radius: 20px;
}

#progress #mainTitle #progressText {
  color: #ffffff;
  padding-top: 20px;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
}

#progress #mainTitle #startActionArea {
  position: absolute;
  width: 80%;
  height: auto;
  bottom: 30%;
  right: 10%;
}

@media (orientation: landscape) and (max-width: 850px) {
  #progress #mainTitle #startActionArea {
    width: 30%;
    height: auto;
    bottom: 10%;
  }
}

@media only screen and (min-width: 1025px) {
  #progress #mainTitle #startActionArea {
    width: 25%;
    height: auto;
    bottom: 30%;
    right: 10%;
  }
}

#progress #mainTitle #startActionArea #startBtn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#progress #mainTitle #startActionArea #startBtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#progress #mainTitle #startActionArea .btn {
  width: 100%;
  padding: 15px;
  font-size: 1.5em;
  color: #000;
  border-radius: 50em;
}

#container .ly_btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 2%;
  right: 5%;
}

#container .ly_btn .btn-floorcircle {
  width: 200px;
  border-radius: 100px;
  margin: 10px;
  background-color: #ffc60a;
  font-size: 18px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#container .ly_btn .btn-floorcircle:hover {
  background-color: #ffd54d;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#ly_map {
  width: 50vw;
  max-width: 600px;
}

@media only screen and (min-width: 1025px) {
  #ly_map {
    width: 26%;
  }
}

#ly_map .pin-event-spot {
  -webkit-animation: animeScale 0.5s ease 0s infinite alternate;
          animation: animeScale 0.5s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes animeScale {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes animeScale {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@media only screen and (min-width: 1025px) {
  .modal-dialog-centered {
    max-width: 600px;
  }
}

.modal-dialog-centered .modal-body img {
  width: 100%;
}

.modal-dialog-centered .card {
  border: none;
}

.modal-dialog-centered .profile-img {
  width: 50%;
  margin: 0 auto 20px auto;
}

.modal-dialog-centered .profile-img img {
  width: 100%;
  text-align: center;
}

.modal-dialog-centered .main-text {
  margin-bottom: 10px;
}

.modal-dialog-centered .card-left {
  width: 50px;
}

.modal-dialog-centered .card-right {
  margin: 5px;
}

.modal-dialog-centered .card-right h5 {
  font-size: 0.8em;
  font-weight: bold;
}

.modal-dialog-centered .card-right p {
  font-size: 0.9em;
  font-weight: bold;
}

.modal-dialog-centered .job-category, .modal-dialog-centered .job-dept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  font-weight: bold;
}

.modal-dialog-centered .job-category .job, .modal-dialog-centered .job-category .dept, .modal-dialog-centered .job-dept .job, .modal-dialog-centered .job-dept .dept {
  text-align: center;
  background-color: black;
  color: white;
  padding-top: 13px;
}

.modal-dialog-centered .job-category .job, .modal-dialog-centered .job-dept .job {
  background-color: #dc1182;
  border-radius: 10px;
}

.modal-dialog-centered .job-category .dept, .modal-dialog-centered .job-dept .dept {
  font-weight: bold;
}

.modal-dialog-centered .person-data {
  width: 100%;
  font-weight: bold;
}

.modal-dialog-centered .person-data dt {
  width: 20%;
  float: left;
  clear: left;
  font-size: 0.9em;
}

.modal-dialog-centered .person-data dd {
  width: 77%;
  float: left;
  margin-left: 3%;
  font-size: 0.9em;
}

.modal-dialog-centered .btn-primary {
  background-color: #ff3300;
  border: unset;
}

.modal-dialog-centered .btn-primary:active {
  border: unset;
}

.modal-dialog-centered .btn-primary:hover {
  background-color: #c13c1b;
}

.modal-dialog-centered .btn-wrapper {
  text-align: center;
}

.modal-dialog-centered .btn-interview {
  font-weight: bold;
  width: 250px;
  height: 60px;
  padding: 20px;
  text-align: center;
}

.carousel-item {
  margin-bottom: 50px;
}

.carousel-item p {
  margin: 5px;
  text-align: center;
}

.carousel-control-next, .carousel-control-prev {
  bottom: 100px;
}
/*# sourceMappingURL=customStyles.css.map */