@charset "UTF-8";

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.container {
  min-width: 1200px;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2x {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3x {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION SAMPLE 01
 * ----------------------------------------------- */
.section-workplace-banner {
  background: url(../images/workplace/bg_workplace.jpg) no-repeat center/cover;
}
.section-workplace-banner .banner-title {
  text-align: center;
  text-shadow: 0px 0 8px rgba(0, 0, 0, 0.45), 0px 0 8px rgba(0, 0, 0, 0.45), 0px 0 10px rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, Verdana, sans-serif;
}
.section-workplace-banner .text-large {
  display: block;
}

@media print, (min-width: 768px) {
  .section-workplace-banner {
    padding: 152px 0 128px;
    margin-bottom: 58px;
  }
  .section-workplace-banner .banner-title {
    font-size: 48px;
  }
  .section-workplace-banner .text-large {
    margin-top: 30px;
    font-size: 144px;
  }
}
@media only screen and (max-width: 767px) {
  .section-workplace-banner {
    padding: 60px 0 55px;
    margin-bottom: 20px;
  }
  .section-workplace-banner .banner-title {
    font-size: 18px;
  }
  .section-workplace-banner .text-large {
    margin-top: 12px;
    font-size: 53px;
  }
}

#workplace * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#workplace img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

#workplace p {
  text-align: left;
}

#workplace th {
  font-weight: bold;
  text-align: center;
}

#workplace .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

#workplace .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


#workplace .page-title img {
  width: 100%;
}

#workplace .wp-block01 {
  padding-bottom: 65px;
}

#workplace .bx-viewport {
  background-color: transparent;
}

#workplace .bx-viewport li {
  min-height: 1px;
  min-width: 1px;
}

#workplace .bx-viewport li img {
  width: 100%;
}

#workplace .bx-wrapper .bx-loading {
  background-image: none;
}

#workplace .bx-wrapper .bx-controls-direction a {
  width: 14px;
  height: 26px;
}

#workplace .bx-wrapper .bx-prev {
  background: url(../images/workplace/workplace_btn_prev.png) no-repeat;
  background-size: cover;
}

#workplace .bx-wrapper .bx-next {
  background: url(../images/workplace/workplace_btn_next.png) no-repeat;
  background-size: cover;
}

#workplace .bx-wrapper .bx-pager {
  bottom: -20px;
  font-size: 0;
}

#workplace .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px;
  border-radius: 0;
  width: 5px;
  height: 5px;
  background-color: #555;
  transition: 0.6s;
}

#workplace .bx-wrapper .bx-pager.bx-default-pager a:hover {
  opacity: 0.6;
  background-color: #01479d;
}

#workplace .bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 1;
  background-color: #01479d;
}

#workplace .wp-slide-01 li .nest-txt-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.36;
}

#workplace .info-enclosure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 6px 5px;
  min-width: 75px;
  background-color: #01479d;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #workplace .wp-block01 {
    padding-bottom: 40px;
  }

  #workplace .bx-wrapper {
    width: 78% !important;
    margin-left: auto;
    margin-right: auto;
  }

  #workplace .slide-box {
    overflow: hidden;
  }

  #workplace .slide-box .bx-viewport {
    width: 100%;
    overflow: visible !important;
  }

  #workplace .bx-viewport li img {
    max-width: 100%;
  }

  #workplace .bx-wrapper .bx-controls-direction a {
    width: 27px;
    height: 52px;
  }

  #workplace .bx-wrapper .bx-pager {
    bottom: -50px;
  }

  #workplace .bx-wrapper .bx-prev {
    left: 30px;
  }

  #workplace .bx-wrapper .bx-next {
    right: 30px;
  }

  #workplace .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 6px;
    width: 10px;
    height: 10px;
  }

  #workplace .slide-box {
    padding-bottom: 60px;
  }

  #workplace .slide-box li img {
    opacity: 0.5;
  }

  #workplace .slide-box li.active-slide img {
    opacity: 1;
  }

  #workplace .wp-slide-01 li .nest-txt-box {
    position: absolute;
    bottom: 0;
    padding: 6px 42px;
    font-size: 16px;
    line-height: 2.25;
  }

  #workplace .info-enclosure {
    top: 30px;
    left: 43px;
    padding: 15px 14px 13px;
    min-width: 167px;
    font-size: 14px;
  }
}
