@charset "UTF-8";
/* =====================
  採用情報
 ======================= */
.lead {
  background: #fef9cf;
  padding: 4.16667% 0 2.60417%;
}

.lead h2 {
  margin-bottom: 3.38542%;
}

.about {
  padding: 10.41667% 0 6.25%;
}

.about h2 {
  margin-bottom: 4.94792%;
}

.about .pic img {
  width: 100%;
}

.member {
  padding: 4.16667% 0 2.60417%;
}

.member_item {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.34375%;
  margin-bottom: 11.45833%;
}

.member_item:before {
  content: "";
  width: 100%;
  height: 75%;
  background: #dfe8e0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}

.member_item .qa dt {
  font-size: 127.77778%;
  font-weight: 700;
  line-height: 1.43478;
  padding-bottom: 1.3913em;
  margin-bottom: 1.3913em;
  color: #296432;
}

.member_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.33333%;
  padding-top: 50px;
}

.member_item_head .pic {
  width: 40.94077%;
  position: relative;
  z-index: 1;
}

.member_item_head .pic:before {
  content: "";
  width: 100vw;
  height: calc(100% + 100px);
  background: #fdf0b6;
  border-radius: 30px;
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: -1;
}

.member_item_head .txt_box {
  width: 40.94077%;
}

.member_item_head .txt_box h3 {
  margin-bottom: 4.25532%;
}

.member_item_head .txt_box .qa {
  background: #ffffff;
  padding: 8.51064% 21.2766% 12.76596% 0;
  position: relative;
}

.member_item_head .txt_box .qa:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.member_item_head .txt_box .qa dt {
  position: relative;
}

.member_item_head .txt_box .qa dt:after {
  content: "";
  width: 100vw;
  height: 4px;
  border-bottom: 4px dotted #296432;
  position: absolute;
  left: 0;
  bottom: 0;
}

.member_item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 5.72917vw;
}

.member_item_body .pic {
  width: 56.01045%;
  position: relative;
}

.member_item_body .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #296432;
  position: absolute;
  top: 1em;
  left: -1em;
  z-index: -1;
}

.member_item_body .txt_box {
  width: 40.94077%;
}

.member_item_body .txt_box .qa dt {
  border-bottom: 4px dotted #296432;
}

.member_item_body .txt_box:first-of-type {
  margin: auto;
  padding-right: 8.7108%;
}

.member_item_body .txt_box:first-of-type .qa dt {
  position: relative;
  border-bottom: 0;
}

.member_item_body .txt_box:first-of-type .qa dt:before {
  content: "";
  width: 200%;
  height: 4px;
  border-bottom: 4px dotted #296432;
  position: absolute;
  bottom: 0;
  left: 0;
}

.member_item:nth-of-type(odd) .member_item_head .pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.member_item:nth-of-type(odd) .member_item_head .pic:before {
  right: auto;
  left: -50px;
}

.member_item:nth-of-type(odd) .member_item_head .txt_box {
  margin-left: 5.20833vw;
}

.member_item:nth-of-type(odd) .member_item_head .txt_box .qa:before {
  right: auto;
  left: -5.20833vw;
}

.member_item:nth-of-type(odd) .member_item_head .txt_box .qa dt:after {
  left: auto;
  right: 0;
}

.member_item:nth-of-type(odd) .member_item_body .pic {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.member_item:nth-of-type(odd) .member_item_body .txt_box:first-of-type {
  margin-right: 0;
  padding-right: 0;
  padding-left: 8.7108%;
}

.member_item:nth-of-type(odd) .member_item_body .txt_box:first-of-type .qa dt:before {
  left: auto;
  right: 0;
}

.member_item:last-child {
  margin-bottom: 0;
}

.requirements {
  padding: 6.77083% 0 8.33333%;
}

.requirements .lead_txt {
  text-align: center;
  margin-bottom: 5.87002%;
}

.requirements_item {
  margin-bottom: 8.38574%;
}

.requirements_item:last-child {
  margin-bottom: 0;
}

.requirements_item h3 {
  color: #f0831e;
  background: #ffffff;
  border: 3px solid currentColor;
  border-radius: 50px;
  padding: 0 1.5em;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 700;
}

.requirements_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.requirements_item dl:nth-of-type(odd) {
  background: #ffffff;
}

.requirements_item dl dt {
  width: 19.28721%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 1em 0;
}

.requirements_item dl dd {
  border-left: 2px dotted #000000;
  padding: 1em;
}

.flow {
  padding: 4.16667% 0;
  background: #ffffff;
}

.flow .pic {
  width: 79.66457%;
  margin: 0 auto 9.43396%;
}

.flow .entry_btn {
  display: block;
  width: 67.2956%;
  margin: 0 auto;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .lead {
    padding: 40px 0 30px;
  }
  .lead h2 {
    margin-bottom: 30px;
  }
  .about {
    padding: 40px 0;
  }
  .member {
    padding: 40px 0;
  }
  .member_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .member_item .qa dt {
    border-width: 2px;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .member_item_head {
    margin-bottom: 30px;
    padding-top: 25px;
  }
  .member_item_head .pic {
    width: 90%;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .member_item_head .pic:before {
    height: calc(100% + 50px);
    right: -25px;
    top: -25px;
  }
  .member_item_head .txt_box {
    width: 100%;
  }
  .member_item_head .txt_box h3 {
    margin-bottom: 15px;
  }
  .member_item_head .txt_box .qa {
    padding: 20px 20px 20px 0;
  }
  .member_item_head .txt_box .qa dt:after {
    height: 2px;
    border-width: 2px;
  }
  .member_item_body {
    row-gap: 50px;
  }
  .member_item_body .pic {
    width: 100%;
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .member_item_body .pic:before {
    left: -5.5vw;
  }
  .member_item_body .txt_box {
    width: 100%;
  }
  .member_item_body .txt_box .qa dt {
    border-width: 2px;
  }
  .member_item_body .txt_box:first-of-type {
    padding: 0 !important;
  }
  .member_item_body .txt_box:first-of-type .qa dt {
    border-bottom: 2px dotted #296432;
  }
  .member_item_body .txt_box:first-of-type .qa dt:before {
    display: none;
  }
  .member_item:nth-of-type(odd) .member_item_head .pic {
    margin-left: auto;
  }
  .member_item:nth-of-type(odd) .member_item_head .pic:before {
    left: -25px;
  }
  .requirements {
    padding: 60px 0;
  }
  .requirements .lead_txt {
    text-align: left;
    margin-bottom: 20px;
  }
  .requirements_item {
    margin-bottom: 40px;
  }
  .requirements_item h3 {
    border-width: 2px;
  }
  .requirements_item dl {
    display: block;
  }
  .requirements_item dl dt {
    width: 100%;
    border-bottom: 2px dotted #000000;
    padding: 0.5em 1em;
    text-align: left;
  }
  .requirements_item dl dd {
    border: 0;
    padding: 0.5em 1em;
  }
  .flow {
    padding: 40px 0;
  }
  .flow .pic {
    width: 100%;
    margin-bottom: 40px;
  }
  .flow .entry_btn {
    width: 80%;
  }
}

/*# sourceMappingURL=map/recruit.css.map */
