@import url(base.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300&display=swap&subset=japanese");
.header span.half {
  margin-left: -.5em; }
.header .menu-trigger, .header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }
.header .menu-trigger {
  position: fixed;
  z-index: 1000;
  top: 34px;
  right: 86px;
  width: 40px;
  height: 28px; }
  .header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #66932e;
    border-radius: 1px; }
    .header .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .header .menu-trigger span:nth-of-type(2) {
      top: 14px; }
    .header .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
.header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg); }
.header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }
.header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg); }

.mail-button {
  z-index: 500;
  position: relative;
  margin-top: 45px; }

.mail-button a {
  position: absolute;
  right: 6%;
  width: 90px;
  height: 90px;
  display: block;
  background: #7cab60;
  border-radius: 50%;
  text-align: center;
  padding-top: 26px; }
  .mail-button a:hover {
    background: #74bf92; }

.headline {
  position: relative;
  width: 100%;
  height: 27.57vw;
  z-index: -100; }
  .headline .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -200;
    width: 70%; }
  .headline .headline-img {
    position: absolute;
    top: 7.187vw;
    left: 21.6%;
    width: 78.4%; }
  .headline .headline-ttl {
    position: absolute;
    font-weight: 500;
    color: #696969;
    font-size: 26px;
    letter-spacing: 2px;
    top: 15.4vw;
    left: 24.4%; }
  .headline .headline-ttl-en {
    position: absolute;
    top: 18.7vw;
    left: 21%;
    display: block;
    width: 180px;
    line-height: 32px;
    background: #fff;
    color: #66922e;
    padding-left: 42px;
    letter-spacing: 1.5px;
    font-size: 16px; }
    .headline .headline-ttl-en:before {
      content: "";
      border-top: #000 1px solid;
      width: 17px;
      display: block;
      position: absolute;
      top: 50%;
      left: -17px; }

.pnkz {
  margin-top: -12px;
  position: relative; }
  .pnkz ul {
    position: absolute;
    top: 0;
    left: 10%; }

.catch-area {
  margin: 122px 0 60px;
  text-align: center; }
  .catch-area .catch-top {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    line-height: 43px;
    color: #66932e;
    margin-bottom: 20px;
    letter-spacing: 4.8px; }
  .catch-area .catch-bottom {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: .5px; }

.btn-area {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px; }
  .btn-area .btn {
    position: relative;
    transition: .5s ease; }
    .btn-area .btn .btn-inner {
      width: 280px;
      height: 80px;
      font-size: 22px;
      font-weight: 500;
      color: #fff;
      overflow: hidden;
      position: relative;
      letter-spacing: .5px; }
      .btn-area .btn .btn-inner .fas {
        margin: 0 15px 0 18px;
        font-size: 18px;
        vertical-align: 2px; }
      .btn-area .btn .btn-inner .btn-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -2;
        transition: .5s ease; }
      .btn-area .btn .btn-inner .btn-cover {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1; }
      .btn-area .btn .btn-inner .txt {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-39%, -50%);
        z-index: 1; }
    .btn-area .btn:hover {
      margin: -8px 0 8px; }
      .btn-area .btn:hover .btn-bg {
        transform: scale(1.15); }
    .btn-area .btn.jump-sales .btn-bg {
      background: url("../img/recruit/btn-sales.jpg") no-repeat;
      background-size: cover; }
    .btn-area .btn.jump-sales .btn-cover {
      background: rgba(13, 49, 8, 0.5); }
    .btn-area .btn.jump-construction .btn-bg {
      background: url("../img/recruit/btn-construction.jpg") no-repeat;
      background-size: cover; }
    .btn-area .btn.jump-construction .btn-cover {
      background: rgba(75, 8, 4, 0.5); }
    .btn-area .btn.jump-exterior .btn-bg {
      background: url("../img/recruit/btn-exterior.jpg") no-repeat;
      background-size: cover; }
    .btn-area .btn.jump-exterior .btn-cover {
      background: rgba(184, 134, 11, 0.5); }

.list-area {
  margin-bottom: 165px; }
  .list-area .list-wrapper {
    width: 1000px;
    margin: 0 auto 82px; }
    .list-area .list-wrapper .list-ttl {
      font-size: 24px;
      padding-bottom: 24px;
      border-bottom: #333 1px solid;
      letter-spacing: 1.5px; }
    .list-area .list-wrapper .work-list {
      margin-bottom: 54px; }
      .list-area .list-wrapper .work-list li {
        display: flex;
        align-items: flex-start;
        padding: 16px 25px 17px 0;
        border-bottom: #e6e6e6 1px solid;
        letter-spacing: .3px;
        margin: 0 2px 0 -2px; }
        .list-area .list-wrapper .work-list li .list-txtbox {
          line-height: 24px;
          margin: auto 0; }
        .list-area .list-wrapper .work-list li .small {
          font-size: 12px; }
        .list-area .list-wrapper .work-list li .list-item {
          min-width: 160px;
          line-height: 40px;
          color: #fff;
          background: rgba(102, 146, 46, 0.64);
          text-align: center;
          margin-right: 25px;
          display: block; }
    .list-area .list-wrapper .link-btn a {
      display: block;
      margin: 0 auto;
      width: 306px;
      line-height: 63px;
      text-align: center;
      border: #66932e 1px solid;
      color: #66932e;
      background: #fff;
      font-size: 16px;
      letter-spacing: 1px; }
      .list-area .list-wrapper .link-btn a:hover {
        background: #66932e;
        color: #fff; }

@media screen and (max-width: 768px) {
  .header .menu-trigger {
    top: 15px;
    right: 15px; }

  .mail-button a {
    display: none; }

  .headline .headline-ttl {
    font-size: 20px;
    top: 13vw;
    left: 24.4%; }
  .headline .headline-ttl-en {
    top: 20vw;
    left: 5%;
    width: 140px;
    line-height: 23px;
    padding-left: 30px;
    font-size: 14px; }
    .headline .headline-ttl-en:before {
      left: -14px; }

  .pnkz {
    margin-top: 5px; }
    .pnkz ul {
      left: 0; }

  .catch-area {
    margin: 40px 0 40px;
    padding: 0 15px; }
    .catch-area .catch-top {
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 16px;
      letter-spacing: 2px; }
    .catch-area .catch-bottom {
      font-size: 14px;
      line-height: 26px; }

  .btn-area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
    padding: 0 15px; }
    .btn-area .btn {
      width: 48%;
      padding: 0; }
      .btn-area .btn .btn-inner {
        width: 100%;
        height: 60px;
        font-size: 16px; }
        .btn-area .btn .btn-inner .fas {
          font-size: 12px;
          display: block; }
        .btn-area .btn .btn-inner .txt {
          transform: translate(-50%, -50%);
          text-align: center;
          white-space: nowrap; }
      .btn-area .btn:hover {
        margin: 0; }
        .btn-area .btn:hover .btn-bg {
          transform: scale(1); }

  .list-area {
    margin-bottom: 65px;
    padding: 0 15px; }
    .list-area .list-wrapper {
      width: 100%;
      margin: 0 auto 60px; }
      .list-area .list-wrapper .list-ttl {
        font-size: 20px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: none; }
      .list-area .list-wrapper .work-list {
        margin-bottom: 25px; }
        .list-area .list-wrapper .work-list li {
          padding: 0;
          margin: 0 -15px;
          font-size: 14px;
          display: block;
          border-bottom: none; }
          .list-area .list-wrapper .work-list li .list-txtbox {
            padding: 18px 15px 24px;
            line-height: 26px; }
          .list-area .list-wrapper .work-list li .list-item {
            margin: 0;
            padding: 10px 15px; }
      .list-area .list-wrapper .link-btn a {
        width: 180px;
        line-height: 45px;
        font-size: 15px; } }

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