@charset "UTF-8";
/*****************************************************************
カスタム　特別求人サイトテンプレート用レイアウト
*****************************************************************/
/*==========================================
/
/ 0■Teaser
/
==========================================*/
/*****************************************************************
  0■Teaser
*****************************************************************/
body {
  background: #232323;
}

#preopen {
  color: #fff;
  font-weight: bold;
}

#header {
  position: relative;
  z-index: 20;
}

#header .hgroup {
  padding: 8px 10px;
}

#header .hgroup h1 {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  font-family: "MSP ゴシック";
  letter-spacing: 1px;
}

#teaser {
  position: relative;
  padding: 0 0 20px;
}

#teaser p.huge_coming {
  font-size: 34px;
  padding: 20px 10px 0;
  border-top: 1px solid #fff;
  font-family: Arial;
}

#teaser h2 {
  line-height: 1.4em;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 20px 10px;
  font-size: 18px;
}

#teaser p.bkm {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 20px 10px;
}

#teaser #faq {
  position: relative;
  padding: 0 10px;
}

/*close画面*/
body.close-page {
  background-color: #fff;
}

.close-page #preopen {
  color: #000;
  font-weight: normal;
}

.close-page #header .hgroup h1 {
  color: #000;
}

.close-page #teaser p.huge_coming {
  border-top: 1px solid #000;
}

.close-page #teaser h2 {
  border-bottom: none;
  font-weight: bold;
}

.close-page #teaser p.bkm {
  font-size: 14px;
  padding: 0 10px 10px;
}

.close-page #teaser #faq {
  padding: 20px 10px 0;
  border-top: 1px solid #000;
}

.close-page #teaser-btn {
  margin: 0 0 32px;
  font-weight: bold;
  text-align: center;
}

.close-page #teaser-btn p {
  margin: 5px 10px 20px;
  font-size: 14ps;
}

.close-page .square_btn {
  padding: 32px 0;
  display: block;
  color: #420E20;
  border: solid 2px #B8D200;
  border-radius: 3px;
  transition: 0.4s;
}

.close-page .square_btn:hover {
  background: #B8D200;
  color: #420E20;
}

/*画像表示のティザー*/
.bg-black {
  background: #232323;
  color: #FFFFFF;
}

.bg-white {
  background: #FFFFFF;
  color: #333333;
}

.img-teaser {
  min-height: calc(100% - 60px);
}

.img-teaser .teaser-mainimage img {
  width: 100%;
  height: auto;
}

.img-teaser .teaser-mainimage {
  padding: 52px 0 0 0;
}

.img-teaser .teaser-txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  padding: 40px 20px 20px 20px;
}

.img-teaser .teaser-txt .teaser-txt-item {
  margin: 0 0 20px 0;
}

.img-teaser .teaser-txt .title-img-teaser {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.img-teaser .teaser-txt .facility-name {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

.img-teaser .teaser-txt .link {
  padding-top: 10px;
}

.img-teaser .teaser-txt .link a {
  color: #fff;
  padding: 15px 35px 15px 15px;
  border: 4px solid #FFF;
  border-radius: 6px;
  background-image: url("../img/common/icon-external-w.png");
  background-repeat: no-repeat;
  background-position: 93% 50%;
  display: inline-block;
  background-size: 14px;
}

.bg-black .img-teaser .teaser-txt .limk a {
  color: #fff;
  border: 4px solid #FFF;
}

.bg-white .img-teaser .teaser-txt .link a {
  color: #333333;
  border: 4px solid #333333;
  background-image: url("../img/common/icon-external.png");
}

footer.footer-img-teaser {
  position: relative;
  text-align: center;
  height: auto;
  padding: 10px 0;
  font-size: 11px;
  background: none;
}/*# sourceMappingURL=s-teaser.css.map */