@charset "UTF-8";
#visual {
  position: relative;
  min-width: 1100px;
  padding-top: 100px;
  padding-bottom: 72px;
  z-index: 0;
  overflow-x: clip; }
  #visual::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100vw;
    min-width: 1600px;
    height: 461px;
    background-color: #ffd800;
    z-index: -1; }
    @media (max-width: 480px) {
      #visual::before {
        left: auto;
        transform: none;
        height: 94.6153846154vw; } }
  #visual::after {
    position: absolute;
    bottom: -77px;
    left: 50%;
    transform: translateX(-149%);
    content: "";
    width: 393px;
    height: 470px;
    background-image: url(../img/top-mv-truck.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    z-index: 11; }
    @media (max-width: 480px) {
      #visual::after {
        bottom: -5.1282051282vw;
        left: -9.7435897436vw;
        transform: none;
        width: 61.5384615385vw;
        height: 80vw; } }
  @media (max-width: 480px) {
    #visual {
      min-width: 100%;
      padding-top: 16.4102564103vw;
      padding-bottom: 0; } }
  #visual .visual {
    position: relative;
    width: 100%;
    max-width: 1600px;
    min-width: 1100px;
    margin: 0 auto;
    overflow-x: clip; }
    @media (max-width: 480px) {
      #visual .visual {
        width: 100%;
        max-width: 100%;
        min-width: auto;
        height: 126.9230769231vw; } }
    #visual .visual .visual_img {
      width: 1210px;
      margin-left: auto;
      border-radius: 0 0 20px;
      overflow: hidden; }
      @media (max-width: 480px) {
        #visual .visual .visual_img {
          width: 78.5897435897vw;
          border-radius: 1.2820512821vw 0 0 1.2820512821vw; } }
    #visual .visual::before {
      position: absolute;
      bottom: -73px;
      right: 0;
      content: "";
      width: 919px;
      height: 74px;
      background-image: url(../img/top-mv-txt.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0;
      mix-blend-mode: multiply; }
      @media (max-width: 480px) {
        #visual .visual::before {
          left: auto;
          right: 0;
          bottom: 0;
          width: 72.6923076923vw;
          height: 26.1538461538vw;
          background-image: url(../img/top-mv-txt-sp.png);
          z-index: 10; } }
    #visual .visual .visual_txt {
      position: absolute;
      bottom: 75px;
      right: 250px;
      font-weight: 900;
      text-align: right; }
      @media (max-width: 480px) {
        #visual .visual .visual_txt {
          bottom: 30.7692307692vw;
          right: 0; } }
      #visual .visual .visual_txt .mv_ttl {
        width: 550px;
        margin-bottom: 13px; }
        @media (max-width: 480px) {
          #visual .visual .visual_txt .mv_ttl {
            width: 59.6153846154vw;
            margin-bottom: 2.0512820513vw; } }
      #visual .visual .visual_txt .company {
        font-size: 1.8rem;
        line-height: 1.2;
        color: #fff; }
        @media (max-width: 480px) {
          #visual .visual .visual_txt .company {
            font-size: 2.5641025641vw;
            padding-right: 4.358974359vw; } }

#contents .section {
  padding: 80px 0;
  overflow-x: clip; }
  @media (max-width: 480px) {
    #contents .section {
      padding: 15.3846153846vw 0; } }

.flex_in {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 480px) {
    .flex_in {
      gap: 9.7435897436vw; } }

.top_title_inner {
  margin-bottom: 35px; }
  @media (max-width: 480px) {
    .top_title_inner {
      margin-bottom: 7.6923076923vw; } }
  .top_title_inner .top_contents_title {
    line-height: 1;
    font-weight: 900; }
    .top_title_inner .top_contents_title .en {
      display: block;
      font-size: 3.5rem;
      color: #ffd800;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .top_title_inner .top_contents_title .en {
          font-size: 6.4102564103vw;
          margin-bottom: 2.5641025641vw; } }
    .top_title_inner .top_contents_title .out {
      display: inline-block;
      font-size: 5rem;
      color: #000;
      filter: url(#dilate); }
      @media (max-width: 480px) {
        .top_title_inner .top_contents_title .out {
          font-size: 9.6153846154vw; } }
    .top_title_inner .top_contents_title .nomal {
      display: inline-block;
      font-size: 5rem;
      color: #000; }
      @media (max-width: 480px) {
        .top_title_inner .top_contents_title .nomal {
          font-size: 9.6153846154vw; } }

.top_contents_text {
  letter-spacing: 0.01rem; }
  @media (max-width: 480px) {
    .top_contents_text {
      font-size: 3.8461538462vw;
      line-height: 1.5; } }
  .top_contents_text .strong {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    font-weight: 900;
    z-index: 0; }
    .top_contents_text .strong::after {
      position: absolute;
      bottom: -1px;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      width: 225px;
      height: 12px;
      background-color: #ffd800;
      border-radius: 5px;
      z-index: -1; }

.link_btn {
  display: inline-block; }
  @media (max-width: 480px) {
    .link_btn {
      display: flex;
      justify-content: center; } }
  .link_btn a {
    display: block;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-decoration: none;
    padding: 20px 0; }
    @media (max-width: 480px) {
      .link_btn a {
        font-size: 3.5897435897vw;
        padding: 3.8461538462vw 0; } }
    .link_btn a .fa-arrow-right {
      position: relative;
      padding-left: 32px;
      padding-right: 12px; }
      .link_btn a .fa-arrow-right::after {
        position: absolute;
        top: -50%;
        left: 50%;
        transform: translate(-32%, -20%) scale(1);
        transform-origin: center;
        content: "";
        width: 55px;
        height: 55px;
        background-color: #ffd800;
        border-radius: 50%;
        transition: transform 0.5s;
        z-index: -1; }
        @media (max-width: 480px) {
          .link_btn a .fa-arrow-right::after {
            width: 13.7179487179vw;
            height: 13.7179487179vw;
            transform: translate(-32%, -25%) scale(1); } }
    .link_btn a::after {
      position: absolute;
      bottom: 8px;
      left: 0;
      content: "";
      width: 100%;
      height: 1px;
      border-bottom: 1px solid #000; }
      @media (max-width: 480px) {
        .link_btn a::after {
          bottom: 1.0256410256vw; } }
    @media (min-width: 480px) {
      .link_btn a:hover .fa-arrow-right::after {
        transform: translate(-32%, -20%) scale(1.2); } }

#service.section {
  padding-top: 50px; }
  @media (max-width: 480px) {
    #service.section {
      padding-top: 14.1025641026vw; } }
#service .flex_in {
  align-items: flex-start;
  position: relative;
  background-image: url(../img/road01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1100 / 763;
  padding-top: 80px;
  padding-bottom: 80px;
  height: auto; }
  @media (max-width: 480px) {
    #service .flex_in {
      flex-direction: column;
      background-image: url(../img/road01-sp.png);
      aspect-ratio: auto;
      background-position: 0 30px;
      padding-top: 0;
      padding-bottom: 0; } }
  #service .flex_in::before, #service .flex_in::after {
    content: "";
    position: absolute;
    background-image: url(../img/road-repeat.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 0 0;
    width: 100vw;
    height: 80px; }
    @media (max-width: 480px) {
      #service .flex_in::before, #service .flex_in::after {
        content: none; } }
  #service .flex_in::before {
    bottom: 0px;
    right: calc(50% + 544px); }
  #service .flex_in::after {
    top: 1px;
    left: calc(50% + 550px); }
#service .contents_l {
  padding-top: 7px; }
  @media (max-width: 480px) {
    #service .contents_l {
      padding-top: 0; } }
  #service .contents_l .top_title_inner .top_contents_title {
    position: relative; }
    #service .contents_l .top_title_inner .top_contents_title::after {
      position: absolute;
      top: 50%;
      transform: translateY(-66%);
      left: 0;
      display: block;
      content: "オールラウンダー";
      font-size: 5rem;
      font-weight: 900;
      color: #fff; }
      @media (max-width: 480px) {
        #service .contents_l .top_title_inner .top_contents_title::after {
          font-size: 9.6153846154vw;
          top: 15.3846153846vw;
          transform: translateY(-6.9230769231vw); } }
    #service .contents_l .top_title_inner .top_contents_title .en {
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        #service .contents_l .top_title_inner .top_contents_title .en {
          margin-bottom: 2.0512820513vw; } }
    #service .contents_l .top_title_inner .top_contents_title .out {
      display: inline-block;
      margin-bottom: 10px; }
    #service .contents_l .top_title_inner .top_contents_title .nomal {
      display: inline-block; }
  #service .contents_l .top_contents_text {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      #service .contents_l .top_contents_text {
        margin-bottom: 7.6923076923vw; } }
  #service .contents_l .service_list {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      #service .contents_l .service_list {
        margin-bottom: 11.2820512821vw; } }
    #service .contents_l .service_list ul {
      display: flex;
      flex-wrap: wrap;
      gap: 13px 23px; }
      @media (max-width: 480px) {
        #service .contents_l .service_list ul {
          justify-content: space-between;
          gap: 2.4358974359vw 4.4871794872vw; } }
      #service .contents_l .service_list ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 230px;
        height: 53px;
        background-color: #ffd800;
        border-radius: 10px;
        font-weight: 500;
        line-height: 1.1; }
        @media (max-width: 480px) {
          #service .contents_l .service_list ul li {
            width: 43.3333333333vw;
            height: 10.2564102564vw;
            border-radius: 1.2820512821vw;
            font-size: 3.3333333333vw; } }
#service .contents_r .top_contents_img {
  width: 471px;
  border-radius: 0; }
  @media (max-width: 480px) {
    #service .contents_r .top_contents_img {
      width: 100%; } }

#passion {
  background-color: #f7f6f2; }
  #passion .flex_in {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    gap: 65px;
    max-width: 1600px;
    min-width: 1020px; }
    @media (max-width: 480px) {
      #passion .flex_in {
        max-width: 100%;
        min-width: auto;
        flex-direction: column-reverse;
        gap: 11.2820512821vw; } }
  #passion .contents_l .top_contents_img {
    max-width: 483px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 480px) {
      #passion .contents_l .top_contents_img {
        max-width: 100%;
        width: 100%;
        margin-bottom: 5.1282051282vw; } }
  #passion .contents_r {
    position: relative;
    width: 510px;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      #passion .contents_r {
        width: 100%;
        padding: 0 4%;
        margin-bottom: 0; } }
    #passion .contents_r::before {
      content: "";
      position: absolute;
      top: -80px;
      right: 10px;
      display: block;
      width: 111px;
      height: 145px;
      background-image: url(../img/point01.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0; }
      @media (max-width: 480px) {
        #passion .contents_r::before {
          top: auto;
          bottom: -90.2564102564vw;
          left: 12.8205128205vw;
          right: auto;
          width: 21.2820512821vw;
          height: 27.5641025641vw; } }
    #passion .contents_r .top_title_inner {
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        #passion .contents_r .top_title_inner {
          margin-bottom: 7.6923076923vw; } }
      #passion .contents_r .top_title_inner .top_contents_title .nomal {
        line-height: 1.2;
        letter-spacing: 0.3rem; }
    #passion .contents_r .top_contents_text {
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        #passion .contents_r .top_contents_text {
          margin-bottom: 5.1282051282vw; } }

#sns {
  position: relative; }
  #sns.section {
    padding-bottom: 0; }
    @media (max-width: 480px) {
      #sns.section {
        padding: 7.6923076923vw 0 0; } }
  #sns .flex_in {
    position: relative;
    justify-content: center;
    align-items: flex-start;
    gap: 83px;
    background-image: url(../img/road02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1100 / 620;
    padding-top: 50px; }
    @media (max-width: 480px) {
      #sns .flex_in {
        background-image: url(../img/road02-sp.png);
        background-size: cover;
        background-position: top;
        aspect-ratio: auto;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
        padding-top: 1.7948717949vw; } }
    #sns .flex_in::before, #sns .flex_in::after {
      content: "";
      position: absolute;
      background-image: url(../img/road-repeat.png);
      background-repeat: repeat-x;
      background-size: contain;
      background-position: 0 0;
      width: 100vw;
      height: 80px; }
      @media (max-width: 480px) {
        #sns .flex_in::before, #sns .flex_in::after {
          content: none; } }
    #sns .flex_in::before {
      top: 3px;
      right: calc(50% + 530px); }
    #sns .flex_in::after {
      top: 288px;
      left: calc(50% + 540px); }
    #sns .flex_in .contents_l {
      position: relative;
      padding-top: 35px;
      padding-left: 50px; }
      @media (max-width: 480px) {
        #sns .flex_in .contents_l {
          padding-top: 0;
          padding-left: 0; } }
      #sns .flex_in .contents_l::before {
        content: "";
        position: absolute;
        top: 0px;
        right: -32px;
        display: block;
        width: 105px;
        height: 138px;
        background-image: url(../img/point02.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 0; }
        @media (max-width: 480px) {
          #sns .flex_in .contents_l::before {
            top: -5.1282051282vw;
            right: 0;
            width: 21.2820512821vw;
            height: 27.8205128205vw; } }
      #sns .flex_in .contents_l .top_contents_title {
        position: relative; }
        #sns .flex_in .contents_l .top_contents_title::after {
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          content: "最新情報";
          font-size: 5rem;
          font-weight: 900;
          color: #fff; }
          @media (max-width: 480px) {
            #sns .flex_in .contents_l .top_contents_title::after {
              font-size: 9.6153846154vw; } }
      #sns .flex_in .contents_l .top_contents_text {
        margin-bottom: 40px; }
        @media (max-width: 480px) {
          #sns .flex_in .contents_l .top_contents_text {
            margin-bottom: 11.5384615385vw; } }
    @media (max-width: 480px) {
      #sns .flex_in .contents_r {
        margin: 0 auto; } }
    #sns .flex_in .contents_r .facebook {
      box-shadow: 0 0 10px rgba(111, 111, 111, 0.3);
      transform: scale(0.975); }
      @media (max-width: 480px) {
        #sns .flex_in .contents_r .facebook {
          transform: scale(0.9);
          background-color: #fff; } }
    #sns .flex_in .sns_link {
      position: absolute;
      bottom: 120px;
      left: 50%;
      transform: translateX(-92%);
      z-index: 5; }
      @media (max-width: 480px) {
        #sns .flex_in .sns_link {
          position: static;
          transform: none;
          padding-top: 5.7692307692vw;
          margin-bottom: 14.6153846154vw; } }
      #sns .flex_in .sns_link .btn {
        width: 439px;
        height: 84px;
        background-color: #f7f6f2;
        border: 1px solid #000;
        border-radius: 10px;
        box-shadow: -6.1px 3.5px 0 #ffd800;
        transition: all 0.2s ease; }
        @media (max-width: 480px) {
          #sns .flex_in .sns_link .btn {
            width: 90.2564102564vw;
            height: 15vw; } }
        #sns .flex_in .sns_link .btn:not(:last-child) {
          margin-bottom: 16px; }
          @media (max-width: 480px) {
            #sns .flex_in .sns_link .btn:not(:last-child) {
              margin-bottom: 2.9487179487vw; } }
        #sns .flex_in .sns_link .btn a {
          display: grid;
          grid-template-columns: 46px 1fr auto;
          align-items: center;
          gap: 26px;
          width: 100%;
          height: 100%;
          font-weight: 500;
          line-height: 1;
          letter-spacing: 0.1rem;
          color: #333;
          text-decoration: none;
          padding-left: 50px;
          padding-right: 30px; }
          @media (max-width: 480px) {
            #sns .flex_in .sns_link .btn a {
              grid-template-columns: 8.3333333333vw 1fr auto;
              gap: 4.6153846154vw;
              font-size: 3.8461538462vw;
              letter-spacing: 0;
              padding-left: 5.1282051282vw;
              padding-right: 6.4102564103vw; } }
          #sns .flex_in .sns_link .btn a .icon {
            display: inline-block;
            width: 46px; }
            @media (max-width: 480px) {
              #sns .flex_in .sns_link .btn a .icon {
                width: 8.3333333333vw; } }
          #sns .flex_in .sns_link .btn a .fa-arrow-up-right-from-square {
            font-size: 1.8rem; }
            @media (max-width: 480px) {
              #sns .flex_in .sns_link .btn a .fa-arrow-up-right-from-square {
                font-size: 3.5897435897vw; } }
        @media (min-width: 480px) {
          #sns .flex_in .sns_link .btn:hover {
            box-shadow: none;
            transform: translate(-4px, 4px);
            transition: all 0.2s ease; } }

#recruit {
  background-image: url(../img/recruit-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100px; }
  @media (max-width: 480px) {
    #recruit {
      background-image: url(../img/recruit-bg-sp.png);
      background-size: contain;
      background-position: center bottom; } }
  #recruit.section {
    padding-top: 0; }
    @media (max-width: 480px) {
      #recruit.section {
        padding-bottom: 0; } }
  @media (max-width: 480px) {
    #recruit .wrap {
      padding: 0; } }
  #recruit .recruit_content {
    position: relative;
    width: 100%;
    height: 550px;
    padding-left: 50px; }
    @media (max-width: 480px) {
      #recruit .recruit_content {
        height: 110.2564102564vw;
        padding-left: 0; } }
    #recruit .recruit_content::before {
      content: "";
      position: absolute;
      bottom: 25px;
      left: 100px;
      display: block;
      width: 172px;
      height: 146px;
      background-image: url(../img/point03.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 0; }
      @media (max-width: 480px) {
        #recruit .recruit_content::before {
          content: none; } }
    #recruit .recruit_content .recruit_bnr {
      position: relative;
      display: block;
      width: 684px;
      height: 333px;
      color: #333;
      text-decoration: none;
      z-index: 5; }
      @media (max-width: 480px) {
        #recruit .recruit_content .recruit_bnr {
          top: 50.2564102564vw;
          width: 90.8974358974vw;
          height: 56.9230769231vw;
          margin: 0 auto; } }
      #recruit .recruit_content .recruit_bnr .recruit_bnr_inner {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        border: 1px solid #000;
        background-color: #f7f6f2;
        border-radius: 10px;
        padding: 40px 50px; }
        @media (max-width: 480px) {
          #recruit .recruit_content .recruit_bnr .recruit_bnr_inner {
            padding: 4.6153846154vw 5.7692307692vw; } }
        #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .top_title_inner {
          margin-bottom: 32px; }
          @media (max-width: 480px) {
            #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .top_title_inner {
              margin-bottom: 5.1282051282vw; } }
          #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .top_title_inner .top_contents_title {
            position: relative; }
            #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .top_title_inner .top_contents_title::after {
              position: absolute;
              bottom: 0;
              left: 0;
              display: block;
              content: "正社員";
              font-size: 5rem;
              font-weight: 900;
              color: #fff; }
              @media (max-width: 480px) {
                #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .top_title_inner .top_contents_title::after {
                  font-size: 9.6153846154vw; } }
        #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .top_contents_text {
          font-weight: 500; }
          @media (max-width: 480px) {
            #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .top_contents_text {
              line-height: 1.5; } }
        #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .link_txt {
          position: relative;
          display: inline-block;
          font-size: 1.8rem;
          font-weight: bold;
          line-height: 1;
          color: #000;
          padding-bottom: 12px; }
          @media (max-width: 480px) {
            #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .link_txt .pc-txt {
              display: none; } }
          #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .link_txt .fa-arrow-right {
            position: relative;
            padding-left: 43px;
            padding-right: 12px;
            z-index: 0; }
            @media (max-width: 480px) {
              #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .link_txt .fa-arrow-right {
                position: absolute;
                bottom: 2.5641025641vw;
                right: 0; } }
            #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .link_txt .fa-arrow-right::after {
              position: absolute;
              top: -50%;
              left: 50%;
              transform: translate(-22%, -20%) scale(1);
              transform-origin: center;
              content: "";
              width: 55px;
              height: 55px;
              background-color: #ffd800;
              border-radius: 50%;
              transition: transform 0.5s;
              z-index: -1; }
              @media (max-width: 480px) {
                #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .link_txt .fa-arrow-right::after {
                  width: 13.7179487179vw;
                  height: 13.7179487179vw;
                  transform: translate(-22%, -15%) scale(1); } }
          #recruit .recruit_content .recruit_bnr .recruit_bnr_inner .link_txt::after {
            position: absolute;
            bottom: 4px;
            left: 0;
            content: "";
            width: 100%;
            height: 1px;
            border-bottom: 1px solid #000; }
      @media (min-width: 480px) {
        #recruit .recruit_content .recruit_bnr:hover .recruit_bnr_inner .link_txt .fa-arrow-right::after {
          transform: translate(-22%, -20%) scale(1.2); } }
    #recruit .recruit_content .bg-img {
      position: absolute;
      top: 50px;
      right: 0;
      width: 735px;
      height: auto;
      border-radius: 10px;
      overflow: hidden; }
      @media (max-width: 480px) {
        #recruit .recruit_content .bg-img {
          top: 0;
          width: 100%;
          border-radius: 0; } }
