@charset "UTF-8";
/* @content */
#farmer #page_header {
  background-image: url(../images/farmer/underlayer-main@2x.jpg);
}


#farmer #section10{
  margin-top: 70px;
  margin-bottom: 90px;
}
#farmer #section10 .farmer-area{
  position: relative;
  background: url(../images/farmer/img01@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 586px;
}
#farmer #section10 .farmer-area .farmer-tx{
  width: 476px;
  margin-left: 53%;
}
#farmer #section10 .farmer-area .farmer-tx .farmer_name{
  font-size: 26px;
  color: #fff;
  margin-bottom: 50px;
}
#farmer #section10 .farmer-area .farmer-tx .farmer_name span{
  background: #00592a;
  padding: 2px;
}
#farmer #section10 .farmer-area .farmer-tx .farmer_title{
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 40px;
} 
#farmer #section10 .farmer-area .farmer-tx .farmer_title:before{
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: 0;
  top: -5px;
  transform: rotate(-90deg);
  transition: all 0.2s;
  width: 10px;
}
#farmer #section10 .farmer-area .farmer-tx .farmer_title:after{
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: -5px;
  transform: rotate(90deg);
  transition: all 0.2s;
  width: 10px;
}


#farmer #section20 h2{
  margin-bottom: 100px;
}
#farmer #section20 .career-area{
  margin-bottom: 50px;
}
#farmer #section20 .career-area .career-inner{
  position: relative;
  padding-left: 35px;
}
#farmer #section20 .career-area .career-inner:after{
  border-left: 1px solid #00592a;
  position: absolute;
  content: "";
  height: 97%;
  width: 1px;
  top: 30px;
  left: 0;
}
#farmer #section20 .career-area dl{
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #b2b2b2;
}
#farmer #section20 .career-area dl:last-child{
  border-bottom: none;
}
#farmer #section20 .career-area dt{
  width: 155px;
  position: relative;
  letter-spacing: 0.25em;
}
#farmer #section20 .career-area dt:after{
  background: #fff;
  border: 1px solid #00592a;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -62px;
  position: absolute;
  top: 5px;
  width: 15px;
  z-index: 2;
}


#farmer #section30 {
  margin-bottom: 90px;
}
#farmer #section30 .slide li{
  margin-right: 40px;
}


#farmer #section40{
  margin-bottom: 90px;
}
#farmer #section40 h2{
  margin-bottom: 55px;
}
#farmer #section40 .profile-area{
  position: relative;
}
#farmer #section40 .profile-area:before{
  content: "";
  background: url(../images/farmer/fruits01@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  height: 163px;
  width: 173px;
  top: 10%;
  left: -30%;
}
#farmer #section40 .profile-area:after{
  content: "";
  background: url(../images/farmer/fruits02@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  height: 168px;
  width: 190px;
  top: 50%;
  right: -30%;
}


#farmer #section40 .profile-area dl{
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #b2b2b2;
}
#farmer #section40 .profile-area dl:first-child{
  border-top: 1px solid #b2b2b2;
}
#farmer #section40 .profile-area dt{
  width: 200px;
  text-align: right;
  padding-right: 40px;
}




/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #farmer #section10{
    margin-top: 90px;
  }
  #farmer #section20 h2{
    margin-bottom: 50px;
  }
  #farmer #section10 .farmer-area .farmer-tx {
    width: 42%;
  }
  
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #farmer #section10{
    margin-bottom: 45px;
    margin-top: 80px;
  }
  #farmer #section10 .farmer-area{
    background: url(../images/farmer/img01_sp@2x.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 100%;
    height: auto;
    padding-bottom: 65vw;
  }
  #farmer #section10 .farmer-area .farmer-tx{
    width: 90%;
    margin: 0 auto;
  }

  #farmer #section10 .farmer-area .farmer-tx .farmer_name{
    margin-bottom: 30px;
  }
  #farmer #section10 .farmer-area .farmer-tx p{
    font-size: 14px;
  }


  #farmer #section20 h2{
    margin-bottom: 25px;
  }
  #farmer #section20 .career-area dl{
    flex-direction: column;
  }
  #farmer #section20 .career-area dt{
    width: 100%;
    margin-bottom: 5px;
  }
  #farmer #section20 .career-area dd ul li,
  #farmer #section20 .career-area dd,
  #farmer #section20 .career-area dd p{
    font-size: 14px;
  }
  #farmer #section20 .career-area dt:after{
    left: -52px;
  }
  #farmer #section20 .career-area .career-inner{
    padding-left: 25px;
  }
  #farmer #section20 .career-area .career-inner:after{
    height: 96%;
  }


  #farmer #section30{
    margin-bottom: 45px;
  }





  #farmer #section40{
    margin-bottom: 45px;
  }
  #farmer #section40 .profile-area dl{
    flex-direction: column;
  }
  #farmer #section40 .profile-area dt{
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  #farmer #section40 .profile-area dd{
    font-size: 14px;
  }
  #farmer #section40 .profile-area:before,
  #farmer #section40 .profile-area:after{
    content: none;
  }

  
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #farmer #section10{
    margin-top: 70px;
  }
  #farmer #section10 .farmer-area .farmer-tx .farmer_name{
    font-size: 20px;
  }
  #farmer #section10 .farmer-area .farmer-tx .farmer_title{
    padding: 0 10px;
  }
  #farmer #section10 .farmer-area .farmer-tx .farmer_title:after{
    right: 10px;
  }

  #farmer #section20 .career-area dl{
    padding: 20px 10px;
  }
  #farmer #section20 .career-area dt:after{
    left: -42px;
  }

  #farmer #section20 .career-area .career-inner:after{
    height: 97%;
  }

  #farmer #section30 .slide li{
    margin-right: 20px;
  }
}