@charset "utf-8";

/* ==================================================
 特集ページレイアウトCSS
================================================== */

.btn_share {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* 背景画像 */

#article {
  position: relative;
  background: url(../../../img/contents_pc/lp/kyujin/bg_01.jpg) no-repeat center top #001319;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}


/* 内側の表示サイズと影色 */

#article .articleInner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  box-shadow: 0px 0px 6px -1px #000;
  background: #fff;
}

.articleInner .header {
  padding-bottom: 20px;
}

#article section {
  position: relative;
}

#article [class*="box_"] {
  /* margin-top: 50px; */
  text-align: left;
  margin: 0 auto;
  display: block;
}


/* テキスト */

section#nijiyome p {
  position: absolute;
  text-align: left;
  width: 580px;
  right: 30px;
  top: 170px;
}

section#nijiyome img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

#article .box_02 {
  width: 92.5%;
  border: 1px solid #9e9e9d;
  padding: 20px;
  margin: 10px auto;
  border-radius: 8px;
}

#article .box_02 h2 {
  padding: 10px;
  background: #ececec;
  font-size: 20px;
}

#article .box_02 p {
  padding: 10px;
}


/* 先輩 */

section#item06 img {
  float: left;
  margin: 10px 10px 0px 0px;
}

section#item06 {
  height: 290px;
  /* overflow: hidden; */
}


/* 会社 */

a.lp_btn {
  width: 30%;
  height: 60px;
  line-height: 60px;
  background: #ff66cc;
  display: inline-table;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  border: 1px solid #ce2b97;
  text-decoration: none;
  margin: 0px 10px;
  /* display: flex; */
  /* flex-wrap: nowrap; */
  position: relative;
  box-shadow: 0px 4px #dadada;
}

a.lp_btn:hover {
  opacity: 0.9;
}

a.lp_btn.recruit {
  background: #adadad;
  border: 1px solid #737373;
  pointer-events: none;
}

a.lp_btn.recruit::before {
  content: "準備中";
  /* display:block; */
  position: absolute;
  background: #FF9800;
  border: 1px solid #6f460a;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  width: 100px;
  top: 0px;
  right: -10px;
  transform: rotate(6deg);
}

a.lp_btn.twt {
  background: #25bcfb;
  border: 1px solid #2b81ce;
}

.btn_area {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  margin: 10px auto;
}

.april {
  width: auto;
  text-align: center;
  background: #000;
  color: #FFEB3B;
  padding: 10px;
}

.april p {
  -webkit-animation: blink-1 2s infinite both;
  animation: blink-1 2s infinite both;
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.3;
  }
}

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.3;
  }
}

a.lp_btn.lp_btn.gati_recruit {
  display: block;
  height: 190px;
  background: none;
}

a.gati_recruit {
  display: block;
  text-align: center;
  margin: 10px;
}

a.gati_recruit:hover {
  opacity: 0.8;
}

.box_99 strong {
  text-align: center;
  padding-bottom: 20px;
  display: block;
  color: red;
}


/* anime
-------------------------------------------------- */

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* アテンション文
-------------------------------------------------- */

#article .articl_attention {
  display: block;
  padding: 30px 0 20px;
  color: #fff;
}

#article .articl_attention p {
  color: #91a5f3;
  font-size: 13px;
  text-align: center;
}