@charset "UTF-8";
.recruit {
  overflow: hidden;
  background-color: #fff;
  color: #231515;
}
.recruit header a {
  color: #fff;
}
.recruit .main {
  position: relative;
  z-index: 2;
  padding-top: 108px;
}
@media (max-width: 768px) {
  .recruit .main {
    margin-top: 0;
  }
}
.recruit .fixed__wrapper {
  max-width: 800px;
  width: 100%;
}
.recruit p, .recruit span, .recruit time, .recruit a {
  color: #231515;
  font-weight: 400;
  font-style: normal;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
.recruit h1, .recruit h2, .recruit h3, .recruit h4, .recruit h5, .recruit h6 {
  color: #231515;
  font-weight: 600;
  font-style: normal;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
.recruit .heading__img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 90px;
  max-height: 400px;
  height: 280px;
  background: url(../img/information/heading__bg.jpg);
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .recruit .heading__img__wrapper {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    height: 150px;
  }
}
.recruit .heading__img__wrapper h2.sec01-heading {
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  font-family: "ゴシックMB101 DB";
}
.recruit .sec01 {
  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 60px;
  height: calc(100svh - 108px);
  background: url(../img/recruit/sec01--bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1800px) {
  .recruit .sec01 {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .recruit .sec01 {
    margin-bottom: 0px;
    background-position: 35% center;
  }
}
.recruit .sec01 .text {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  max-width: 620px;
  width: 90%;
}
@media (max-width: 768px) {
  .recruit .sec01 .text {
    top: 40px;
  }
}
.recruit .sec01 h2.sec-heading {
  margin-bottom: 40px;
  color: #91b621;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .recruit .sec01 h2.sec-heading {
    margin-bottom: 34px;
    font-size: 32px;
  }
}
.recruit .sec01 .sec-desc {
  margin-bottom: 50px;
  color: #91b621;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  /* font-size: 42px; */
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .recruit .sec01 .sec-desc {
    margin-bottom: 34px;
    font-size: 22px;
  }
}
.recruit .sec02 {
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 40px;
  background: url(../img/recruit/sec02--bg.jpg);
  background-position: bottom;
  background-size: 1800px auto;
}
@media (min-width: 1800px) {
  .recruit .sec02 {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .recruit .sec02 {
    margin-top: 0px;
    margin-bottom: 0;
  }
}
.recruit .sec02 .sec-heading {
  margin-bottom: 16px;
  color: #479742;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .recruit .sec02 .sec-heading {
    font-size: 28px;
  }
}
.recruit .sec02 .sec-heading .font-size--small {
  color: #91b621;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .recruit .sec02 .sec-heading .font-size--small {
    font-size: 22px;
  }
}
.recruit .sec02 .heading-desc {
  display: block;
  color: #91b621;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  /* font-size: 42px; */
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .recruit .sec02 .heading-desc {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .recruit .sec02 .content--flex {
    display: block;
  }
}
.recruit .sec02 .content--wrapper {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 616px;
}
.recruit .sec02 .content--wrapper .content-box {
  display: flex;
  align-items: flex-start;
}
.recruit .sec02 .content--wrapper .box--heading {
  display: inline-block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #479742;
  font-size: 22px;
}
@media (max-width: 768px) {
  .recruit .sec02 .content--wrapper .box--heading {
    font-size: 15px;
  }
}
.recruit .sec02 .content--wrapper .box--heading::before {
  display: inline-block;
  margin-right: 0.6em;
  width: 0.4em;
  height: 1em;
  background: #479742;
  content: "";
}
@media (max-width: 768px) {
  .recruit .sec02 .content--wrapper .box--heading::before {
    width: 0.3em;
  }
}
.recruit .sec02 .content--wrapper .box--desc {
  display: inline-block;
  margin-top: 0;
  color: #756b63;
  font-size: 22px;
}
@media (max-width: 768px) {
  .recruit .sec02 .content--wrapper .box--desc {
    font-size: 15px;
  }
}
.recruit .sec02 .contact-btn {
  display: block;
  margin: 0 auto;
  max-width: 230px;
}
@media (max-width: 768px) {
  .recruit .sec02 .contact-btn {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .recruit .desc--attention {
    margin-left: 1em;
    text-align: left;
    text-indent: -1em;
    font-size: 13px;
  }
}
.recruit .sec03 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  height: calc(100svh - 108px);
  background: url(../img/recruit/sec03--bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .recruit .sec03 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.recruit .sec03 .fixed__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.recruit .sec03 .sec-heading {
  margin-bottom: 16px;
  color: #479742;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .recruit .sec03 .sec-heading {
    font-size: 28px;
  }
}
.recruit .sec03 .sec-heading .font-size--small {
  color: #91b621;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .recruit .sec03 .sec-heading .font-size--small {
    font-size: 22px;
  }
}
.recruit .sec03 .heading-desc {
  display: block;
  color: #91b621;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  /* font-size: 42px; */
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .recruit .sec03 .heading-desc {
    font-size: 15px;
  }
}
.recruit .sec03 .logo {
  position: absolute;
  bottom: 20px;
  left: 50%;
  max-width: 140px;
  width: 30%;
  transform: translate(-50%, 0%);
}