/*=============================================
 * Header
*=============================================*/
body {
  letter-spacing: 0.04em; }

footer,
.contact {
  letter-spacing: 0; }

.header-recruit {
  gap: 30px;
  padding-right: 60px; }

.header-entry a {
  display: flex;
  align-items: center;
  width: 260px;
  height: 77px;
  background-color: #fff;
  color: #1471CA;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding: 0 25px;
  position: relative;
  box-sizing: border-box; }
  .header-entry a:after {
    content: '';
    width: 12px;
    height: 20px;
    background: url("../img/recruit/arrow-right.webp") no-repeat center top/cover;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    transition: all 0.3s; }
  .header-entry a:hover {
    opacity: 1; }
    .header-entry a:hover:after {
      transform: translate(5px, -50%); }

.hamburger {
  display: block;
  width: 92px;
  height: 77px;
  background-color: #414141;
  border-radius: 0; }
  .hamburger span {
    width: 51px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    left: 19px; }
    .hamburger span:before, .hamburger span:after {
      background-color: #fff;
      border-radius: 0px;
      height: 2px; }

header.fixed .header-entry,
header.fixed .logo a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

#navbar-recruit {
  display: grid;
  width: 50%;
  min-width: 650px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #fff;
  padding: 150px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.3s linear; }
  #navbar-recruit .nav-wrap {
    width: 90%;
    margin: auto; }
  #navbar-recruit .nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    #navbar-recruit .nav-list a {
      display: block;
      font-weight: 700;
      font-size: 14px;
      border-bottom: 1px solid #C9D1E1;
      padding-bottom: 20px; }
      #navbar-recruit .nav-list a span {
        display: block;
        text-transform: uppercase;
        color: #1471CA;
        font-size: 20px; }

.navbar-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear; }

.navOpen .header-recruit .logo {
  opacity: 0;
  pointer-events: none; }
.navOpen .header-entry {
  opacity: 0;
  pointer-events: none; }
.navOpen #navbar-recruit,
.navOpen .navbar-overlay {
  opacity: 1;
  visibility: visible; }
.navOpen #navbar-recruit {
  transform: translateX(0); }

@media screen and (max-width: 1023px) {
  .header-recruit {
    padding-right: 30px; }

  .hamburger {
    margin: 0; } }
@media screen and (max-width: 767px) {
  .header-recruit {
    gap: 10px;
    padding-right: 10px; }

  .header-entry a {
    width: 150px;
    height: 50px;
    font-size: 16px;
    padding: 0 15px; }
    .header-entry a:after {
      width: 10px;
      height: 16px;
      right: 15px; }

  .hamburger {
    width: 50px;
    height: 50px; }
    .hamburger span {
      width: 30px;
      left: 10px; }

  #navbar-recruit {
    min-width: 100%;
    padding: 90px 0; }
    #navbar-recruit .nav-list {
      grid-template-columns: 1fr;
      gap: 10px; }
      #navbar-recruit .nav-list a {
        padding-bottom: 10px; } }
/*=============================================
 * Recruit
*=============================================*/
.recruit-h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  text-align: center; }
  .recruit-h2 .sub {
    display: block;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 76px;
    letter-spacing: 0.06em;
    text-transform: uppercase; }

@media screen and (max-width: 767px) {
  .recruit-h2 {
    font-size: 16px; }
    .recruit-h2 .sub {
      font-size: 40px; } }
#recruit-kv {
  color: #fff;
  padding: 305px 0 260px;
  overflow: hidden;
  position: relative; }
  #recruit-kv:before {
    content: '';
    width: 180vw;
    height: 120%;
    background: radial-gradient(circle, #50B6E9 35%, #1471CA 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    clip-path: ellipse(50% 50% at 50% 50%);
    transform: translateX(-50%); }
  #recruit-kv h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.52;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
  #recruit-kv h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 84px;
    letter-spacing: 0.12em;
    color: #1471CA;
    padding-top: 150px; }
    #recruit-kv h2 span {
      display: inline-block;
      background-image: linear-gradient(35deg, #fff 40%, #A1D0FD);
      padding-left: 30px; }
      #recruit-kv h2 span:not(:last-child) {
        margin-bottom: 20px; }
  #recruit-kv .txt {
    font-weight: 700;
    font-size: 28px;
    line-height: 3.13;
    letter-spacing: 0.16em;
    padding-top: 110px; }

@media screen and (max-width: 767px) {
  #recruit-kv {
    padding: 150px 0 20vw; }
    #recruit-kv:before {
      width: 250vw; }
    #recruit-kv h1 {
      font-size: 16px; }
    #recruit-kv h2 {
      font-size: 27px;
      line-height: 48px;
      padding-top: 40px; }
      #recruit-kv h2 span {
        padding-left: 15px; }
        #recruit-kv h2 span:not(:last-child) {
          margin-bottom: 10px; }
    #recruit-kv .txt {
      font-size: 16px;
      line-height: 2;
      padding-top: 40px; } }
#futuristic {
  padding: 200px 0; }
  #futuristic .chart {
    filter: drop-shadow(0 0 41px rgba(0, 0, 0, 0.07));
    padding-top: 90px; }
  #futuristic .box-1 {
    max-width: 905px;
    margin: 0 auto;
    padding-top: 70px; }
    #futuristic .box-1 h3 {
      font-weight: 700;
      font-size: 24px;
      line-height: 60px;
      text-align: center; }
      #futuristic .box-1 h3 span {
        background-color: #1471CA;
        padding: 0 5px; }
    #futuristic .box-1 .row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 45px;
      padding-top: 50px;
      text-align: center; }
      #futuristic .box-1 .row .col {
        background-color: #F9F9F9;
        padding: 28px 20px; }
      #futuristic .box-1 .row h4 {
        letter-spacing: 0.11em; }
        #futuristic .box-1 .row h4 span {
          display: block;
          font-size: 16px;
          letter-spacing: 0.01em; }
      #futuristic .box-1 .row .txt {
        font-weight: 500;
        line-height: 28px;
        padding-top: 30px; }
  #futuristic .box-2 {
    padding-top: 200px; }
    #futuristic .box-2 h3 {
      font-weight: 700;
      font-size: 56px;
      line-height: 84px;
      letter-spacing: 0.12em; }
      #futuristic .box-2 h3 span {
        display: inline-block;
        background-image: linear-gradient(35deg, #1471CA 40%, #A1D0FD);
        color: #fff;
        padding-left: 30px; }
        #futuristic .box-2 h3 span:not(:last-child) {
          margin-bottom: 25px; }
        #futuristic .box-2 h3 span:first-child {
          text-indent: -20px; }
    #futuristic .box-2 .txt {
      font-weight: 700;
      font-size: 18px;
      line-height: 52px;
      letter-spacing: 0.11em;
      padding-top: 80px; }
      #futuristic .box-2 .txt p:not(:last-child) {
        padding-bottom: 80px; }

@media screen and (max-width: 1023px) {
  #futuristic .box-1 .row {
    gap: 20px; }
  #futuristic .box-2 h3 {
    font-size: 42px; } }
@media screen and (max-width: 767px) {
  #futuristic {
    padding: 100px 0; }
    #futuristic .chart {
      padding-top: 30px; }
    #futuristic .box-1 h3 {
      font-size: 20px;
      line-height: 40px; }
    #futuristic .box-1 .row {
      grid-template-columns: 1fr;
      padding-top: 30px; }
      #futuristic .box-1 .row h4 span {
        font-size: 14px; }
    #futuristic .box-2 {
      padding-top: 50px; }
      #futuristic .box-2 h3 {
        font-size: 18px;
        line-height: 40px; }
        #futuristic .box-2 h3 span {
          padding-left: 15px; }
          #futuristic .box-2 h3 span:not(:last-child) {
            margin-bottom: 10px; }
          #futuristic .box-2 h3 span:first-child {
            text-indent: -10px; }
      #futuristic .box-2 .txt {
        font-size: 15px;
        line-height: 2;
        padding-top: 30px; }
        #futuristic .box-2 .txt p:not(:last-child) {
          padding-bottom: 30px; } }
@media screen and (min-width: 1201px) {
  #futuristic .wrap {
    max-width: 1046px; } }
#motivation {
  background: url("../img/recruit/motivation-bg.webp") no-repeat center top/cover;
  padding: 200px 0 calc(200px + 5vw); }
  #motivation h2 .sub {
    display: block;
    font-weight: 700;
    font-size: 43px;
    line-height: 1.52;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
  #motivation .box {
    display: grid;
    grid-template-columns: 1fr 485px;
    gap: 60px;
    padding-top: 50px; }
    #motivation .box .txt {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 20px;
      font-weight: 700;
      line-height: 51px; }

@media screen and (max-width: 1023px) {
  #motivation .box {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #motivation {
    padding: 100px 0 calc(100px + 5vw); }
    #motivation h2 {
      font-size: 16px; }
      #motivation h2 .sub {
        font-size: 40px; }
    #motivation .box {
      gap: 30px;
      padding-top: 30px; }
      #motivation .box .txt {
        font-size: 16px;
        line-height: 2; } }
@media screen and (min-width: 1201px) {
  #motivation .wrap {
    max-width: 1140px; } }
@media screen and (min-width: 1441px) {
  #motivation .wrap {
    max-width: 1320px; } }
#numbers {
  background: url("../img/recruit/number-bg.webp") no-repeat center top/cover;
  padding: 65px 0 200px;
  position: relative; }
  #numbers:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/recruit/number-deco.webp") no-repeat center top/100% auto;
    position: absolute;
    top: -5vw;
    left: 0; }
  #numbers .box-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding-top: 120px; }
    #numbers .box-1 .col {
      display: flex;
      flex-direction: column;
      gap: 25px;
      background-color: #FAFAFA;
      color: #555;
      min-height: 280px;
      padding-bottom: 30px; }
    #numbers .box-1 .no {
      text-align: left;
      padding: 15px 20px 0; }
    #numbers .box-1 .number {
      font-weight: 700;
      line-height: 80px; }
      #numbers .box-1 .number span {
        font-size: 80px;
        color: #333; }
    #numbers .box-1 .ttl {
      font-weight: 700;
      font-size: 65px;
      line-height: 1.9;
      color: #333;
      margin-top: -20px; }
  #numbers .box-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding-top: 50px; }
    #numbers .box-2 .col {
      display: flex;
      flex-direction: column;
      gap: 30px;
      background-color: #FAFAFA;
      padding: 40px 20px 70px; }
    #numbers .box-2 h3 span {
      display: block;
      font-size: 16px;
      text-transform: uppercase; }
    #numbers .box-2 .txt {
      font-weight: 500; }
    #numbers .box-2 .tag {
      display: flex;
      flex-wrap: wrap;
      gap: 32px 40px;
      max-width: 433px;
      margin: 0 auto; }
      #numbers .box-2 .tag li {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #4F789F;
        color: #fff;
        width: calc(50% - 20px);
        height: 86px; }
        #numbers .box-2 .tag li.full {
          width: 100%; }
  #numbers .box-3 {
    background-color: #FAFAFA;
    margin-top: 50px;
    padding: 40px 40px 70px; }
    #numbers .box-3 h3 span {
      display: block;
      font-size: 16px;
      text-transform: uppercase; }
    #numbers .box-3 .photos {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 50px;
      max-width: 1210px;
      margin: 0 auto;
      padding-top: 75px; }
      #numbers .box-3 .photos dd {
        padding-top: 20px; }

@media screen and (max-width: 1200px) {
  #numbers .box-1 {
    gap: 30px; }
    #numbers .box-1 .number {
      font-size: 25px; }
      #numbers .box-1 .number span {
        font-size: 70px; }
    #numbers .box-1 .ttl {
      font-size: 60px; }
  #numbers .box-2 {
    gap: 30px;
    padding-top: 30px; }
    #numbers .box-2 .tag {
      gap: 20px; }
      #numbers .box-2 .tag li {
        width: calc(50% - 10px); }
  #numbers .box-3 {
    margin-top: 30px; } }
@media screen and (max-width: 1023px) {
  #numbers .box-1 {
    grid-template-columns: repeat(2, 1fr); }
  #numbers .box-2 {
    grid-template-columns: 1fr; }
  #numbers .box-3 .photos {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #numbers {
    padding: 40px 0 100px; }
    #numbers .box-1 {
      grid-template-columns: 1fr;
      padding-top: 50px; }
      #numbers .box-1 .col {
        min-height: inherit; }
      #numbers .box-1 .ttl {
        font-size: 50px; }
    #numbers .box-2 .col {
      gap: 15px;
      padding: 20px 20px 30px; }
    #numbers .box-2 h3 span {
      font-size: 14px; }
    #numbers .box-2 .tag {
      gap: 10px;
      font-size: 16px; }
      #numbers .box-2 .tag li {
        width: calc(50% - 5px);
        height: 50px; }
    #numbers .box-3 {
      padding: 30px 20px; }
      #numbers .box-3 .photos {
        padding-top: 30px; }
        #numbers .box-3 .photos dd {
          font-size: 16px;
          padding-top: 15px; } }
@media screen and (min-width: 1201px) {
  #numbers .wrap {
    width: 90%;
    max-width: 1500px; } }
#timeline {
  background: linear-gradient(to bottom, #3F97EB, #3042A8);
  color: #fff;
  padding: 160px 0 100px; }
  #timeline .box {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    align-items: flex-start;
    gap: 50px;
    padding-top: 200px; }
    #timeline .box dl {
      display: grid;
      grid-template-columns: 130px 1fr;
      gap: 20px;
      position: relative;
      padding-bottom: 200px; }
      #timeline .box dl:before {
        content: '';
        border-left: 4px solid #fff;
        position: absolute;
        top: 60px;
        bottom: 10px;
        left: 47px; }
      #timeline .box dl dd span {
        display: block;
        font-size: 14px;
        letter-spacing: 0.03em;
        text-transform: uppercase; }
      #timeline .box dl:nth-child(4) {
        padding-bottom: 100px; }
      #timeline .box dl:nth-child(5) {
        padding-top: 100px;
        padding-bottom: 0; }
        #timeline .box dl:nth-child(5):before {
          top: 0;
          bottom: 82px; }
      #timeline .box dl:last-child {
        padding-bottom: 0; }
        #timeline .box dl:last-child:before {
          display: none; }

@media screen and (max-width: 1023px) {
  #timeline .box {
    display: block; }
    #timeline .box dl:nth-child(5) {
      padding-top: 0;
      padding-bottom: 200px; }
      #timeline .box dl:nth-child(5):before {
        top: 60px;
        bottom: 10px; } }
@media screen and (max-width: 767px) {
  #timeline {
    padding: 100px 0; }
    #timeline .box {
      padding-top: 30px; }
      #timeline .box dl {
        grid-template-columns: 90px 1fr;
        gap: 10px; }
        #timeline .box dl:before {
          top: 40px;
          bottom: 5px;
          left: 32px; }
        #timeline .box dl:not(:last-child) {
          padding-bottom: 50px; }
      #timeline .box dl:nth-child(5) {
        padding-bottom: 50px; }
        #timeline .box dl:nth-child(5):before {
          top: 40px;
          bottom: 5px; } }
#voice {
  background: url("../img/recruit/voice-bg.webp") no-repeat center top/cover;
  color: #fff;
  padding-top: 70px; }
  #voice .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 90px; }
    #voice .box .col {
      display: block;
      position: relative;
      background-color: #000; }
      #voice .box .col:after {
        content: '';
        width: 23px;
        height: 23px;
        background: url("../img/recruit/arrows-expand.webp") no-repeat center top/cover;
        position: absolute;
        right: 30px;
        bottom: 36px; }
    #voice .box img {
      opacity: 0.8; }
    #voice .box .text {
      position: absolute;
      right: 30px;
      bottom: 40px;
      left: 30px; }
    #voice .box h3 {
      line-height: 1.68; }
    #voice .box p {
      line-height: 1.92;
      padding: 20px 40px 0 0; }

@media screen and (max-width: 1200px) {
  #voice .box h3 {
    font-size: 22px; }
  #voice .box p {
    font-size: 18px; } }
@media screen and (max-width: 1023px) {
  #voice {
    padding-bottom: 70px;
    overflow: hidden; }
    #voice .wrap {
      max-width: 100%; }
    #voice .box {
      display: block;
      padding-bottom: 100px; }
      #voice .box .slick-list {
        margin: 0 -10px; }
      #voice .box .col {
        margin: 0 10px; }
      #voice .box .slick-arrow {
        position: absolute;
        bottom: 0;
        z-index: 1; }
      #voice .box .slick-next {
        right: 20px; }
      #voice .box .slick-prev {
        left: 20px; }
      #voice .box .slick-dots {
        width: 100%;
        padding: 24px 0;
        position: absolute;
        bottom: 0;
        left: 0; } }
@media screen and (max-width: 767px) {
  #voice .wrap {
    padding: 0; }
  #voice .box {
    padding-top: 30px;
    padding-bottom: 60px; }
    #voice .box .slick-list {
      margin: 0 -5px; }
    #voice .box .col {
      margin: 0 5px; }
      #voice .box .col:after {
        width: 16px;
        height: 16px;
        right: 10px;
        bottom: 10px; }
    #voice .box .text {
      right: 20px;
      bottom: 10px;
      left: 20px; }
      #voice .box .text h3 {
        font-size: 20px; }
      #voice .box .text p {
        font-size: 16px;
        padding: 10px 10px 0 0; }
    #voice .box .slick-arrow {
      position: absolute;
      bottom: 0;
      z-index: 1; }
    #voice .box .slick-next {
      right: 20px; }
    #voice .box .slick-prev {
      left: 20px; }
    #voice .box .slick-dots {
      padding: 14px 0; } }
@media screen and (min-width: 1201px) {
  #voice .wrap {
    width: 90%;
    max-width: 1440px; } }
.remodal-overlay {
  background-color: #020053; }

.remodal {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 33px;
  text-align: left;
  padding: 200px 5%; }

.remodal-close-top {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px; }

button.remodal-close {
  background: url("../img/recruit/icon-close.webp") no-repeat center top/cover;
  width: 70px;
  height: 70px;
  top: 50px;
  right: 50px; }

.popup-body {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }
  .popup-body h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 2.17;
    letter-spacing: 0.03em;
    margin-bottom: 40px; }
    .popup-body h3 .sub {
      display: block;
      font-size: 17px;
      line-height: 1.5;
      text-transform: uppercase; }
  .popup-body h4 {
    border-bottom: 1px solid;
    margin: 70px 0 30px;
    padding-bottom: 20px; }
  .popup-body .box-1 {
    display: grid;
    grid-template-columns: 515px 1fr;
    gap: 95px; }
    .popup-body .box-1 p.h-18 {
      line-height: 2; }
  .popup-body .box-ytb {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 90px; }
    .popup-body .box-ytb .inner {
      width: 100%;
      padding-top: 56.25%;
      position: relative; }
    .popup-body .box-ytb iframe {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

@media screen and (max-width: 1200px) {
  .popup-body .box-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px; } }
@media screen and (max-width: 1023px) {
  .popup-body .box-1 {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  .remodal {
    line-height: 28px;
    padding: 70px 20px; }

  button.remodal-close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px; }

  .popup-body h3 {
    font-size: 32px;
    line-height: 2;
    margin-bottom: 20px; }
    .popup-body h3 .sub {
      font-size: 14px; }
  .popup-body h4 {
    margin: 40px 0 20px;
    padding-bottom: 10px; }
  .popup-body .box-ytb {
    padding-top: 40px; } }
#job-openings {
  padding: 200px 0 130px; }
  #job-openings h2 {
    padding-bottom: 100px; }
  #job-openings .job-list-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 34px;
    padding-bottom: 120px; }
    #job-openings .job-list-btn li {
      width: 260px; }
    #job-openings .job-list-btn a {
      display: flex;
      align-items: center;
      background-color: #1471CA;
      color: #fff;
      width: 100%;
      height: 77px;
      padding: 0 25px;
      position: relative;
      box-sizing: border-box; }
      #job-openings .job-list-btn a:after {
        content: '';
        width: 16px;
        height: 10px;
        background: url("../img/recruit/arrow-down.webp") no-repeat center top/cover;
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        transition: all 0.3s; }
      #job-openings .job-list-btn a:hover:after {
        transform: translateY(0%); }
  #job-openings .job-item:not(:last-child) {
    padding-bottom: 120px; }
  #job-openings .job-item h3 {
    display: flex;
    align-items: center;
    gap: 25px; }
    #job-openings .job-item h3 span {
      display: flex;
      align-items: center;
      gap: 25px;
      font-weight: 500;
      font-size: 15px;
      text-transform: uppercase; }
      #job-openings .job-item h3 span:before {
        content: '';
        display: block;
        width: 66px;
        border-top: 2px solid #B5C9DC; }
  #job-openings .job-item table {
    width: 100%;
    margin-top: 50px; }
    #job-openings .job-item table th,
    #job-openings .job-item table td {
      text-align: left; }
    #job-openings .job-item table th {
      width: 180px; }
    #job-openings .job-item table td {
      padding-left: 10px; }
    #job-openings .job-item table tr:not(:last-child) th,
    #job-openings .job-item table tr:not(:last-child) td {
      padding-bottom: 30px; }
  #job-openings .job-item-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 75px; }
    #job-openings .job-item-btn li {
      width: 300px; }
    #job-openings .job-item-btn a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 77px;
      font-weight: 600;
      font-size: 24px;
      line-height: 1.5;
      padding: 0 24px;
      position: relative;
      color: #fff;
      box-sizing: border-box; }
      #job-openings .job-item-btn a:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      #job-openings .job-item-btn a.inq {
        background-color: #1471CA; }
        #job-openings .job-item-btn a.inq:before {
          width: 10px;
          height: 16px;
          background: url("../img/recruit/arrow-right-wh.webp") no-repeat center top/cover;
          right: 24px; }
      #job-openings .job-item-btn a.line {
        background-color: #00B400; }
        #job-openings .job-item-btn a.line:before {
          width: 54px;
          height: 43px;
          background: url("../img/recruit/icon-line.webp") no-repeat center top/cover;
          right: 15px; }

@media screen and (max-width: 767px) {
  #job-openings {
    padding: 100px 0; }
    #job-openings h2 {
      padding-bottom: 30px; }
    #job-openings .job-list-btn {
      gap: 5px;
      padding-bottom: 30px;
      font-size: 16px; }
      #job-openings .job-list-btn li {
        width: 32%; }
      #job-openings .job-list-btn a {
        height: 40px;
        padding: 0 10px; }
        #job-openings .job-list-btn a:after {
          width: 10px;
          height: 7px;
          right: 10px; }
    #job-openings .job-item:not(:last-child) {
      padding-bottom: 50px; }
    #job-openings .job-item h3 {
      gap: 10px; }
      #job-openings .job-item h3 span {
        gap: 10px;
        font-size: 14px; }
        #job-openings .job-item h3 span:before {
          width: 30px; }
    #job-openings .job-item table {
      margin-top: 20px; }
      #job-openings .job-item table th {
        width: 70px; }
    #job-openings .job-item-btn {
      flex-direction: column;
      align-items: center;
      flex-wrap: nowrap;
      gap: 10px;
      padding-top: 40px; }
      #job-openings .job-item-btn a {
        height: 60px;
        font-size: 18px; } }
@media screen and (min-width: 1441px) {
  #job-openings .wrap {
    max-width: 1250px; } }
/*=============================================
 * ENTRY
*=============================================*/

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