@charset "UTF-8";

#p-recruit {
    background-color: #EEE;
    border-top: 2px solid #000;
  }

  .inner01 {
    width: 100%;
  }

  .lowHeading {
    height: 590px;
  }

  .lowHeadingTxt p {
    padding: 0 25px;
  }

  .lowHeading img {
    object-position: center;
  }

  .section {
    max-width: 1200px;
    padding: 80px 0px 100px 0px;
    margin-inline: auto;
  }

  .section .ttl {
    position: relative;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
  }

  .section .ttl:first-of-type::after {
    content: '';
    position: absolute;
    left: 0px;
    top: -80px;
    width: 160px;
    height: 7px;
    background: linear-gradient(90deg, #1EAA39 0%, #1EAA39 33.3%, #08287E 33%, #08287E 66.6%, #36BDEF 66.6%, #36BDEF 100%)
  }

  .section .ttl:not(:first-of-type) {
    margin-top: 80px;
  }

  .section>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 60px;
    margin-top: 40px;
  }

  .section>div>.inner_card {
    display: flex;
    flex-direction: column;
    position: relative;
    vertical-align: top;
    font-size: 14px;
    background: #fff;
  }

  .section>div>.inner_card .contents {
    display: flex;
    flex-direction: column;
    padding: 30px 30px 25px 30px;
    flex: 1 1 auto;
  }

  .section>div>.inner_card .img {
    width: 100%;
  }

  .section>div>.inner_card .img img {
    width: 100%;
    height: auto;
  }

  .section>div>.inner_card h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 1px;
  }

  .section>div>.inner_card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin-top: 20px;
    color: #4B4B4B;
  }

  .section>div>.inner_card p span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
    letter-spacing: 0.6px;
    margin-left:19px;
    margin-bottom:7px;
  }

  .section>div>.inner_card p:last-of-type {
    flex-grow: 1;
  }

  .section>div>a p span {
    color: #4B4B4B;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
    padding-left: 10px;
  }

  .section>div>.inner_card .btn {
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    width: 340px;
    height: 60px;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: bold;
    background: #000;
    position: relative;
    border-bottom: 4px solid;
    margin-top: 24px;
    border-image: linear-gradient(to left, #36BDEF, #08287E, #1EAA39) 1;
  }

  .section>div>.inner_card .btn:hover{
    opacity:0.7;
  }

  .section>div>.inner_card .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 53%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -1px;
    width: 12px;
    height: 12px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
  }

  @media (min-width: 769px) and (max-width: 1119px) {
    .section {
      padding-inline: 20px;
    }
  }

  @media (max-width:768px) {
    .lowHeading {
      height: 560px;
    }

    .lowHeadingTxt {
      position: absolute;
      top: 400px;
      padding-bottom: 43px;
    }

    .lowHeading .h1_ptn1 {
      min-height: 90px;
      padding-top:24px;
    }
    .section {
      max-width: 335px;
      padding: 35px 0px;
    }

    .section .ttl {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 1.2px;
    }

    .section .ttl:first-of-type::after {
      top: -35px;
      width: 90px;
      height: 5px;
    }

    .section .ttl:not(:first-of-type) {
      margin-top: 60px;
    }

    .section>div {
      grid-template-columns: 1fr;
      row-gap: 60px;
      margin-top: 40px;
    }

    .section>div>.inner_card .contents {
      padding: 20px 20px 25px 20px;
      flex: none;
    }

    .section>div>.inner_card h3 {
      font-size: 16px;
      font-style: normal;
      font-weight: 900;
      line-height: 24px;
      letter-spacing: 0.8px;
    }

    .section>div>.inner_card p {
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0.6px;
      margin-top: 12px;
    }

    .section>div>.inner_card p span {
  
      font-size: 10px;
    line-height: 18px; 
    letter-spacing: 0.4px;
    }

    .section>div>.inner_card .btn {
      width: 100%;
      font-size: 12px;
      font-style: normal;
      height:50px;
      font-weight: 900;
      line-height: 34px;
      letter-spacing: 0.6px;
    }

    .section>div>.inner_card .btn::after {
        width: 10px;
        height: 10px;
        right:14px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
    }
}