@media screen and (min-width: 769px) {
  .uiTurn {
    min-width: 1200px;
  }
}
.uiTurn #container {
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .uiTurn .header + .breadcrumbs {
    padding-bottom: 24px;
  }
}
.uiTurnMain {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-weight: 400;
}
.uiTurnMain .uiHeading {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .uiTurnMain .uiHeading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.uiTurnMain .uiHeading__sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .uiTurnMain .uiHeading__sub {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 10px;
  }
}
.uiTurnMain .uiHeading:after {
  content: "";
  display: inline-block;
  background: center/cover no-repeat url("../images/parts/separator.png");
  width: 80px;
  height: 8px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .uiTurnMain .uiHeading:after {
    width: 62px;
    height: 5px;
  }
}
.uiTurnMain .contentsBody {
  padding: 0;
}
.uiTurnMain .cmnBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .uiTurnMain .cmnBtn {
    margin-top: 10px;
  }
}
.uiTurnMain .cmnBtn a {
  position: relative;
  width: 388px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #333;
  color: #fff;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .uiTurnMain .cmnBtn a {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .uiTurnMain .cmnBtn a {
    width: 300px;
    height: 66px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.uiTurnMain .cmnBtn a:after {
  position: absolute;
  border-top: 1px solid;
  content: "";
  width: 4em;
  top: 50%;
  right: 0;
}
.uiTurnMain .cmnBtn a:hover {
  color: #000;
  background-color: #e3e3e3;
}
/* 20211117追加 */
.uiTurnMain .mainVisual__btnMore .cmnBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
  padding: 30px 0 30px 0;
  
}
@media screen and (max-width: 768px) {
  .uiTurnMain .mainVisual__btnMore .cmnBtn {
  margin-top: 0px;
  padding: 20px 0 20px 0;
  }
}
.uiTurnMain .mainVisual__btnMore .cmnBtn a {
  position: relative;
  width: 388px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #e85462;
  color: #fff;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .uiTurnMain .mainVisual__btnMore .cmnBtn a {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .uiTurnMain .mainVisual__btnMore .cmnBtn a {
    width: 300px;
    height: 66px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.uiTurnMain .mainVisual__btnMore.cmnBtn a:after {
  position: absolute;
  border-top: 0px solid; /* 211117修正 */
  content: "";
  width: 4em;
  top: 50%;
  right: 0;
}
.uiTurnMain .mainVisual__btnMore .cmnBtn a:hover {
  color: #ffffff;
}

.uiTurnMain .linkItem a {
  display: inline-block;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .uiTurnMain .linkItem a {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
.uiTurnMain .linkItem a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .uiTurnMain br.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .uiTurnMain br.pc {
    display: none;
  }
}

.mainVisual {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  background: center/cover no-repeat url("../images/mv.jpg");
}
@media screen and (min-width: 769px) {
  .mainVisual {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual {
    padding-bottom: 81.6%;
    background: center/cover no-repeat url("../images/mv_sp.jpg");
  }
}
.mainVisual__title {
  position: absolute;
  max-width: 820px;
  height: auto;
  top: 12.55%;
  top: calc(50% - 170px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mainVisual__title {
    top: 16.34%;
  }
}
.mainVisual__prefImage {
  position: absolute;
  width: 261px;
  height: 222px;
  top: 66%;
  left: 89%;
}
@media screen and (max-width: 768px) {
  .mainVisual__prefImage {
    width: 32vw;
    height: auto;
    top: 70%;
    left: 65%;
  }
}
.mainVisual__prefImage img {
  width: 100%;
  height: auto;
}
.mainVisual__feature {
  display: inline-block;
  font-family: "M PLUS 1p", "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 63px;
  font-size: 6.3rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: #124417;
  background: #fff;
  border: 10px solid #124417;
  padding: 30px 35px;
}
@media screen and (max-width: 768px) {
  .mainVisual__feature {
    font-size: 8vw;
    line-height: 1.1;
    padding: 16px 24px;
    border-width: 8px;
  }
}
@media screen and (max-width: 480px) {
  .mainVisual__feature {
    border-width: 4px;
  }
}
.mainVisual__feature--invert {
  color: #fff;
  background: #124417;
  padding: 15px 15px 2px 15px;
}
@media screen and (max-width: 768px) {
  .mainVisual__feature--invert {
    padding: 6px 8px 0 10px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .mainVisual__feature--invert {
    padding: 4px 5px 3px;
  }
}

/* 20211117追加 */
.mainVisual__btnMore{
 background-color: #f6f6f6;
}

.topLead {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .topLead {
    height: auto;
  }
}
.topLead__wrap {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topLead__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topLead__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 20px;
  }
}
.topLead__heading {
  width: 245px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .topLead__heading {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 20px;
    font-size: 2rem;
  }
  .topLead__heading:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #fff;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.topLead__exp {
  width: calc(1200px - 245px);
  padding-left: 40px;
  border-left: 1px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .topLead__exp {
    padding-left: 0;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.topLead__exp p {
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .topLead__exp p:nth-of-type(2) {
    margin: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .topLead__exp p {
    line-height: 1.785;
  }
}

.searchBox {
  width: 100%;
  height: 200px;
  margin-bottom: 100px;
  background-color: #124417;
}
@media screen and (max-width: 768px) {
  .searchBox {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
}
.searchBox select {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  border: 2px solid #e3e3e3;
  display: inline-block;
  height: 65px;
  padding: 0.6em 2.5em 0.5em 1.3em;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: no-repeat url("../images/parts/shevron_down_accent.png");
  background-size: 17px 10px;
  background-position: center right 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .searchBox select {
    height: 40px;
    padding: 0.5em 2em 0.5em 1em;
    font-size: 16px;
    font-size: 1.6rem;
    background-position: center right 16px;
  }
}
.searchBox__wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .searchBox__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .searchBox__wrap {
    padding: 50px 0;
  }
}
.searchBox__form {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .searchBox__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.searchBox__heading {
  width: 245px;
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.42;
  color: #fff;
  padding-left: 36px;
  background-image: url("../images/parts/icon_search_base.png");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: top 56% left;
}
@media screen and (max-width: 768px) {
  .searchBox__heading {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.searchBox .searchBox__job {
  width: 430px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .searchBox .searchBox__job {
    width: 400px;
    max-width: 400px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .searchBox .searchBox__job {
    width: 100%;
    max-width: 100%;
  }
}
.searchBox .searchBox__income {
  width: 310px;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 768px) {
  .searchBox .searchBox__income {
    width: 400px;
    max-width: 400px;
    border-radius: 5px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .searchBox .searchBox__income {
    width: 100%;
    max-width: 100%;
  }
}
.searchBox__btn {
  position: relative;
  width: 190px;
  height: 63px;
  margin-left: 25px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .searchBox__btn {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .searchBox__btn {
    width: 155px;
    height: 52px;
    margin-left: 0;
    line-height: 52px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.searchBox__btn span {
  display: inline-block;
  content: "";
  background-image: url("../images/parts/icon_search_base.png");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center right;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  vertical-align: bottom;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .searchBox__btn span {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .searchBox__btn span {
    vertical-align: middle;
  }
}
.searchBox__btn:hover {
  color: #000;
  background-color: #fff;
}
.searchBox__btn:hover span {
  background-image: url("../images/parts/icon_search_assort.png");
}

.newJobs {
  position: relative;
  margin-bottom: 94px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .newJobs {
    margin-bottom: 50px;
  }
}
.newJobs:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -10%;
  width: 120%;
  height: 700px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(353deg);
          transform: rotate(353deg);
  background-color: #faf9f7;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .newJobs:before {
    top: 10%;
    left: -15%;
    height: 1000px;
    width: 150%;
  }
}
@media screen and (max-width: 480px) {
  .newJobs:before {
    top: 4%;
    left: -1%;
  }
}
.newJobs__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .newJobs__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newJobs__list {
  margin-top: 70px;
  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;
}
@media screen and (max-width: 768px) {
  .newJobs__list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 740px) {
  .newJobs__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newJobs__item {
  width: 386px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-bottom: 24px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .newJobs__item {
    max-width: 335px;
  }
}
@media screen and (max-width: 740px) {
  .newJobs__item {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .newJobs__item {
    max-width: unset;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.newJobs__blockTitle {
  position: relative;
  padding: 20px 20px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newJobs__label {
  background-color: #207a2a;
  color: #fff;
  border-radius: 14px;
  padding: 5px 8px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  /* add 20211021 */
  text-overflow: ellipsis;  
  white-space: nowrap;
  overflow: hidden;
  max-width: 70%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .newJobs__label {
    font-size: 10px;
    font-size: 1rem;
  }
}
.newJobs__label.no_data {
  opacity: 0;
}
.newJobs__update {
  position: absolute;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  right: 20px;
  top: 25px;
}
.newJobs__title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47;
  margin-top: 12px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .newJobs__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.newJobs__blockDetail {
  padding: 16px 0;
  margin: 0 20px;
  border-top: 1px solid #e3e3e3;
}
.newJobs__blockDetail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newJobs__blockDetail dt, .newJobs__blockDetail dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  line-height: 1;
}
.newJobs__blockDetail dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 23%;
}
@media screen and (max-width: 350px) {
  .newJobs__blockDetail dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.newJobs__blockDetail dd {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 26%;
}
@media screen and (max-width: 350px) {
  .newJobs__blockDetail dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.newJobs__blockDetail dd.col2 {
  width: 75%;
}
.newJobs__blockDetail dd.income {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #124417;
}
@media screen and (max-width: 350px) {
  .newJobs__blockDetail dd.income {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.newJobs__btnArea {
  padding: 30px 20px 20px;
}
@media screen and (max-width: 768px) {
  .newJobs__btnArea {
    padding: 20px 40px 20px;
  }
}
.newJobs__btnArea a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 52px;
  border-radius: 5px;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .newJobs__btnArea a {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .newJobs__btnArea a {
    height: 45px;
  }
}
.newJobs__btnArea a:after {
  content: "";
  background: center/contain no-repeat url("../images/parts/shevron_right_base.png");
  position: absolute;
  width: 11px;
  height: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .newJobs__btnArea a:after {
    right: 10px;
  }
}
.newJobs__linkDetail {
  color: #fff;
  background: #707070;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .newJobs__linkDetail {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.newJobs__linkDetail:after {
  right: 18px;
}
.newJobs__linkDetail:hover {
  color: #000;
  background: #e3e3e3;
}
.newJobs__linkDetail:hover:after {
  background-image: url("../images/parts/shevron_right_assort.png");
}
.newJobs__linkIntroduced {
  color: #fff;
  background: #207a2a;
  border: 2px solid #207a2a;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .newJobs__linkIntroduced {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.newJobs__linkIntroduced:after {
  right: 16px;
}
.newJobs__linkIntroduced:hover {
  color: #207a2a;
  background: #fff;
}
.newJobs__linkIntroduced:hover:after {
  background-image: url("../images/parts/shevron_right_accent.png");
}
.newJobs__btnMore.cmnBtn a {
  background-color: #333;
  color: #fff;
}
.newJobs__btnMore.cmnBtn a:hover {
  color: #fff;
  background-color: #124417;
}

.recommendJobs, .feature {
  z-index: 1;
  background-color: #f1eee7;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .recommendJobs, .feature {
    padding: 50px 0 40px;
  }
}
.recommendJobs__wrap, .feature__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recommendJobs__wrap, .feature__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recommendJobs__list, .feature__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recommendJobs__list, .feature__list {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recommendJobs__item, .feature__item {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .recommendJobs__item, .feature__item {
    width: 48%;
    margin-bottom: 10px;
  }
}
.recommendJobs__item a, .feature__item a {
  width: 100%;
}
.recommendJobs__item a img, .feature__item a img {
  width: 100%;
  height: auto;
}
.recommendJobs__item a:hover, .feature__item a:hover {
  opacity: 0.7;
}

.data {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .data {
    padding: 50px 0;
  }
}
.data__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .data__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.data__list {
  margin-top: 20px;
  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;
}
.data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  width: 386px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
}
@media screen and (max-width: 768px) {
  .data__item {
    margin-bottom: 10px;
  }
}
.data__item--primary {
  color: #fff;
  background: #124417;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .data__item--primary {
    width: 100%;
    height: 200px;
  }
  .data__item--primary .data__icon {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .data__item--primary {
    height: 167px;
  }
}
.data__item--primary .data__txtNum {
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 480px) {
  .data__item--primary .data__txtNum {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 350px) {
  .data__item--primary .data__txtNum {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.data__item--secondary {
  color: #000;
  background: #faf9f7;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .data__item--secondary {
    width: 48%;
    width: calc(50% - 5px);
    height: 200px;
  }
  .data__item--secondary .data__icon {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .data__item--secondary {
    height: 167px;
  }
}
.data__item span {
  display: inline-block;
}
.data__item--income img {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .data__item--income img {
    width: 91px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .data__item--income p:first-of-type {
    padding-top: 10px;
    margin-right: 10px;
  }
  .data__item--income p:last-of-type {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .data__item--income p:first-of-type {
    padding-top: 2px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .data__item--kyujin img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .data__item--kyujin p:first-of-type {
    padding-top: 10px;
    margin-right: 10px;
  }
  .data__item--kyujin p:last-of-type {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .data__item--kyujin p:first-of-type {
    padding-top: 2px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .data__item--industory img {
    width: 55px;
    height: 57px;
  }
}
.data__item--industory p:last-of-type {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .data__item--industory p:first-of-type {
    margin-right: 10px;
  }
  .data__item--industory p:last-of-type {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .data__item--population img {
    width: 44px;
    height: 51px;
  }
}
@media screen and (max-width: 768px) {
  .data__item--population p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .data__item--weather img {
    width: 57px;
    height: 45px;
  }
}
.data__item--weather .data__txtNum {
  width: 82px;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .data__item--weather .data__txtNum {
    width: 50px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 350px) {
  .data__item--weather .data__txtNum {
    width: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .data__item--weather p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .data__item--rain img {
    width: 42px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .data__item--rain p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .data__item--cart img {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 768px) {
  .data__item--cart p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .data__item--home img {
    width: 46px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .data__item--home p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .data__item--train img {
    width: 34px;
    height: 45px;
  }
}
.data__item--train p:last-of-type {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .data__item--train p {
    width: 100%;
    text-align: center;
  }
}
.data__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .data__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.data__icon {
  margin-bottom: 10px;
}
.data__txtL {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .data__txtL {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 350px) {
  .data__txtL {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.data__txtM {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .data__txtM {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.data__txtS {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .data__txtS {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.data__txtNum {
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.interview {
  padding: 100px 0 0;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 50px 0 40px;
    margin-bottom: 50px;
    background: #a2e6a9;
  }
}
@media screen and (min-width: 769px) {
  .interview:before {
    content: "";
    position: absolute;
    top: 60%;
    left: 41%;
    width: 100%;
    height: 910px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(280deg);
            transform: rotate(280deg);
    background-color: #a2e6a9;
    z-index: -1;
  }
}
.interview__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .interview__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.interview__list {
  margin-top: 40px;
  height: 654px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .interview__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}
.interview__item {
  position: relative;
  width: 375px;
  height: 440px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .interview__item {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .interview__item {
    width: 335px;
    height: 370px;
  }
}
@media screen and (max-width: 375px) {
  .interview__item {
    width: 100%;
  }
}
.interview__item:after {
  content: "";
  position: absolute;
  width: 358px;
  height: 422px;
  right: 0;
  top: 18px;
  background: #207a2a;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .interview__item:after {
    width: 325px;
    height: 360px;
    top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .interview__item:after {
    width: calc(100% - 10px);
    top: 10px;
  }
}
.interview__item:nth-of-type(2) {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .interview__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.interview__item:nth-of-type(3) {
  margin-top: 124px;
}
@media screen and (max-width: 768px) {
  .interview__item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .interview__item a:hover .interview__card {
    -webkit-transform: translate(17px, 18px);
            transform: translate(17px, 18px);
  }
}
.interview__item a:hover .interview__btnMore span {
  background-color: #124417;
}
.interview__card {
  position: absolute;
  width: 358px;
  height: 422px;
  left: 0;
  top: 0;
  z-index: 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .interview__card {
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
}
@media screen and (max-width: 480px) {
  .interview__card {
    width: 325px;
    height: 360px;
  }
}
@media screen and (max-width: 375px) {
  .interview__card {
    width: calc(100% - 10px);
  }
}
.interview__thumbnail {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .interview__thumbnail {
    height: auto;
  }
}
.interview__thumbnail img {
  width: 100%;
  height: auto;
}
.interview__info {
  width: 100%;
  height: calc(422px - 216px);
  padding: 22px 18px 26px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .interview__info {
    padding: 26px;
  }
}
@media screen and (max-width: 480px) {
  .interview__info {
    height: auto;
  }
}
.interview__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.48;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .interview__title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
.interview__interviewee {
  font-size: 17.6px;
  font-size: 1.76rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .interview__interviewee {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .interview__interviewee {
    white-space: normal;
  }
}
.interview__industory {
  font-size: 17.6px;
  font-size: 1.76rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .interview__industory {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.interview__btnMore {
  position: absolute;
  width: 205px;
  height: 50px;
  bottom: -11px;
  right: 0;
}
@media screen and (max-width: 480px) {
  .interview__btnMore {
    width: 187px;
    height: 42px;
    bottom: -8px;
  }
}
.interview__btnMore span {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .interview__btnMore span {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 480px) {
  .interview__btnMore span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.interview__btnMore span:after {
  content: "";
  position: absolute;
  border-top: 1px solid;
  width: 62px;
  top: 50%;
  right: 0;
}

.links {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .links {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.links a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
  .links a {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
.links a:hover {
  opacity: 0.8;
}

.pickup {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .pickup {
    padding-top: 60px;
  }
}
.pickup .uiHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .pickup .uiHeading {
    font-size: 26px;
    font-size: 2.6rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .pickup .uiHeading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pickup .uiHeading:before {
  content: "";
  display: inline-block;
  background: center/cover no-repeat url("../images/pickup/pickup.png");
  width: 90px;
  height: 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .pickup .uiHeading:before {
    width: 73px;
    height: 73px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  .pickup .uiHeading:before {
    margin-right: 20px;
  }
}
.pickup .uiHeading:after {
  content: "";
  display: none;
}
.pickup__wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .pickup__wrap {
    width: 100%;
  }
}
.pickup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .pickup__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.pickup__income {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pickup__info {
  width: 580px;
}
.pickup__info--income {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .pickup__info {
    width: 100%;
  }
}
.pickup__thumbnail {
  position: relative;
  width: 590px;
  height: 385px;
}
@media screen and (max-width: 768px) {
  .pickup__thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin-top: 24px;
  }
}
.pickup__thumbnail--job {
  background: center/cover no-repeat url("../images/pickup/pickup_thumb01.jpg");
}
@media screen and (min-width: 769px) {
  .pickup__thumbnail--job:before {
    content: "";
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 72px 590px 0 0;
    position: absolute;
    bottom: 0;
    height: 0;
  }
}
.pickup__thumbnail--income {
  background: center/cover no-repeat url("../images/pickup/pickup_thumb02.jpg");
}
@media screen and (min-width: 769px) {
  .pickup__thumbnail--income:before {
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 0 0 72px 590px;
    position: absolute;
    top: 0;
    height: 0;
  }
}
.pickup__exp {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.725;
  margin-bottom: 40px;
}
.pickup__exp em {
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pickup__exp {
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pickup__exp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pickup__btnMore {
  width: 342px;
  height: 68px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pickup__btnMore {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .pickup__btnMore {
    width: 288px;
    height: 45px;
  }
}
.pickup__btnMore a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14.87px;
  font-size: 1.487rem;
  font-weight: 700;
  background: #f1eee7;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .pickup__btnMore a {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 480px) {
  .pickup__btnMore a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pickup__btnMore a:after {
  position: absolute;
  content: "";
  background: no-repeat url("../images/parts/shevron_right_assort.png");
  background-size: 11px 19px;
  background-position: center;
  background-color: #207a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 67px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .pickup__btnMore a:after {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 480px) {
  .pickup__btnMore a:after {
    width: 35px;
  }
}
.pickup__btnMore a span {
  display: inline-block;
  width: 100%;
  padding-right: 67px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pickup__btnMore a span {
    padding-right: 35px;
  }
}
.pickup__btnMore a:hover {
  color: #fff;
  background: #207a2a;
}
.pickup__btnMore a:hover:after {
  background-image: url("../images/parts/shevron_right_base.png");
  background-color: #000;
}

.qa {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .qa {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.qa__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .qa__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.qa__item {
  border-bottom: 1px solid #767676;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.qa__item dt, .qa__item dd {
  width: 100%;
}
.qa__item dd {
  padding-right: 6px;
}
.qa__item:first-of-type {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .qa__item:first-of-type {
    padding-top: 10px;
  }
}
.qa__question {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.9;
  min-height: 50px;
  background: #f6f6f6;
  padding-left: 70px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .qa__question {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.65;
    min-height: 38px;
    padding: 4px 6px 4px 42px;
  }
}
.qa__question:before {
  position: absolute;
  content: "";
  background: top 8px left 14px/50% no-repeat url("../images/qa/icon_q.png");
  background-color: #207a2a;
  width: 54px;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .qa__question:before {
    width: 30px;
    background: top 9px left 8px/50% no-repeat url("../images/qa/icon_q.png");
    background-color: #207a2a;
  }
}
.qa__answer {
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.52;
  min-height: 46px;
  padding: 9px 0 0 70px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .qa__answer {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    min-height: 28px;
    padding-top: 2px;
    padding-left: 42px;
    margin-bottom: 10px;
  }
}
.qa__answer:before {
  position: absolute;
  content: "";
  background: top 14px left 14px/50% no-repeat url("../images/qa/icon_a.png");
  width: 54px;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .qa__answer:before {
    width: 30px;
    background: top 7px left 8px/50% no-repeat url("../images/qa/icon_a.png");
  }
}
.qa__supplement {
  position: relative;
  font-size: 14.3px;
  font-size: 1.43rem;
  font-weight: 300;
  line-height: 1.875;
  color: #696969;
  padding-left: 30px;
  background: top 6px left 0px/50% no-repeat url("../images/qa/caution.png");
  background-size: 21px;
}
@media screen and (max-width: 768px) {
  .qa__supplement {
    line-height: 1.5;
    background: top 3px left 6px/50% no-repeat url("../images/qa/caution.png");
    background-size: 20px;
  }
}

.consultant {
  position: relative;
  padding: 0;
  width: 100%;
  height: 474px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f3f0e8), color-stop(50%, #fff));
  background: linear-gradient(to right, #f3f0e8 50%, #fff 50%);
}
@media screen and (max-width: 768px) {
  .consultant {
    height: auto;
    background: #f3f0e8;
  }
}
.consultant .uiHeading {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .consultant .uiHeading {
    margin-bottom: 16px;
  }
}
.consultant__bgBase {
  position: absolute;
  width: 1510px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f3f0e8;
  z-index: 1;
}
.consultant__bgOverwrap {
  position: absolute;
  width: 1510px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent;
  overflow: hidden;
  z-index: 3;
}
.consultant__bgOverwrap:before {
  content: "";
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 0 500px 280px;
  position: absolute;
  right: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .consultant__bgOverwrap {
    width: 100%;
    height: 190px;
    top: unset;
    bottom: 0;
  }
  .consultant__bgOverwrap:before {
    border-width: 0 0 250px 130px;
  }
}
.consultant__wrap {
  padding-top: 70px;
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background: #f3f0e8;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .consultant__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .consultant__wrap {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .consultant__wrap:after {
    content: "";
    background-image: url("../images/consultant/person.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 338px;
    height: 484px;
    top: 62px;
    right: 24px;
  }
}
.consultant__info {
  width: 860px;
}
@media screen and (max-width: 768px) {
  .consultant__info {
    width: 100%;
  }
}
.consultant__exp {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.59;
}
@media screen and (max-width: 768px) {
  .consultant__exp {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}
.consultant__exp p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .consultant__person {
    width: 100%;
    height: 320px;
  }
  .consultant__person:after {
    content: "";
    background-image: url("../images/consultant/person.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 300px;
    height: 428px;
    bottom: -100px;
    right: 0;
  }
}
.consultant__linkWrap {
  position: absolute;
  width: 1200px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .consultant__linkWrap {
    width: 100%;
  }
}
.consultant__linkWrap a {
  position: absolute;
  width: 300px;
  height: 60px;
  right: 0;
  bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #000;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .consultant__linkWrap a {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .consultant__linkWrap a {
    width: 272px;
    height: 35px;
    right: 20px;
    bottom: 40px;
  }
}
.consultant__linkWrap a .nameWrap {
  position: relative;
  width: 365px;
}
@media screen and (max-width: 768px) {
  .consultant__linkWrap a .nameWrap {
    width: 258px;
  }
}
.consultant__linkWrap a .nameWrap .name {
  font-size: 20.62px;
  font-size: 2.062rem;
  font-weight: 700;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .consultant__linkWrap a .nameWrap .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.consultant__linkWrap a .nameWrap .label {
  position: absolute;
  font-size: 13.2px;
  font-size: 1.32rem;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .consultant__linkWrap a .nameWrap .label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.consultant__linkWrap a:before {
  content: "";
  width: 12px;
  height: 100%;
  background: #207a2a;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .consultant__linkWrap a:before {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .consultant__linkWrap a:before {
    width: 14px;
  }
}
.consultant__linkWrap a:after {
  position: absolute;
  border-top: 1px solid;
  content: "";
  width: 20px;
  right: 0;
}
.consultant__linkWrap a:hover {
  color: #000;
  background: #207a2a;
}
.consultant__linkWrap a:hover:before {
  background: #000;
}

.reason {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 50px 0;
  }
}
.reason__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason__wrap {
    width: 100%;
  }
}
.reason__list {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .reason__list {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: calc(20px + 16px);
    padding-right: 20px;
  }
}
.reason__item {
  position: relative;
  width: 370px;
  height: auto;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .reason__item:last-of-type {
    margin-bottom: 20px;
  }
}
.reason__thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 58.46%;
}
.reason__thumbnail--01 {
  background: center/cover no-repeat url("../images/reason/reason_thumb01.jpg");
}
.reason__thumbnail--02 {
  background: center/cover no-repeat url("../images/reason/reason_thumb02.jpg");
}
.reason__thumbnail--03 {
  background: center/cover no-repeat url("../images/reason/reason_thumb03.jpg");
}
.reason__content {
  width: 100%;
  height: 216px;
  padding: 25px 16px 0 30px;
  background: #f1eee7;
}
@media screen and (max-width: 480px) {
  .reason__content {
    height: auto;
    padding: 20px 20px 30px;
  }
}
.reason__heading {
  font-size: 21.17px;
  font-size: 2.117rem;
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (max-width: 480px) {
  .reason__heading {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.reason__exp {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.68;
}
@media screen and (max-width: 480px) {
  .reason__exp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.reason__icon {
  position: absolute;
  width: 106px;
  height: 106px;
  top: -16px;
  left: -16px;
}
@media screen and (max-width: 768px) {
  .reason__icon {
    width: 93px;
    height: 93px;
  }
}
.reason__icon img {
  width: 100%;
  height: auto;
}
.reason__btnArea {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason__btnArea {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .reason__btn.cmnBtn {
    width: 100%;
  }
}
.reason__btn.cmnBtn a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.reason__btn.cmnBtn a:after {
  width: 64px;
  color: #fff;
  background-color: #124417;
}
@media screen and (max-width: 768px) {
  .reason__btn.cmnBtn a:after {
    width: 40px;
  }
}
.reason__btn.cmnBtn:first-of-type a {
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  .reason__btn.cmnBtn:first-of-type a {
    padding-left: 28px;
  }
}
.reason__btn.cmnBtn:last-of-type a {
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .reason__btn.cmnBtn:last-of-type a {
    padding-left: 20px;
  }
}

.column {
  padding: 84px 0;
}
@media screen and (max-width: 768px) {
  .column {
    padding: 0 0 50px;
  }
}
.column__mainHeading {
  width: 260px;
  height: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column__mainHeading .uiHeading {
  width: 100%;
  text-align: left;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.46875;
}
@media screen and (max-width: 768px) {
  .column__mainHeading {
    width: 100%;
    height: auto;
  }
}
.column__wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .column__wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .column__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .column__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.column__item {
  width: 454px;
  height: 445px;
  border-left: 7px solid #124417;
  margin-right: 24px;
  margin-bottom: 37px;
}
.column__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .column__item {
    width: 100%;
    height: auto;
    border-left-width: 5px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.column__thumbnail {
  width: 447px;
  height: 156px;
  overflow: hidden;
}
.column__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .column__thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 34.45%;
  }
}
.column__content {
  margin-top: 24px;
  padding: 0 20px 0 24px;
}
@media screen and (max-width: 768px) {
  .column__content {
    margin-top: 24px;
    padding: 0 20px;
  }
}
.column__heading {
  font-size: 21.15px;
  font-size: 2.115rem;
  font-weight: 700;
  line-height: 1.48;
  margin-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .column__heading {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
}
.column__exp {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.59;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .column__exp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.785;
  }
}
.column__tagList {
  padding: 24px 20px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .column__tagList {
    padding: 24px 16px 24px 16px;
  }
}
.column__tag {
  margin-left: 12px;
}
.column__tag:first-of-type {
  margin-left: 0;
}
.column__tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.4em;
  height: 38px;
  background: #fff;
  border: 1px solid #2ba238;
  border-radius: 19px;
  line-height: 35px;
  font-size: 15.22px;
  font-size: 1.522rem;
  font-weight: 500;
  color: #207a2a;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .column__tag a {
    font-size: 10px;
    font-size: 1rem;
    height: 25px;
    line-height: 23px;
    border-radius: 12.5px;
  }
}
.column__tag a:hover {
  opacity: 1;
  color: #fff;
  background: #207a2a;
}
.column__btnMore.cmnBtn {
  margin-top: 0;
}
.column__btnMore.cmnBtn a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 76px;
}
.column__btnMore.cmnBtn a:hover {
  color: #000;
  background-color: #e3e3e3;
}
