@charset "utf-8";
/*------------------------------------------------
  トップページ
------------------------------------------------*/

.recruit {}

.recruit #recruit-header {
  z-index: 10000;
  top: inherit;
  left: inherit;
  position: inherit;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.recruit #recruit-header.m_fixed {
  position: fixed;
}

.recruit.nav-open #recruit-header {
  position: fixed;
}


/*========== メインビジュアル ==========*/

.main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main-visual-title {
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 190px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -95px;
}

.main-visual-title-text {
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  text-shadow: 0 0 10px #000;
  font-size: 4.5vw;
}

.main-visual-title-logo {
  display: block;
  width: 100%;
}

.main-visual-title-logo > img {
  width: 100%;
}

/*scroll-button*/
.scroll-button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
}
.scroll-button > img {
  width: 100%;
}

@media print, screen and (min-width: 560px) {
  .main-visual-title {
    width: 500px;
    height: 280px;
    margin-left: -250px;
    margin-top: -140px;
  }
  .main-visual-title-text {
    font-size: 3rem;
  }
}


@media print, screen and (min-width: 960px) {
  .main-visual {
    min-height: 750px;
  }
  .main-visual-title {
    width: 787px;
    height: 310px;
    margin-left: -393.5px;
    margin-top: -190px;
  }
  .main-visual-title-text {
    font-size: 4.6rem;
  }
  .main-visual-title-logo {
    width: 787px;
    height: 252px;
  }
  .scroll-button {
    width: 150px;
    height: 150px;
    margin-left: -75px;
    bottom: 25px;
  }
}


/*スライド*/
.slide {
  width: 100%;
  height: 100%;
  position: fixed;
}

.item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.item-text {
  text-align: left;
  text-indent: -99999px;
  width: 100%;
  display: inline-block;
}

.item-pic1 {
  background-image: url(../../../images/recruit/recruit-top/slide_item_pic01_s.jpg);
}
.item-pic2 {
  background-image: url(../../../images/recruit/recruit-top/slide_item_pic02.jpg);
}
.item-pic3 {
  background-image: url(../../../images/recruit/recruit-top/slide_item_pic03.jpg);
  background-position: left bottom;
}


@media print, screen and (min-width: 960px) {
  .slide {
    min-height: 750px;
  }
  .item {
    min-height: 750px;
  }
  .item-pic1 {
    background-image: url(../../../images/recruit/recruit-top/slide_item_pic01.jpg);
  }
  .item-pic2 {
    background-image: url(../../../images/recruit/recruit-top/slide_item_pic02.jpg);
  }
  .item-pic3 {
    background-image: url(../../../images/recruit/recruit-top/slide_item_pic03.jpg);
    background-position: center bottom;
  }
}

/*========== INFORMATION  ==========*/

.news {
  background-color: rgba(255,255,255,0.8);
  padding: 50px 0;
}

.news-title {
  color: #28669b;
  text-align: center;
  font-weight:350;
}

.news-title-ruby {
  display: block;
  color: #333;
}

.news-list {
  width: 90%;
  margin: 25px auto;
  border-top: 1px solid #ccc;
}

.news-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.news-item-date {
  margin-bottom: 7.5px;
  margin-right: 8px;
}

.news-item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.catName {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 4px 5px;
  margin-right: 8px;
  /*  width: 5em;*/
  line-height: 1;
}

.cat-0 .catName {
  background-color: #ff3e3e;
}

.cat-1 .catName {
  background-color: #3e84c9;
}

.cat-2 .catName {
  background-color: #67c323;
}

.newMark {
  color: #ff0000;
  font-weight: 900;
  margin-right: 8px;
}

.news-detail-button {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin: 25px auto;
  padding: 10px;
  width: 90%;
  background-color: #28669b;
  display: block;
}

@media print, screen and (min-width: 960px) {
  news {
    padding: 60px 0;
  }

  .news-title {
    font-size: 3.5rem;
  }

  .news-title-ruby {
    font-size: 2rem;
  }

  .news-list {
    width: 1000px;

  }
  .news-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .news-item-date {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .news-item-text {
    width: 775px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 24px;
  }
  .catName {
    margin-right: 10px;
  }
  .newMark {
    color: #ff0000;
/*    margin-right: 10px;*/
    margin-right: 10px;
  }
  .news-detail-button {
    width: 350px;
  }

}


/*========== キャチコピー ==========*/

.recruit-catch-popy {
  width: 100%;
  padding: 25px;
  background-image: url(../../../images/recruit/recruit-top/recruit_catch_copy_bg.jpg);
  background-size: cover;
  margin: 0;
}
.recruit-catch-popy-inner {
  width: 100%;
  margin: auto;
  padding: 25px;
  background-color: rgba(255,255,255,0.9);
}
.recruit-catch-popy-title {
  text-align: center;
  margin-bottom: 15px;
}
.recruit-catch-popy-text {
  line-height: 2;
}


@media print, screen and (min-width: 960px) {
  .recruit-catch-popy {
    padding: 70px 0;
  }
  .recruit-catch-popy-inner {
    width: 1000px;
    padding: 40px;
  }
  .recruit-catch-popy-title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .recruit-catch-popy-text {
    font-size: 2rem;
  }
}

/*========== 採用リンク ==========*/

.recruit-content {}

.recruit-content-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}

.recruit-content-item {
  color: #fff;
  width: 50%;
  height: 200px;
}

.recruit-content-item-button {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
  font-weight: 500;
  width: 100%;
  height: 100%;
}

.recruit-content-item-button:hover {
  background-color: inherit;
}

/*背景*/
.recruit-content-item.job-bg {
  background-image: url(../../../images/recruit/recruit-top/recruit_item_pic_job.jpg);
  background-position: top center;
  background-size: cover;
}
.recruit-content-item.guideline-bg {
  background-color: rgba(40, 102, 155, 0.8);
}
.recruit-content-item.voice-bg {
  background-color: rgba(40, 102, 155, 0.8);
}
.recruit-content-item.ability-bg {
  background-image: url(../../../images/recruit/recruit-top/recruit_item_pic_voice.jpg);
  background-position: top center;
  background-size: cover;
}
.recruit-content-item.one-year-bg {
  background-image: url(../../../images/recruit/recruit-top/recruit_item_pic_one_year.jpg);
  background-position: center center;
  background-size: cover;
}
.recruit-content-item.welfare-bg {
  background-color: rgba(40, 102, 155, 0.8);
}


@media print, screen and (min-width: 560px) {
  .recruit-content-list {
/*    margin: 30px 0 0;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
  }
  .recruit-content-item {
    width: 33.33%;
    height: 250px;
    font-size: 2rem;
  }
  /*背景*/

/*
  .recruit-content-item.guideline-bg {
    background-image: url(../../../images/recruit/recruit-top/recruit_item_pic_guideline.jpg);
    background-position: center center;
    background-size: cover;
  }
*/
  .recruit-content-item.guideline-bg {
    background-color: rgba(40, 102, 155, 1);
  }
  .recruit-content-item.voice-bg {
    background-image: url(../../../images/recruit/recruit-top/recruit_item_pic_voice.jpg);
    background-position: center center;
    background-size: cover;
    background-color: inherit;
  }
  .recruit-content-item.ability-bg {
    background-image: none;
    background-color: rgba(40, 102, 155, 1);
  }

/*
  .recruit-content-item.welfare-bg {
    background-image: url(../../../images/recruit/recruit-top/recruit_item_pic_welfare.jpg);
    background-position: center center;
    background-size: cover;
  }
*/
  .recruit-content-item.welfare-bg {
    background-color: rgba(40, 102, 155, 1);
  }
}

@media print, screen and (min-width: 960px) {
  .recruit-content-list {
/*    margin: 50px 0 0;*/
  }
  .recruit-content-item {
    font-size: 3rem;
    height: 300px;
  }
}



/*========== エントリーボタン ==========*/
.recruit-content-entry {
  background-color: #fff;
  padding: 25px;
}

.recruit-content-entry-button {
  color: #044471;
  width: 80%;
  border: 4px solid #044471;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  display: block;
}

@media print, screen and (min-width: 960px) {
  .recruit-content-entry {
    padding: 70px;
  }
  .recruit-content-entry-button {
    width: 600px;
    border: 4px solid #044471;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0;
  }
  .recruit-content-entry-button:hover {
    color: #fff;
    background-color: #044471;
  }
}


@media print, screen and (min-width: 960px) {
  .recruit-content-entry {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .qr-code-box {
    width: 150px;
    margin-left: 50px;
  }

  .qr-code-img {
    width: 130px;
    height: 130px;
    margin: auto;
    display: block;
  }
  .qr-code-img > img{
    width: 100%;
  }
  .qr-code-name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
