@charset "UTF-8";
/* CSS Document */
body {
  background-color: #050505;
  color: #fff;
  font-size: 16px;
}
.section-content-wrapper {
  align-items: center;
}
.recruit-message {
  font-size: 16px;
  line-height: 2;
  right: 0px;
}
/* table*/
#table01 {
  margin: 0 auto 100px;
}
#table01 tr {
  border-bottom: 0.3px dashed #FFFFFF;
  line-height: 24px;
}
#table01 th, #table01 td {
  padding: 40px 0;
  border: none;
}
#table01 th {
  width: 45%;
}
.youkou {
  width: 260px;
  text-align: center;
  margin:0px auto 50px;
  position: relative;
  font-size: 30px;
  max-width: 500px;
}
.entry {
  text-align: center;
  padding: 20px;
  margin: 0 auto 200px;
  border: solid 1px #fff;
  width: 200px;
}
.entry:hover {
  background-color: #645F5F;
}
.entry p {
  color: #fff;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 620px;
  margin-left: 10%;
  margin-top: -15vh;
}
.slider img {
  width: 280px; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all .5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  background: #ccc; /*ドットボタンの色*/
  border-radius: 50%;
  padding: 0;
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
@media (max-width: 1280px) {
  .recruit-text {
    margin-bottom: 50px;
  }
}
@media (max-width: 820px) {
  .section-content-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 300px;
    margin-left: 0%;
  }
  #table01 th, #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
    text-align: left;
  }
  #table01 td {
    padding-top: 0;
    text-align: left;
    font-size: 14px;
  }
  #table01 {
    margin: 0 30px 100px;
  }
  .youkou {
    margin:5vh auto 0px;
  }
}
.entry2{
  margin-top: 5vh;
}
.attention{
  color: crimson;
  font-size: 22px;
  margin-top: 1vh;
}
