@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline h1 img {
  width: 316px;
}
@media screen and (max-width: 640px) {
  #headline h1 img {
    width: 211px;
  }
}
/*-----------------------------------

	job_block

-----------------------------------*/
#job_block {}
/*intro_box*/
/*-----------------------------------*/
#job_block .intro_box {
  padding: 100px 0 300px;
  text-align: center;
}
#job_block .intro_box .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(90deg, #85b053, 10%, #0fb280);
  background: -webkit-linear-gradient(0deg, #85b053 10%, #0fb280);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
#job_block .intro_box .title {
  font-size: 35px;
}
#job_block .intro_box .text {
  line-height: 3;
}
@media screen and (max-width: 1200px) {
  #job_block .intro_box .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #job_block .intro_box {
    padding: 80px 0 150px;
  }
  #job_block .intro_box .title {
    font-size: 20px;
  }
}
/*staff_box*/
/*-----------------------------------*/
#job_block .staff_box {
  padding: 0 0 100px 0;
  background: #ecf3e6;
  position: relative;
  z-index: 1;
}
#job_block .staff_box:before {
  content: "";
  position: absolute;
  top: -272px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/common/green_bg.png) no-repeat top/cover;
  width: 100%;
  height: 273px;
}
#job_block .staff_box .contents_inner {
  padding-top: 100px;
}
#job_block .staff_box h2 {
  text-align: center;
  position: relative;
  line-height: 1;
}
#job_block .staff_box .icon {
  width: 86px !important;
  display: block;
  padding-bottom: 20px;
}
#job_block .staff_box h2 img {
  width: 220px;
  margin: 0 auto;
}
#job_block .staff_box .text {
  padding-top: 40px;
  text-align: center;
}
#job_block .staff_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 80px;
  text-align: center;
}
#job_block .staff_box ul li {
  width: 47%;
}
#job_block .staff_box ul li .w_inner {
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
}
#job_block .staff_box ul li .w_inner:before {
  content: "";
  width: 100%;
  height: 90%;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
#job_block .staff_box ul li a {
  display: block;
}
#job_block .staff_box ul li a p {
  font-weight: 600;
  position: relative;
  text-align: left;
}
#job_block .staff_box ul li a p:before {
  content: "";
  background: linear-gradient(90deg, #85b053, 10%, #0fb280);
  background: -webkit-linear-gradient(0deg, #85b053 10%, #0fb280);
  width: 125px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1200px) {
  #job_block .staff_box ul li a p {
    font-size: 16px;
  }
  #job_block .staff_box ul li a p:before {
    width: 60px;
  }
}
@media screen and (max-width: 840px) {
  #job_block .staff_box ul {
    gap: 20px;
  }
  #job_block .staff_box ul li {
    width: calc((100% - 20px) / 2);
  }
  #job_block .staff_box ul li .w_inner img {
    width: 158px;
  }
  #job_block .staff_box ul li a p:before {
    top: auto;
    bottom: -25%;
  }
}
@media screen and (max-width: 640px) {
  #job_block .staff_box {
    padding: 0 0 80px 0;
  }
  #job_block .staff_box .contents_inner {
    padding-top: 80px;
  }
  #job_block .staff_box .icon {
    width: 57px !important;
  }
  #job_block .staff_box .text {
    font-size: 15px;
  }
  #job_block .staff_box ul li a p {
    font-size: 14px;
  }
}
/*-----------------------------------

	headline

-----------------------------------*/
#staff #headline h1 img {
  width: 359px;
}
@media screen and (max-width: 640px) {
  #staff #headline h1 img {
    width: 211px;
  }
}
/*-----------------------------------

	staff_block

-----------------------------------*/
#staff_block {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #staff_block {
    margin-bottom: 50px;
  }
}
/*message_box*/
/*-----------------------------------*/
#staff_block .message_box {
  margin: 100px 0 300px;
}
#staff_block .message_box .inner {
  max-width: 1200px;
  width: 95%;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#staff_block #midcareer .message_box .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#staff_block .message_box h2 {
  text-align: center;
  position: relative;
  line-height: 1;
}
#staff_block .message_box .icon {
  width: 86px !important;
  display: block;
  padding-bottom: 20px;
}
#staff_block .message_box h2 img {
  width: 394px;
  margin: 0 auto;
}
#staff_block #midcareer .message_box h2 img {
  width: 496px;
  margin: 0 auto;
}
#staff_block .message_box .text {
  padding-top: 20px;
  text-align: center;
}
/*textArea*/
#staff_block .message_box .textArea {
  width: 65%;
}
#staff_block .message_box .textArea h3 {
  line-height: 1;
}
#staff_block .message_box .textArea h3 img {
  width: 210px;
}
#staff_block .message_box .textArea h3 span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-top: 10px;
}
#staff_block .message_box .textArea p {
  line-height: 2.3;
  margin-top: 30px;
}
/*imageArea*/
#staff_block .message_box .imageArea {
  margin-left: calc(50% - 50vw);
  margin-right: 8%;
}
#staff_block #midcareer .message_box .imageArea {
  margin-right: calc(50% - 50vw);
  margin-left: 8%;
}
#staff_block .message_box .imageArea p {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  #staff_block .message_box .imageArea {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1200px) {
  #staff_block .message_box .inner {
    margin-top: 30px;
  }
  #staff_block .message_box .textArea p {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #staff_block .message_box {
    margin: 80px 0 150px;
  }
  #staff_block .message_box .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #staff_block .message_box .icon {
    width: 57px !important;
  }
  #staff_block .message_box h2 img {
    width: 263px;
  }
  #staff_block #midcareer .message_box h2 img {
    width: 331px;
  }
  #staff_block .message_box .text {
    font-size: 16px;
  }
  #staff_block .message_box .textArea {
    width: 100%;
  }
  #staff_block .message_box .textArea h3 img {
    width: 140px;
  }
  #staff_block .message_box .imageArea {
    margin-right: 0;
  }
  #staff_block .message_box .imageArea p {
    font-size: 16px;
  }
}
/*flow_box*/
/*-----------------------------------*/
#staff_block .flow_box {
  padding: 0 0 100px 0;
  background: #ecf3e6;
  position: relative;
  z-index: 1;
}
#staff_block .flow_box:before {
  content: "";
  position: absolute;
  top: -272px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/common/green_bg.png) no-repeat top/cover;
  width: 100%;
  height: 273px;
}
#staff_block .flow_box .contents_inner {
  padding-top: 300px;
  position: relative;
}
#staff_block .flow_box .topimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  position: absolute;
  top: -3%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#staff_block .flow_box .topimg img {
  width: 480px;
}
#staff_block .flow_box h2 {
  text-align: center;
  position: relative;
  line-height: 1;
}
#staff_block .flow_box .icon {
  width: 86px !important;
  display: block;
  padding-bottom: 20px;
}
#staff_block .flow_box h2 img {
  width: 172px;
  margin: 0 auto;
}
#staff_block .flow_box .text {
  padding-top: 20px;
  text-align: center;
}
#staff_block .flow_box .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
	gap:30px;
}
#staff_block .flow_box .timetable_wrap {
  width: 43%;
}
#staff_block .flow_box .timetable {
  padding-bottom: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#staff_block .flow_box .timetable:last-child {
  padding-bottom: 0;
}
#staff_block .flow_box .timetable:last-child:after {
  content: none;
}
#staff_block .flow_box .timetable:after {
  content: "";
  width: 3px;
  height: 100%;
  background: #a0a0a0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 55px;
}
#staff_block .flow_box .timetable .time {
  background: rgb(133, 176, 83);
  background: linear-gradient(90deg, rgba(133, 176, 83, 1) 0%, rgba(15, 178, 128, 1) 100%);
  width: 110px;
  height: 110px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#staff_block .flow_box .timetable .time span {
  position: absolute;
  display: inline-block;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#staff_block .flow_box .timetable .textbox {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 3%;
}
#staff_block .flow_box .timetable .textbox .plan {
  font-size: 23px;
  line-height: 1.7;
  margin-bottom: 10px;
}
#staff_block .flow_box .timetable .textbox span {
  font-size: 18px;
  line-height: 1.5;
	text-align: justify;
  display: block;
}
#staff_block .flow_box .list_wrap {
  width: calc(100% - 43%);
  position: relative;
}
#staff_block .flow_box .list_wrap .list_img {
  position: absolute;
}
#staff_block .flow_box .list_wrap .list_img01 {
  width: 320px;
  left: 0;
  top: 0;
}
#staff_block #midcareer .flow_box .list_wrap .list_img01 {
  width: 470px;
}
#staff_block .flow_box .list_wrap .list_img02 {
  width: 470px;
  left: 0;
  top: 40%;
}
#staff_block #midcareer .flow_box .list_wrap .list_img02 {
  width: 570px;
  right: 0;
  left: auto;
  top: 45%;
}
#staff_block .flow_box .list_wrap .list_img03 {
  width: 470px;
  right: 0;
  bottom: 0;
}
#staff_block #midcareer .flow_box .list_wrap .list_img03 {
  left: 0;
  right: auto;
}
#staff_block .flow_box .list_wrap .list_img04 {
  width: 198px;
  right: 0;
  top: 0;
}
#staff_block .flow_box .note_wrap {
  margin-top: 80px;
  background: #fff;
  padding: 70px 30px;
  text-align: center;
}
@media screen and (max-width: 940px) {
  #staff_block .flow_box .topimg img {
    width: 48%;
  }
  #staff_block .flow_box .timetable_wrap {
    width: 60%;
  }
  #staff_block .flow_box .timetable:after {
    left: 40px;
  }
  #staff_block .flow_box .timetable .time {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
  #staff_block .flow_box .timetable .textbox .plan {
    font-size: 14px;
  }
  #staff_block .flow_box .timetable .textbox span {
    font-size: 13px;
  }
  #staff_block .flow_box .list_wrap .list_img01 {
    width: 213px;
  }
  #staff_block #midcareer .flow_box .list_wrap .list_img01 {
    width: 320px;
  }
  #staff_block .flow_box .list_wrap .list_img02 {
    width: 313px;
  }
  #staff_block #midcareer .flow_box .list_wrap .list_img02 {
    width: 320px;
  }
  #staff_block .flow_box .list_wrap .list_img03 {
    width: 313px;
  }
  #staff_block .flow_box .list_wrap .list_img04 {
    width: 132px;
  }
  #staff_block .flow_box .list_wrap {
    width: calc(100% - 60%);
  }
  #staff_block .flow_box .list_wrap .list_img {
    position: static;
    margin: 0 auto 30px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #staff_block .flow_box .contents_inner {
    padding-top: 150px;
  }
  #staff_block .flow_box .icon {
    width: 57px !important;
  }
  #staff_block .flow_box .timetable {
    padding-bottom: 40px;
  }
  #staff_block .flow_box .timetable:after {
    left: 33px;
  }
  #staff_block .flow_box .timetable .textbox {
    font-size: 14px;
    width: calc(100% - 80px);
  }
  #staff_block .flow_box .timetable .time {
    width: 70px;
    height: 70px;
  }
  #staff_block .flow_box .note_wrap {
    font-size: 16px;
    padding: 30px;
  }
}