@charset "UTF-8";
/* class */
/* wp over */
#wpadminbar {
  z-index: 8 !important;
}

/* global */
.global-bannerWrapper {
  max-width: 1200px;
  margin: auto;
}
.global-bannerWrapper.recruit {
  padding-bottom: 5em;
  text-align: center;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.global-bannerWrapper.recruit a {
  padding: 1em;
}
@media (min-width: 600px) {
  .global-bannerWrapper.recruit a {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.global-coverImage {
  display: block;
  height: 0;
  background: #fafafa;
  border: 1px solid rgba(231, 231, 231, 0.75);
  border-radius: 3px;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.global-coverImage.noImage::after {
  content: "No image";
  color: #dddddd;
  font-size: 2em;
  font-famly: "Consolas", "Menlo", "Courier New", "Courier", "メイリオ", "Meiryo", monospace;
  white-space: nowrap;
  text-shadow: -1px -1px 1px #aaaaaa, 1px 1px white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.global-coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (-ms-high-contrast: none) {
  .global-coverImage img {
    height: auto;
  }
}
.global-ctaWrapper {
  margin: 2em auto;
}
.global-ctaWrapper .ctaContact {
  display: block;
  text-align: center;
  background-color: #d90000;
  color: white;
  margin: 0px auto;
  width: calc(100% - 2em);
  max-width: 25em;
  padding: 1em 0em;
  border-radius: 0.25em;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 1099px) {
  .global-ctaWrapper .ctaContact {
    font-size: 1.2em;
  }
}
.global-imgBg {
  background: no-repeat center center;
  background-size: cover;
}
.global-more {
  display: table;
  margin: 3em auto;
  width: 100%;
  max-width: 15em;
  color: white;
  background-color: #2e9b95;
  border-radius: 3px;
  text-align: center;
  padding: 1em;
}
.global-none {
  display: none;
}
.global-tag {
  font-size: small;
}
.global-tag::before {
  content: "\f02b";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
  color: inherit;
}
.global-tags li {
  display: inline-block;
  margin: 0.25em 0.5em;
}
.global-term {
  display: inline-block;
  color: white;
  background-color: #2e9b95;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 2px;
  padding: 0.25em 1em;
}
.global-pager {
  max-width: 1200px;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.global-pager > * {
  display: inline-block;
  border: 1px solid rgba(128, 128, 128, 0.25);
  border-radius: 3px;
  line-height: 1.5em;
  padding: 0 0.5em;
}
@media (min-width: 600px) {
  .global-pager > * {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (min-width: 1000px) {
  .global-pager > * {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
.global-pager .current {
  color: white;
  background-color: #2e9b95;
}
.global-pager a:hover {
  color: white;
  background-color: #2e9b95;
}
.global-pager i::before {
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
.global-pager i.prev::before {
  content: "\f104";
}
.global-pager i.next::before {
  content: "\f105";
}

/* js */
.js-closer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.js-hide {
  display: none;
}

/* anime */
[class*=anime-fadeIn].on {
  opacity: 0.1;
  -webkit-transform: translateY(10em);
  transform: translateY(10em);
}
[class*=anime-fadeIn].in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-timing-function: ease;
}
[class*=anime-fadeIn][class*='1'] {
  transition-duration: 1.3s;
}
[class*=anime-fadeIn][class*='2'] {
  transition-duration: 1.6s;
}
[class*=anime-fadeIn][class*='3'] {
  transition-duration: 1.9s;
}
[class*=anime-fadeIn][class*='4'] {
  transition-duration: 2.2s;
}
