@media (1600px >= width) {

}
@media (1440px >= width) {
  header {
    .block-top {
      .block-action {
        a {
          font-size: 16px;
        }
      }
    }
  }
  .banner {
    .main-image {
      width: 1392px;
      max-width: 100%;
      height: 520px;
      margin-left: auto;
      img {
        object-fit: cover;
      }
    }
  }
}
@media (max-width: 1200px) {
  header {
    .block-top {
      .logo {
        flex: 0;
        gap: 0;
        align-items: flex-start;
        flex-direction: column;
      }
      .block-action {
        a {
          height: auto;
          font-size: 16px;
          padding: 10px;
        }
      }
    }
  }
  header + main {
    margin-top: 195px;
  }
  .banner {
    .main-image {
      padding-left: 0;
      img {
        border-radius: 0;
      }
    }
    .scroll-down {
      display: none;
    }
  }
  .filter-search {
    .group {
      .block-row {
        .col-left {
          min-width: 160px;
        }
        .col-right {
          .two-col {
            .dropdown-container {
              width: 100%;
            }
            .text {
              p {
                padding: 0 16px;
              }
            }
          }
        }
      }
    }
  }
  footer {
    .wrap-foooter {
      padding: 0px 16px;
    }
  }
}
@media (max-width: 1050px) {
  .filter-search {
    .group-modal {
      a {
        p {
          span.ellipsis {
            max-width: 180px;
          }
        }
      }
    }
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
  #job-openings {
    .hotel-intro {
      .container {
        .wrap-card {
          flex-direction: column-reverse;
          align-items: center;
          gap: 16px;
          .content {
            max-width: 100%;
          }
        }
      }
    }
  }
  #job-information {
    .block-happens {
      .main-block-happens {
        .card-group {
          flex-wrap: wrap;
        }
      }
    }
  }
}
@media (max-width: 920px) {
  #job-openings {
    .pick-up {
      .container {
        .wrap-card {
          .card {
            flex-direction: column;
            gap: 16px;
          }
        }
      }
    }
  }
  .filter-search {
    .group {
      padding: 40px 20px;
      .block-row {
        gap: 10px;
        .col-left {
          min-width: 130px;
        }
        .col-right {
          .two-col {
            .text {
              p {
                padding: 0 10px;
              }
            }
          }
        }
      }
    }
  }
  .filter-search {
    .group {
      padding: 40px 20px;
      .block-row {
        gap: 10px;
        .col-left {
          min-width: 130px;
        }
        .col-right {
          .two-col {
            .text {
              p {
                padding: 0 10px;
              }
            }
          }
        }
      }
    }
  }
}
@media (max-width: 820px) {
  .page-banner {
    .header {
      padding: 16px;
    }
  }
  header + main {
    margin-top: 75px;
  }
  /* sp menus */
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    .block-top {
      position: sticky;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 12px;
      gap: 10px;
      .logo {
        padding: 0px;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        flex: 0 0 auto;
        a {
          width: 100%;
          img {
            width: 185px;
            max-width: 100%;
          }
        }
        p.sub-logo {
          font-family: var(--font-roboto);
          font-weight: 500;
          font-size: 10px;
        }
      }
      .block-action {
        display: none;
      }
      .customer-service {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        flex-direction: row;
        gap: 12px;
      }
    }
  }
  .pc-menu {
    display: none;
  }
  /* end sp menus */
  .banner {
    .main-image {
      img {
        object-position: -520px center;
      }
    }
  }
  #apply-job {
    .apply-job {
      .container {
        .job-advisor {
          .application-form {
            .form-group {
              padding: 16px;
                .form-question {
                  font-size: 16px;
                  margin-bottom: 16px;
                  letter-spacing: -0.9px;
                }
              .wrap-country,
              .wrap-visa,
              .wrap-skills,
              .wrap-duration,
              .wrap-location {
                & label {
                  span {
                    font-size: 14px;
                  }
                }
              }
              .contact-inputs {
                gap: 0px;
                .group-field {
                  margin-bottom: 16px;
                  &:last-child {
                    margin-bottom: 0;
                  }
                }
              }
              .group-field {
                margin-bottom: 16px;
                &:last-child {
                  margin-bottom: 0;
                }
              }
            }
            .submit-button {
              font-size: 16px;
            }
          }
        }
      }
    }
  }
  /* SP */
  #job-openings, #page-search-results {
    .search-result {
      padding: 20px 0;
      &.minus-margin {
        margin-top: 45px;
      }
      .empty {
        margin-top: 20px !important;
      }
      .container {
        .job-card {
          padding: 16px;
          margin-bottom: 24px;
          box-shadow: 4px 4px #493D311A;
          .card-content {
            .job-details {
              .head {
                .contract-type {
                  padding: 4px 8px;
                  line-height: normal;
                }
                .fav-btn {
                  background-color: #fff;
                  border: 1px solid #D9D9D9;
                  border-radius: 50%;
                  width: 38px;
                  height: 38px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  cursor: pointer;
                  svg {
                    width: 20px;
                    height: 20px;
                    color: #ef4444;
                  }
                }
              }
              h3.job-title {
                padding-top: 8px;
              }
              .company-name {
                font-size: 14px;
                padding-bottom: 12px;
              }
              .tag-list {
                margin: 12px 0;
                .job-tag {
                  font-weight: 500;
                  line-height: 24px;
                  padding: 0 12px;
                  display: inline-block;
                }
              }
              .info-row {
                display: none;
              }
            }
            .wrap-visual {
              display: none;
            }
          }
          .content {
            margin-top: 0px;
            p {
              color: #000000;
              line-height: normal;
              font-weight: normal;
              font-size: 16px;
              font-family: inherit;
              margin-bottom: 12px;
            }
            img {
              display: block;
              width: 100%;
              max-width: 100%;
              margin-bottom: 16px;
            }
            .info-row {
              display: flex;
              align-items: center;
              gap: 4px;
              margin-bottom: 4px;
              .luxury-hotels {
                line-height: 20px;
              }
              .address, .salary {
                line-height: 22px;
              }
              .luxury-hotels, .address, .salary {
                font-family: var(--font-roboto);
                font-weight: 500;
                font-size: 14px;
                color: #493D31;
              }
            }
          }
          .card-actions {
            flex-direction: column;
            .apply-btn, .details-btn {
              font-size: 16px;
            }
          }
        }
      /* End SP */
      }
    }
  }
  .pick-up {
    .container {
      padding: 0;
    }
  }
  #job-information {
    .block-manufacturing {
      .block-list {
        ul {
          gap: 4px 12px;
          padding-top: 0px;
          flex-wrap: wrap;
        }
      }
    }
  }
  footer {
    .copyright {
      margin-top: 35px;
    }
  }
}
@media (max-width: 805px) {
  .filter-search {
    .group-modal {
      a {
        p {
          span.ellipsis {
            max-width: 160px;
          }
        }
      }
    }
  }
}
@media (max-width: 768px) {
  header {
    .block-bottom {
      .sp-menu {
        .block-action {
          flex-direction: column;
          a {
            justify-content: center;
          }
        }
      }
    }
  }
  .breadcrumb {
    padding: 16px;
  }
  .banner {
    margin-top: 76px;
    .into-banner {
      top: 32px;
      .main-title {
        h1 {
          font-size: 7.2vw;
          margin-bottom: 16px;
        }
        .career-support {
          width: 272px;
          height: 46px;
          display: flex;
          justify-content: center;
          a {
            font-size: 16px;
            padding: 0;
            span {
              font-size: 12px;
            }
          }
        }
      }
    }
    .main-image {
      height: 272px;
      img {
        object-fit: cover;
        object-position: center bottom;
      }
      img.sp {
        display: block;
      }
      img.pc {
        display: none;
      }
    }
  }
  #job-advisor {
    .application {
      .container {
        .wrap-card {
          .card.customer-service {
            .content {
              padding: 16px;
              h2 {
                font-size: 16px;
              }
              ul {
                li {
                  font-size: 14px;
                }
              }
            }
          }
          .card.residence {
            .residence-form {
              .form-group {
                padding: 32px 16px;
                .form-question {
                  font-size: 14px;
                }
                .wrap-residence {
                  label {
                    span {
                      font-size: 14px;
                    }
                  }
                }
                .next-button {
                  font-size: 16px;
                }
              }
            }
          }
        }
      }
    }
  }
  .filter-search {
    .group {
      .block-row {
        align-items: flex-start;
        flex-direction: column;
        .col-right {
          width: 100%;
        }
      }
    }
  }
  .referral-service {
    margin-top: 48px;
    .card-header {
      h2 {
        height: 70px;
        font-size: 6.2vw;
      }
      small {
        font-size: 20px;
        margin-bottom: 4px;
      }
    }
    .main-card {
      flex-direction: column;
      gap: 16px;
      .card {
        display: flex;
        gap: 10px;
        width: 100%;
        padding: 16px 18px;
        .card-image {
          width: 78px;
          height: 78px;
          margin: 0;
        }
        .card-content {
          margin: 0;
          .card-title {
            text-align: left;
            small {
              font-size: 16px;
              margin-bottom: 4px;
              span {
                font-size: 24px;
              }
            }
            h3 {
              font-size: 16px;
              br {
                display: none;
              }
            }
          }
        }
      }
    }
  }
  .pick-up {
    margin-top: 54px;
    .main-block {
      .main-card {
        .carousel-container {
          .carousel-items {
            .item {
              margin-right: 0px;
            }
          }
          .carousel-icon {
            display: block;
          }
          .carousel-dots {
            display: flex;
          }
        }
      }
    }
  }
  .job-preferences {
    margin-top: 40px;
    .card-header {
      h2 {
        font-size: 20px;
      }
    }
    .main-card {
      gap: 12px;
      justify-content: center;
    }
  }
  .job-new {
    margin-top: 80px;
    .container {
      max-width: 100%;
      padding: 0;
    }
    .card-header {
      h2 {
        font-size: 20px;
      }
    }
    .contents {
      .main-card {
        padding: 0;
        .carousel-container {
          .carousel-icon {
            button.carousel-btn.prev {
              left: 16px;
            }
            button.carousel-btn.next {
              right: 16px;
            }
          }
          .carousel-dots {
            gap: 16px;
          }
        }
      }
    }
  }
  .job-search {
    margin-top: 80px;
    margin-bottom: 40px;
    .container {
      padding: 0 16px;
    }
    .card-header {
      h2 {
        font-size: 20px;
      }
    }
    .main-card {
      padding: 32px 16px;
      .group-card {
        padding: 32px 16px;
        box-shadow: 4px 4px #493D311A;
        .card {
          padding: 48px 0;
          .card-title {
            h4 {
              line-height: 26px;
            }
          }
          .card-content {
            .row {
              gap: 8px;
              margin-bottom: 24px;
              flex-direction: column;
              .right {
                gap: 4px 32px;
              }
            }
            .action {
              margin-top: 24px;
              padding-top: 24px;
            }
          }
        }
      }
    }
  }
  .main-specific-skills {
    .container {
      .specific-skills {
        .header {
          font-size: 20px;
          padding-top: 40px;
          margin-bottom: 4px;
        }
        .title {
          font-size: 26px;
        }
        .wrap-card {
          grid-template-columns: repeat(2, 1fr);
        }
      }
    }
  }
  #job-information {
    .block-manufacturing {
      padding-top: 40px;
      .main-title {
        align-items: flex-start;
        .block-left {
          h1 {
            font-size: 20px;
          }
          p {
            font-size: 14px;
            span.bg {
              margin-right: 0;
              margin-bottom: 16px;
            }
              span.h-border {
              width: 144px;
              height: 28px;
              padding: 0;
              display: flex;
              text-align: center;
              align-items: center;
              justify-content: center;
            }
          }
        }
        .block-right {
          button {
            height: 40px;
            width: 122px;
            padding: 0;
            font-size: 14px;
            line-height: 140%;
            align-items: center;
            justify-content: center;
            svg {
              width: 16px;
              height: 16px;
            }
          }
        }
      }
      .block-list {
        box-shadow: 4px 4px #493D311A;
        .group-list {
          flex-wrap: wrap;
          flex-direction: column;
        }
      }
      .card-content {
        .card {
          gap: 16px;
          flex-direction: column;
          .card-image {
            width: 100%;
          }
          .card-body {
            .description {
              p {
                margin-top: 8px;
                line-height: 160%;
              }
            }
          }
        }
      }
    }
    .block-pick-up {
      .card-header {
        h2 {
          font-size: 20px;
          margin-bottom: 8px;
        }
        small {
          font-size: 14px;
        }
      }
      .main-card {
        padding: 32px 16px;
        box-shadow: 4px 4px #493D311A;
        .card {
          padding: 16px;
          flex-direction: column;
          gap: 16px;
          margin-bottom: 16px;
          .card-image {
            width: 100%;
          }
        }
      }
      .blok-recruiter {
        padding: 32px 16px;
        box-shadow: 4px 4px #493D311A;
        margin-top: 32px;
        h2 {
          font-size: 20px;
          margin-bottom: 10px;
        }
        .card {
          gap: 16px;
          align-items: flex-start;
          height: auto;
          .card-image {
            width: 80px;
          }
        }
      }
      .block-recruiting {
        margin-top: 32px;
        font-family: var(--font-roboto);
        font-weight: 600;
        text-align: center;
        padding-bottom: 40px;
        .apply-job {
          a {
            width: 398px;
            height: 54px;
          }
        }
      }
    }
    .block-requirements {
      padding: 40px 0;
      .card-header {
        h2 {
          font-size: 20px;
        }
      }
      .main-card {
        padding: 32px 16px;
        box-shadow: 4px 4px #493D311A;
        .card-row {
          gap: 8px;
          margin-bottom: 24px;
          padding-bottom: 24px;
          flex-direction: column;
          .card-col.right {
            p {
              margin-bottom: 8px;
            }
            .image {
              width: 100%;
              height: 200px;
              img {
                width: 100%;
                height: 100%;
                margin-top: 0;
                object-fit: cover;
              }
            }
          }
        }
      }
      .block-recruiting {
        padding-bottom: 40px;
        .group-apply {
          gap: 16px;
          flex-direction: column;
          align-items: center;
          .apply-job {
            a {
              width: 398px;
              height: 54px;
            }
          }
          .keep {
            button {
              width: 398px;
              height: 60px;
            }
          }
        }
      }
    }
    .block-happens {
      padding: 40px 0;
      .main-block-happens {
        padding: 32px 16px;
        box-shadow: 4px 4px #493D311A;
        .card-group {
          gap: 0px;
          justify-content: center;
          .card {
            width: 98px;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 20px;
            margin-bottom: 6px;
            .card-image {
              width: 80px;
            }
            .card-body {
              h3 {
                font-size: 14px;
              }
            }
            &::after {
              width: 20px;
              height: 20px;
              right: -20px;
              top: 35%;
            }
          }
        }
      }
    }
    .block-hotel {
      padding: 40px 0;
      .card {
        height: 376px;
        box-shadow: 4px 4px #493D311A;
        .card-image {
          width: 100%;
          height: 201px;
          img.pc {
            display: none;
          }
          img.sp {
            display: block;
          }
        }
        .card-body {
          padding: 40px 16px 16px 16px;
          background: linear-gradient(180deg, rgba(42, 42, 42, 0) 0%, #2A2A2A 44.71%);
          .content {
            padding-bottom: 16px;
            margin-bottom: 16px;
            h2 {
              font-size: 22px;
              margin-bottom: 16px;
              line-height: 140%;
            }
            h3 {
              font-size: 16px;
            }
            p {
              span {
                display: none;
              }
            }
          }
          a {
            font-size: 14px;
            padding-right: 32px;
            &::after {
              width: 16px;
              height: 16px;
            }
          }
        }
      }
    }
    .block-facility-information {
      .group-btn-link {
        flex-direction: column;
        a {
          font-size: 16px;
        }
      }
    }
    .block-faq {
      .answers-questions {
        padding: 20px 15px;
        .block-title {
          h4 {
            width: 72%;
          }
        }
      }
    }
  }
}
@media (max-width: 600px) {
  #top-page {
    .filter-search {
      margin-top: -45px;
      .group {
        padding: 0;
        background: none;
        box-shadow: none;
        .pc {
          display: none;
        }
        .block-row {
          .col-right {
            .two-col {
              justify-content: center;
              align-items: center;
              gap: 8px;
              .group-modal.sp {
                display: block;
              }
              .group-modal {
                width: 127.33px;
                height: 125px;
                a {
                  width: 100%;
                  height: 100%;
                  border-radius: 8px;
                  border: none;
                  padding: 5px;
                  color: #2A2A2A;
                  background: #FFF;
                  justify-content: center;
                  align-items: center;
                  box-shadow: 4px 4px 0px 0px #493D311A;
                  p {
                    flex-direction: column;
                    span {
                      font-size: 14px;
                      font-weight: 500;
                      line-height: 160%;
                      display: block;
                      text-align: center;
                      img {
                        width: 40px;
                        margin-right: 0;
                      }
                    }
                    span.big-font {
                      font-size: 16.5px;
                      font-weight: 600;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  #job-openings {
    .more-information {
      .container {
        .wrap-card {
          padding: 16px;
          box-shadow: 4px 4px #493D311A;
          h2 {
            text-align: center;
            margin-bottom: 16px;
          }
        }
      }
    }
  }
  .filter-search {
    .group-modal {
      a {
        p {
          span.ellipsis {
            max-width: 60vw;
          }
        }
      }
    }
  }
  footer {
    .wrap-foooter {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        .footer-column {
            gap: 10px;
        }
    }
  }
  #page-search-results {
    .filter-search {
      .group-modal:first-child {
        margin-bottom: 10px;
      }
      .group-modal.sub-page {
        a {
          border-radius: 4px 4px 0 0;
        }
      }
      .group-modal.sub-page-1 {
        a {
          border-top: none;
          border-radius: 0 0 4px 4px;
        }
      }
      .group {
        padding: 16px;
        box-shadow: 4px 4px #493D311A;
        .block-row {
          .col-left {
            display: none;
          }
          button {
            width: 100%;
          }
          .col-right {
            .two-col {
              flex-direction: column;
              .text {
                display: none;
              }
            }
          }
        }
      }
    }
    .job-filter {
      .container {
        .wrap-job-filter {
          .advisors-specialist {
            a {
              img {
                box-shadow: 4px 4px #493D311A;
              }
            }
          }
        }
      }
    }
  }
  .job-preferences {
    .main-card {
      .card {
        width: 44%;
        .card-image {
          width: 100%;
          height: auto;
          img {
            width: 100%;
          }
        }
      }
    }
  }
}
@media (480px >= width) {
  .search-modal {
    max-width: 92%;
    .modal-content-wrapper {
      .tab-header {
        button.tab-button {
          font-size: 18px;
          width: 50%;
          height: 72px;
          span {
            font-size: 16px;
          }
        }
      }
      .tab-body {
        margin-top: 0px;
        padding: 40px 16px;
        .tab-content {
          gap: 16px 16px;
          li {
            width: 29.5%;
            height: 50px;
            label {
              font-size: 3.5vw;
            }
          }
        }
        .tab-content.tab-2 {
          gap: 16px 16px;
          li {
            width: 29.5%;
            height: 56px;
          }
          .groups-container {
            margin-top: 16px;
            .checkbox-group.active {
              gap: 16px 24px;
              padding: 0 8px;
              label {
                font-size: 3.5vw;
              }
            }
          }
        }
        .tab-actions {
          margin-top: 40px;
          flex-direction: column;
          button {
            width: 100%;
          }
        }
      }
    }
  }
  .wrap-title {
    .main-title {
      h1 {
        font-size: 22px;
        padding-top: 54px;
      }
    }
  }
  .pick-up {
    border-radius: 100% 100% 0 0 / 13% 13% 0 0;
    .card-header {
      padding-bottom: 32px;
      padding-top: 40px;
      background-size: contain;
    }
    .main-block {
      .main-card {
        .card {
          width: 300px;
          height: 371px;
          margin-right: 8px;
        }
      }
    }
  }
  .job-new {
    .contents {
      .text-title {
        margin-bottom: 49px;
      }
      .main-card {
        .carousel-container {
          .carousel-items {
            width: 100%;
            .item {
              box-shadow: 4px 4px #493D311A;
            }
          }
        }
      }
    }
  }
  .job-preferences {
    .container {
      max-width: 100%;
      padding: 0 17px;
    }
    .main-card {
      .card {
        /* width: 192px; */
        width: 48%;
        padding: 16px 8px 8px;
        box-shadow: 4px 4px #493D311A;
        .card-image {
            width: 100%;
            height: 121px;
            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
        }
        .card-content {
          .card-title {
            h3 {
              font-size: 14px;
              line-height: 160%;
              margin-bottom: 0px;
            }
            small {
              font-size: 12px;
              line-height: 160%;
            }
          }
        }
      }
    }
  }
  .job-search {
    .main-card {
      box-shadow: 4px 4px #493D311A;
      .group-card {
        .card {
          .card-content {
            .action {
              button {
                width: 100%;
              }
            }
          }
        }
      }
    }
  }
  #apply-job {
    .apply-job {
      padding-bottom: 40px;
      background: linear-gradient(transparent 95px, #FCF2D8 88px);
      .container {
        .job-advisor {
          .application-form {
            gap: 16px;
            .form-group {
              box-shadow: 4px 4px #493D311A;
              .contact-inputs {
                .group-field {
                  label {
                    font-size: 14px;
                  }
                  input {
                    font-size: 14px;
                    &::placeholder {
                      font-size: 14px;
                    }
                  }
                }
              }
              .group-field {
                label {
                  font-size: 14px;
                }
                input {
                  font-size: 14px;
                  &::placeholder {
                    font-size: 14px;
                  }
                }
                .select-wrapper {
                  select {
                    font-size: 14px;
                  }
                  &::after {
                    top: 47%;
                    width: 6px;
                    height: 6px;
                  }
                }
              }
            }
            .final-group {
              .privacy-checkbox {
                .privacy-link, span {
                  font-size: 3.5vw;
                }
              }
            }
          }
        }
      }
    }
  }
  #job-advisor {
    .page-banner {
      .header {
        border-bottom: none;
      }
    }
    .application {
      &::after {
        top: 10px;
        height: 100vh;
      }
      .container {
        .wrap-card {
          .card.customer-service {
            gap: 16px;
            .profile {
              img {
                width: 80px;
                height: 80px;
              }
            }
            .content {
              box-shadow: 4px 4px #493D311A;
              img.polygon {
                bottom: 13px;
                left: -15px;
              }
            }
          }
          .card {
            img.banner {
              margin-top: 40px;
              box-shadow: 4px 4px #493D311A;
            }
          }
          .card.residence {
            .residence-form {
              .form-group {
                box-shadow: 4px 4px #493D311A;
              }
            }
          }
        }
      }
    }
    footer .copyright {
      margin-top: 154.16px;
    }
  }
  #job-openings, #page-search-results {
    .page-banner {
      padding-bottom: 0px;
    }
    .wrap-title {
      .main-title {
        h1 {
          padding-top: 40px;
          padding-bottom: 40px;
          font-size: 20px;
        }
      }
    }
    .hotel-intro {
      .container {
        .wrap-card {
          .content {
            h3 {
              font-size: 16px;
            }
            p {
              font-size: 14px;
              letter-spacing: -0.3px;
            }
          }
        }
      }
    }
    .pick-up {
      .container {
        padding: 16px;
        box-shadow: 4px 4px #493D311A;
        .wrap-card {
          .card {
            padding: 16px;
            align-items: center;
            .content {
              h3, p {
                letter-spacing: -1px;
              }
            }
            .visual {
              width: 100%;
              max-width: 100%;
              .wrap-visual {
                display: flex;
              }
            }
          }
        }
      }
    }
    .more-information {
      .container {
        .wrap-card {
          h2 {
            font-size: 20px;
          }
          .card-body {
            .company,
            .location,
            .homepage {
              gap: 10px;
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              p {
                font-size: 14px;
              }
            }
          }
        }
      }
    }
    .search-result {
      padding-bottom: 40px;
      .container {
        .search-header {
          margin-top: 24px;
          .filter-dropdown {
            width: 50%;
            .filter-select {
              font-size: 14px;
            }
          }
          .result-info {
            .result-title {
              font-size: 14px;
            }
            .label {
              font-size: 14px;
            }
            .range {
              font-size: 12px;
            }
          }
        }
        .title {
          padding-top: 40px;
          h2 {
            font-size: 20px;
          }
        }
        .pagination.sp {
          display: flex;
          .paginate {
            font-size: 18px;
          }
        }
      }
    }
  }
  #page-search-results {
    .wrap-title {
      .sub-title {
        p {
          font-size: 16px;
          padding: 0 0 29px 0;
        }
      }
    }
    .search-result {
      margin-top: 20px;
      &::after {
        height: 270px;
      }
    }
    .job-filter {
      .container {
        .wrap-job-filter {
          .wrap-card {
            padding: 32px 16px;
          }
        }
      }
    }
  }
  footer {
    .contact-info {
      .block-info {
        img.pc {
          display: none;
        }
        img.sp {
          display: block;
        }
        p {
          font-size: 14px;
          padding: 16px;
          letter-spacing: -1px;
        }
        h2 {
          font-size: 20px;
        }
      }
    }
    .wrap-foooter {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        .footer-column {
          gap: 10px;
          a {
            font-size: 14px;
          }
        }
    }
    .copyright {
      p {
        font-size: 12px;
      }
    }
  }
  .main-specific-skills {
    padding-bottom: 48px;
    .container {
      max-width: 100%;
      padding: 0 16px;
      .specific-skills {
        .title {
          text-align: center;
          padding: 0 6px;
        }
        .wrap-card {
          grid-template-columns: repeat(1, 1fr);
          gap: 32px;
          .card-body {
            .skill {
              width: 100%;
              height: 220px;
            }
            .content {
              margin-top: 8px;
              h2 {
                font-size: 18px;
                margin-bottom: 8px;
              }
            }
          }
        }
      }
    }
  }
  .job-filter {
    background: linear-gradient(#ffffff 51px, transparent 51px);
    padding-bottom: 40px;
    .container {
      .wrap-job-filter {
        gap: 32px;
        .advisors-specialist {
          img {
            box-shadow: 4px 4px #493D311A;
          }
        }
        .wrap-card {
          padding: 32px 16px;
          .filters {
            .row {
              .filter {
                &:first-child:before {
                  display: block;
                }
                &:before {
                  left: auto;
                  right: 0;
                }
                &:nth-of-type(4),
                &:nth-of-type(7),
                &:nth-of-type(11),
                &:nth-of-type(15) {
                  padding-left: 0;
                }
                &:last-child:before {
                  display: none;
                }
              }
            }
          }
        }
      }
    }
  }
  .main-specific-skills {
    padding-bottom: 48px;
    .container {
      max-width: 100%;
      padding: 0 16px;
      .specific-skills {
        .title {
          text-align: center;
          padding: 0 6px;
        }
        .wrap-card {
          grid-template-columns: repeat(1, 1fr);
          gap: 32px;
          .card-body {
            .skill {
              width: 100%;
              height: 220px;
            }
            .content {
              margin-top: 8px;
              h2 {
                font-size: 18px;
                margin-bottom: 8px;
              }
            }
          }
        }
      }
    }
  }
  .job-filter {
    background: linear-gradient(#ffffff 51px, transparent 51px);
    padding-bottom: 40px;
    .container {
      .wrap-job-filter {
        gap: 32px;
        .advisors-specialist {
          img {
            box-shadow: 4px 4px #493D311A;
          }
        }
        .wrap-card {
          padding: 32px 16px;
          .filters {
            .row {
              .filter {
                &:first-child:before {
                  display: block;
                }
                &:before {
                  left: auto;
                  right: 0;
                }
                &:nth-of-type(4),
                &:nth-of-type(7),
                &:nth-of-type(11),
                &:nth-of-type(15) {
                  padding-left: 0;
                }
                &:last-child:before {
                  display: none;
                }
              }
            }
          }
        }
      }
    }
  }
  .fixed-bottom-bar {
    display: flex;
  }
  .fixed-bottom-apply-job {
    display: flex;
  }
  #job-information {
    .block-requirements {
      .block-recruiting {
        .group-apply {
          .apply-job {
            width: 100%;
            a {
              width: 100%;
            }
          }
          .keep {
            width: 100%;
            button {
              width: 100%;
            }
          }
        }
      }
      .main-card {
        .card-row {
          .card-col.right {
            position: relative;
            .fixed-career-bar {
              display: flex;
              gap: 7px;
              margin-left: -32px;
              width: 117%;
              background: #FFF;
              padding: 16px 10px;
              justify-content: center;
              align-items: center;
              a {
                width: 62.8%;
                height: 56px;
                background: #FB9801;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                font-family: 'Hiragino Sans';
                font-size: 16px;
                font-weight: 600;
                padding-right: 42px;
                text-decoration: none;
                color: #ffffff;
                border-radius: 30px;
                .icon-placeholder {
                  width: 70px;
                  img {
                    width: 100%;
                    margin: 0px 0px -2px -5px;
                  }
                }
              }
              a.btn-search {
                background: #493D31;
                width: 150px;
                justify-content: center;
                gap: 4.37px;
                padding-right: 0px;
                img {
                  width: 25.39px;
                  margin-bottom: -4px;
                }
              }
            }
          }
        }
      }
    }
    .block-slide {
      display: none;
    }
  }
}
@media (max-width: 375px) {
  .fixed-bottom-bar {
    .btn-consultation {
      font-size: 12px;
      span {
        transform: translateX(45px);
      }
      .icon-placeholder {
        left: 22%;
        img {
          width: 45%;
        }
      }
    }
    .btn-search {
      font-size: 12px;
      .icon-magnifier {
        width: 15px;
        height: 15px;
        &::after {
          top: 10px;
          left: 7px;
        }
      }
    }
  }
  .fixed-bottom-apply-job {
    .application-container {
      .promotion-bubble {
        transform: translateX(-20%);
      }
    }
  }
  .job-preferences {
    .main-card {
      .card {
        width: 100%;
        .card-image {
          height: auto;
        }
      }
    }
  }
}
@media (max-width: 320px) {

}

