/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.mv {
  background: url("../images/recruit/mv_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center 34%; }
  .mv:after {
    background: rgba(0, 0, 0, 0.2) !important; }

main {
  padding-top: 0; }

.sub_ttl {
  margin-top: 20px; }
  .sub_ttl .p1 {
    margin: 0 auto;
    position: relative;
    bottom: -32px; }
  .sub_ttl .p2 {
    position: relative;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0.3rem; }
  @media screen and (max-width: 750px) {
    .sub_ttl .p1 {
      bottom: -4.2666666667vw; }
    .sub_ttl .p2 {
      letter-spacing: 0.08rem;
      font-size: 24px; } }

#about .contents {
  margin-top: 40px; }
  #about .contents .sub_ttl {
    margin-top: 20px; }
    #about .contents .sub_ttl .p1 {
      width: 453px; }
    #about .contents .sub_ttl .p2 {
      color: #44af35; }
  #about .contents .txt_area {
    margin-top: 40px; }
@media screen and (max-width: 750px) {
  #about .contents {
    margin-top: 5.3333333333vw; }
    #about .contents .sub_ttl {
      margin-top: 2.6666666667vw; }
      #about .contents .sub_ttl .p1 {
        max-width: 82.9333333333vw;
        width: 100%; }
    #about .contents .txt_area {
      font-size: 15px;
      margin-top: 5.3333333333vw; } }

.scroll {
  margin-top: 40px;
  display: inline-block;
  border: 1px solid #44af35;
  padding: 20px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  position: relative; }
  .scroll p {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #44af35;
    font-size: 12px;
    line-height: 1; }
  .scroll .images {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); }
    .scroll .images img {
      width: 28px; }

.img_bg {
  max-width: 100%;
  background: url("../images/recruit/img_bg.jpg") no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center 33%; }
  @media screen and (max-width: 750px) {
    .img_bg {
      margin-top: 8vw;
      height: 190px; } }

.recruit .job_wrap {
  margin-top: 120px; }
  .recruit .job_wrap h3 {
    background: #448735;
    color: #fff;
    padding: 5px 40px;
    font-size: 24px;
    display: inline-block; }
  .recruit .job_wrap ul {
    margin-top: 20px; }
    .recruit .job_wrap ul li {
      padding: 30px;
      display: flex;
      text-align: left;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .recruit .job_wrap ul li .ttl {
        width: 200px;
        color: #448735;
        font-weight: bold; }
      .recruit .job_wrap ul li .con {
        width: calc(100% - 200px); }
  .recruit .job_wrap:nth-child(2) {
    margin-top: 90px; }
@media screen and (max-width: 750px) {
  .recruit {
    margin-top: 16vw; }
    .recruit .job_wrap {
      margin-top: 16vw; }
      .recruit .job_wrap h3 {
        padding: 5px;
        width: 100%;
        font-size: 21px; }
      .recruit .job_wrap ul li {
        padding: 4vw 4vw;
        display: block; }
        .recruit .job_wrap ul li .ttl {
          width: 100%;
          font-weight: bold;
          color: #44af35; }
        .recruit .job_wrap ul li .con {
          width: 100%;
          font-size: 14px;
          letter-spacing: 0.05rem; }
      .recruit .job_wrap:nth-child(2) {
        margin-top: 12vw; } }

.making_txt {
  font-size: 28px;
  margin-top: 40px; }
  @media screen and (max-width: 480px) {
    .making_txt {
      font-size: 21px; } }
