@charset "utf-8";

/*
  File Name   : recruit.css
  Description : コンテンツエリア関係 他
*/

body {
  background: url(../img/recruit/body-bg.png) top center no-repeat;
  background-size: cover;
}

body #lay-main {
  color: #5d8e0f;
}
body.staff #lay-main {
  padding-top: 0;
}

/* com-kv-wrap
============================================================ */
.com-kv-wrap {
  background: url(../img/recruit/kv-img.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.com-kv-wrap .com-page-title-wrap {
  position: relative;
  z-index: 1;
}
.com-kv-wrap .kv-parts {
  width: 336px;
  /* height: 497px; */
  position: absolute;
  bottom: 0;
  right: 60px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .com-kv-wrap {
    background: url(../img/recruit/kv-img-sp.jpg) center no-repeat;
    background-size: cover;
  }
  .com-kv-wrap .kv-parts {
    width: 134px;
    right: 23px;
  }
}

/* common
============================================================ */
.com-main-title-A {
  border-bottom: solid 2px #5d8e0f;
}
.-center {
  text-align: center;
}
.com-detail-bottom-back-btn {
  background-color: #5d8e0f;
}
.com-btn-wrap a.-wh {
  color: #5d8e0f;
}
.com-btn-wrap a.-wh span::before {
  background: url(../img/common/icon-arrow-B-gn-back.svg) 0 0 no-repeat;
  background-size: 7px auto;
}

.recruit-top-bg {
  position: relative;
}
.recruit-top-bg::before {
  content: "";
  position: absolute;
  top: -171px;
  left: 0;
  width: 100%;
  height: 530px;
  background-color: #5d8e0f;
  z-index: -1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .com-main-title-A {
    text-align: center;
  }
  .recruit-top-bg::before {
    top: -121px;
    height: 545px;
  }

  .recruit-top-bg.-index::before {
    top: -70px;
    height: 837px;
  }
}

/* index
============================================================ */
.index-wrap-A .recruit-top-bg::before {
  height: 850px;
}
.index-wrap-A .all-wrap {
  text-align: center;
  position: relative;
  color: #fff;
}
.index-wrap-A .all-wrap::before {
  content: "";
  position: absolute;
  top: 141px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 359px;
  background: url(../img/recruit/recruit-parts-A.svg) 0 0 no-repeat;
  background-size: 660px auto;
}
.index-wrap-A .lead-text-A {
  font-size: 40px;
  font-weight: bold;
  color: #5d8e0f;
  position: relative;
  z-index: 1;
}
.index-wrap-A .lead-text-A span {
  display: inline-block;
  padding: 4px 20px;
  background-color: #fff;
}
.index-wrap-A .lead-text-A span {
  margin-top: 15px;
}
.index-wrap-A .lead-text-A span:first-of-type {
  margin-top: 15px;
}
.index-wrap-A .lead-text-B {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.index-wrap-A .movie-wrap {
  width: 800px;
  margin: 80px auto 0;
}
.index-wrap-A .movie-wrap iframe {
  width: 800px;
  height: 450px;
}

/* index-wrap-B */
.index-wrap-B {
  margin-top: 100px;
}
.index-wrap-B .com-flex-box {
  flex-direction: row-reverse;
}
.index-wrap-B .img-block {
  width: 580px;
  border-radius: 5px;
  overflow: hidden;
}
.index-wrap-B .desc-block {
  width: calc(100% - 580px);
  padding-right: 40px;
}
.index-wrap-B .desc-block .text-B {
  font-weight: bold;
  margin-top: 25px;
}
.index-wrap-B .desc-block .text-C {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

/* index-wrap-C */
.index-wrap-C {
  margin-top: 100px;
}
.index-wrap-C .recruit-desc-wrap {
  position: relative;
  z-index: 1;
}
.index-wrap-C .recruit-desc-wrap ul {
  display: flex;
}
.index-wrap-C .recruit-desc-wrap li {
  width: calc((100% - 50px * 2) / 3);
  margin-right: 50px;
}
.index-wrap-C .recruit-desc-wrap li:nth-child(3n) {
  margin-right: 0;
}
.index-wrap-C .recruit-desc-wrap li .img-block {
  position: relative;
}
.index-wrap-C .recruit-desc-wrap li .img-block img {
  border-radius: 10px;
}
.index-wrap-C .recruit-desc-wrap li .img-block .catch {
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-wrap-C .recruit-desc-wrap li .img-block .catch span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 12px 10px;
  background-color: #5d8e0f;
  display: inline-block;
}
.index-wrap-C .recruit-desc-wrap li .info-block-block {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.index-wrap-C .recruit-desc-wrap li .info-block-block .text-A {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  color: #5d8e0f;
  margin-right: 12px;
  padding-left: 15px;
  position: relative;
}
.index-wrap-C .recruit-desc-wrap li .info-block-block .text-A::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5d8e0f;
}
.index-wrap-C .recruit-desc-wrap li .info-block-block .text-B {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #5d8e0f;
  padding-right: 20px;
}
.index-wrap-C .recruit-desc-wrap li .info-block-block .com-btn-wrap {
  margin-left: auto;
}
.index-wrap-C .recruit-desc-wrap li .info-block-block .com-btn-wrap a {
  min-width: 180px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {

  .index-wrap-A .recruit-top-bg::before {
    height: 837px;
  }
  .index-wrap-A .all-wrap {
    text-align: left;
    position: relative;
    margin-top: -60px;
  }
  .index-wrap-A .all-wrap::before {
    content: "";
    position: absolute;
    top: 281px;
    left: 50%;
    transform: translateX(-50%);
    width: 335px;
    height: 200px;
    background: url(../img/recruit/recruit-parts-A.svg) 0 0 no-repeat;
    background-size: 335px auto;
  }
  .index-wrap-A .lead-text-A {
    font-size: 18px;
    position: relative;
    z-index: 1;
  }
  .index-wrap-A .lead-text-A span {
    padding: 1px 12px;
  }
  .index-wrap-A .lead-text-A span {
    margin-top: 0;
  }
  .index-wrap-A .lead-text-A span:first-of-type {
    margin-top: 0;
  }
  .index-wrap-A .lead-text-B {
    margin-top: 25px;
    position: relative;
    z-index: 1;
  }
  .index-wrap-A .movie-wrap {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
    text-align: center;
  }
  .index-wrap-A .movie-wrap iframe {
    width: 335px;
    height: 188px;
  }

  /* index-wrap-B */
  .index-wrap-B {
    margin-top: 60px;
  }
  .index-wrap-B .com-flex-box {
    display: block;
  }
  .index-wrap-B .img-block {
    width: 100%;
  }
  .index-wrap-B .desc-block {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .index-wrap-B .desc-block .text-B {
    font-weight: bold;
    margin-top: 25px;
  }
  .index-wrap-B .desc-block .text-C {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-top: 5px;
  }

  /* index-wrap-C */
  .index-wrap-C {
    margin-top: 60px;
  }
  .index-wrap-C .recruit-desc-wrap {
    position: relative;
    z-index: 1;
  }
  .index-wrap-C .recruit-desc-wrap ul {
    display: block;
  }
  .index-wrap-C .recruit-desc-wrap li {
    width: 100%;
    margin-right: 0;
    margin: 0 auto !important;
    position: relative;
    display: flex;
    max-width: 335px;
  }
  .index-wrap-C .recruit-desc-wrap li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .index-wrap-C .recruit-desc-wrap li:nth-child(n + 2) {
    margin-top: 30px !important;
  }
  .index-wrap-C .recruit-desc-wrap li .img-block {
    position: static;
    width: 200px;
  }
  .index-wrap-C .recruit-desc-wrap li .img-block img {
    border-radius: 10px;
  }
  .index-wrap-C .recruit-desc-wrap li .img-block .catch {
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    text-align: right;
  }
  .index-wrap-C .recruit-desc-wrap li:nth-child(2n) .img-block .catch {
    left: 0;
    right: auto;
    text-align: left;
  }
  .index-wrap-C .recruit-desc-wrap li .img-block .catch span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 12px 10px;
    background-color: #5d8e0f;
    display: inline-block;
  }
  .index-wrap-C .recruit-desc-wrap li .info-block-block {
    display: block;
    margin-top: 0;
    width: 160px;
    margin-left: -25px;
    padding-top: 105px;
    z-index: 1;
  }
  .index-wrap-C .recruit-desc-wrap li:nth-child(2n) .info-block-block {
    margin-left: 0;
    margin-right: -25px;
  }
  .index-wrap-C .recruit-desc-wrap li .info-block-block .text-A {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    color: #5d8e0f;
    margin-right: 12px;
    padding-left: 15px;
    position: relative;
  }
  .index-wrap-C .recruit-desc-wrap li .info-block-block .text-A::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #5d8e0f;
  }
  .index-wrap-C .recruit-desc-wrap li .info-block-block .text-B {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    color: #5d8e0f;
    padding-right: 0;
  }
  .index-wrap-C .recruit-desc-wrap li .info-block-block .text-A,
  .index-wrap-C .recruit-desc-wrap li .info-block-block .text-B {
    margin-left: 45px;
  }
  .index-wrap-C .recruit-desc-wrap li:nth-child(2n) .info-block-block .text-A,
  .index-wrap-C .recruit-desc-wrap li:nth-child(2n) .info-block-block .text-B {
    margin-left: 0;
  }
  .index-wrap-C .recruit-desc-wrap li .info-block-block .com-btn-wrap {
    margin-left: auto;
    margin-top: 14px;
  }
  .index-wrap-C .recruit-desc-wrap li .info-block-block .com-btn-wrap a {
    min-width: 160px;
  }
}


/* recruit-page-links-wrap
============================================================ */
.recruit-page-links-wrap {
  margin: 67px 0 60px;
}
.recruit-page-links-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recruit-page-links-wrap li {
  width: calc((100% - 15px *4) / 5);
  margin-right: 15px;
}
.recruit-page-links-wrap li:nth-child(5n) {
  margin-right: 0;
}
.recruit-page-links-wrap li:nth-child(n + 6) {
  margin-top: 15px;
}
.recruit-page-links-wrap li a {
  color: #5d8e0f;
  line-height: 1.4;
  text-align: center;
  padding: 20px 20px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.recruit-page-links-wrap li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url(../img/common/icon-page-links-gn.svg) 0 0 no-repeat;
  background-size: 10px auto;
}
.recruit-page-links-wrap li a:hover {
  text-decoration: none;
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  /* recruit-page-links-wrap */
  .recruit-page-links-wrap {
    margin: 30px 0 30px;
  }
  .recruit-page-links-wrap ul {
    justify-content: flex-start;
  }
  .recruit-page-links-wrap li {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
  }
  .recruit-page-links-wrap li:nth-child(5n) {
    margin-right: 15px;
  }
  .recruit-page-links-wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .recruit-page-links-wrap li:nth-child(n + 6),
  .recruit-page-links-wrap li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .recruit-page-links-wrap li a {
    line-height: 1.2;
    text-align: center;
    padding: 15px 10px;
    border-radius: 50px;
    background-color: #fff;
    display: block;
    position: relative;
    height: auto;
  }
  .recruit-page-links-wrap li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url(../img/common/icon-page-links-gn.svg) 0 0 no-repeat;
    background-size: 10px auto;
  }
  .recruit-page-links-wrap li a:hover {
    text-decoration: none;
    opacity: 1;
  }

  .recruit-page-links-wrap.-sp-all li {
    width: 252px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .recruit-page-links-wrap.-sp-all li:last-child {
    margin-bottom: 0;
  }
}

/* staff
============================================================ */
.staff {

}
.staff-inner-box {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: dashed 1px #5d8e0f;
}
.staff-inner-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.staff .main-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.staff .main-img img {
  width: 100%;
}
.staff .main-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  background-color: rgba(37, 60, 0, .8);
}
.staff .main-info .main-info-inner {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
}
.staff .main-info .text-A {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.staff .main-info .text-A::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.staff .main-info .text-B {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-top: 15px;
}
.staff .lead-text {
  margin-top: 35px;
}
.staff .staff-imgs {
  margin-top: 55px;
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .staff-inner-box {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .staff .main-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }
  .staff .main-info {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
  }
  .staff .main-info .main-info-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .staff .lead-text {
    margin-top: 25px;
  }
  .staff .staff-imgs {
    margin-top: 35px;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .hoge {
  }
}

/* -document
============================================================ */
.-document {
  margin-top: 100px;
}
.-document .com-btn-wrap {
  margin-top: 40px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .-document {
    margin-top: 60px;
  }
}

/* -mynav
============================================================ */
.-mynav {
  margin-top: 100px;
}
.-mynav .btn-wrap {
  max-width: 300px;
  margin: 0 auto;
}
.-mynav .btn-wrap a:hover {
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .-mynav {
    margin-top: 60px;
  }
  .-mynav .btn-wrap a:hover {
    opacity: .7;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1201px) {
  .hoge {
  }
}


