
/*------------------------------------------*/
/* 募集
/*------------------------------------------*/

.top-info a {
  display: inline-block;
  color: #242424;
  font-weight: 500;
  border: solid 1px #242424;
  padding: 10px 20px;
  transition: all .5s ease;
}

.top-info a:hover {
  text-decoration: none;
  background: #14a83b;
  color: #fff;
  border: solid 1px #14a83b;
}

/*------------------------------------------*/
/* お知らせ
/*------------------------------------------*/

.top-news .news-list {
  font-size: 0.9rem;
}

.top-news .en-serif {
  font-size: 2rem;
  line-height: 1.1;
}

.top-news h2 {
  font-size: 0.8rem;
}

@media screen and (max-width: 833px) {
  .top-news__head {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .top-news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-news__head {
    text-align: left;
    margin-right: 60px;
  }

  .top-news .en-serif {
    font-size: 2.8rem;
  }
}

/* 一覧へ --------------------------------*/
.top-news .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

.top-news .btn a {
  width: 180px;
  height: 40px;
}

@media screen and (min-width: 834px), print {
  .top-news .btn {
    margin-top: 40px;
  }

  .top-news .btn a {
    width: 200px;
    height: 50px;
  }
}

/*------------------------------------------*/
/* コンテンツ紹介
/*------------------------------------------*/

.top-pickup {
  background: url(img/top_img01.jpg) no-repeat;
  margin-top: 60px;
}

@media screen and (max-width: 833px) {
  .top-pickup {
    background-position: center;
  }
}

@media screen and (min-width: 834px), print {
  .top-pickup {
    background-size: 120%;
    margin-top: 100px;
  }
}

@media screen and (min-width: 1200px), print {
  .top-pickup {
    background-size: 100%;
  }
}


/* アニメーション --------------------------------*/

@media screen and (min-width: 834px), print {
  .top-pickup li {
    animation: fadeIn;
  }

  .top-pickup li:nth-of-type(1) {
    animation-duration: 1s;
  }

  .top-pickup li:nth-of-type(2) {
    animation-duration: 1.5s;
  }

  .top-pickup li:nth-of-type(3) {
    animation-duration: 2s;
  }
}

/* レイアウト --------------------------------*/

@media screen and (max-width: 833px) {
  .top-pickup ul {
    padding: 20px;
  }

  .top-pickup ul li:not(:first-child) {
    margin-top: 1px;
  }
}

@media screen and (min-width: 834px), print {
  .top-pickup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
  }

  .top-pickup ul li {
    width: 33.25%;
    width: calc(calc(100% - 2px) / 3);
    height: 280px;
  }
}

@media screen and (min-width: 1000px), print {
  .top-pickup ul {
    width: 960px;
    margin: 0 auto;
    padding: 80px 0;
  }
}

/* 背景 --------------------------------*/
.top-pickup ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #242424;
  color: var(--text-color);
  opacity: 0.9;
  transition: all .5s ease;
}

.top-pickup ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media screen and (max-width: 833px) {
  .top-pickup ul li a {
    padding: 30px;
  }
}

@media screen and (min-width: 834px), print {
  .top-pickup ul li a {
    padding-top: 45px;
  }
}

/* 画像 --------------------------------*/
.top-pickup figure img {
  width: calc(204px / 2);
  height: calc(228px / 2);
}

/* 見出し --------------------------------*/
.top-pickup h2 {
  font-size: 1.4rem;
  margin-top: 20px;
}

/* 見出し 英語 --------------------------------*/
.top-pickup .en {
  font-size: 0.8rem;
}

/*------------------------------------------*/
/* 採用情報
/*------------------------------------------*/

.top-recruit {
  margin-top: 60px;
}

@media screen and (max-width: 833px) {
  .top-recruit__box {
    padding: 0 20px;
  }
}

@media screen and (min-width: 834px), print {
  .top-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 40px;
    margin-top: 100px;
  }

  .top-recruit__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
  }

  .top-recruit figure {
    width: 50%;
  }
}

@media screen and (min-width: 1000px), print {
  .top-recruit {
    padding: 0;
  }

  .top-recruit__box {
    width: calc(960px / 2);
  }
}

/* 背景 --------------------------------*/
@media screen and (min-width: 834px), print {
  .top-recruit {
    position: relative;
  }

  .top-recruit::before {
    content: '';
    display: inline-block;
    background: #f2f5f6;
    width: 70%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .top-recruit__box,
  .top-recruit figure {
    margin-bottom: 80px;
  }

  .top-recruit figure {
    animation: fadeInRight;
    animation-duration: 1s;
  }
}

/* 見出し 英語 --------------------------------*/
.top-recruit .en-serif {
  font-size: 2rem;
  line-height: 1.1;
}

@media screen and (min-width: 834px), print {
  .top-recruit .en-serif {
    font-size: 2.8rem;
  }
}

/* 見出し --------------------------------*/
.top-recruit h2 {
  font-size: 0.8rem;
}

@media screen and (min-width: 834px), print {
  .top-recruit h2 {
    text-align: left;
    width: 100%;
  }
}

/* テキスト --------------------------------*/

@media screen and (max-width: 833px) {
  .top-recruit .text {
    margin-top: 20px;
  }

  .top-recruit .text br {
    display: none;
  }
}

/* 画像 --------------------------------*/
.top-recruit figure img {
  width: 100%;
}

@media screen and (max-width: 833px) {
  .top-recruit figure {
    margin-top: -20px;
  }
}

/* ボタン --------------------------------*/
.top-recruit .btn a {
  width: 180px;
  height: 40px;
}

@media screen and (max-width: 833px) {
  .top-recruit .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .top-recruit .btn {
    margin-top: 40px;
  }

  .top-recruit .btn a {
    width: 200px;
    height: 50px;
  }
}

