@charset "UTF-8";
#visual {
  width: 100%;
  height: 940px;
  overflow-x: clip; }
  @media (max-width: 480px) {
    #visual {
      height: 141.2820512821vw; } }
  #visual .visual {
    position: relative;
    height: 100%;
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    margin-left: 120px; }
    @media (max-width: 480px) {
      #visual .visual {
        height: 136.9230769231vw;
        background-image: url(../img/main-sp.jpg);
        margin-left: 4%; } }
    #visual .visual .txt {
      position: absolute;
      bottom: 0;
      left: 0;
      font-weight: bold; }
      #visual .visual .txt .main {
        width: fit-content;
        font-size: 7.3rem;
        line-height: 1.2;
        background-color: #fff;
        border-radius: 0 30px 0 0;
        padding: 30px 30px 0 0; }
        @media (max-width: 480px) {
          #visual .visual .txt .main {
            font-size: 9.358974359vw;
            letter-spacing: 1.0256410256vw;
            border-radius: 0 3.8461538462vw 0 0;
            padding: 5.641025641vw 0 0; } }
      #visual .visual .txt .sub {
        font-size: 3.2rem;
        line-height: 1;
        background-color: #fff;
        border-radius: 0 30px 0 0;
        padding: 30px 40px 20px 0; }
        @media (max-width: 480px) {
          #visual .visual .txt .sub {
            font-size: 3.7179487179vw;
            letter-spacing: 0;
            border-radius: 0 3.8461538462vw 0 0;
            padding: 6.1538461538vw 5vw 4.358974359vw 0; } }
    #visual .visual .bnr {
      position: absolute;
      bottom: -42px;
      right: 0;
      z-index: 5; }
      #visual .visual .bnr .bnr_in {
        position: relative;
        display: block;
        width: 441px;
        height: 151px;
        background-color: #ffd800;
        border-radius: 30px 0 0 30px;
        box-shadow: 0px 8px 0px 0px rgba(22, 22, 22, 0.06);
        transition: transform .3s, box-shadow .3s;
        z-index: 10; }
        @media (min-width: 480px) {
          #visual .visual .bnr .bnr_in:hover {
            transform: translateY(8px);
            box-shadow: none; } }
        #visual .visual .bnr .bnr_in::before {
          position: absolute;
          bottom: -3px;
          left: -2px;
          content: "";
          width: 127px;
          height: 178px;
          background-image: url(../img/mv_bnr.png);
          background-size: contain;
          background-position: 0 0;
          background-repeat: no-repeat;
          z-index: 20; }
        #visual .visual .bnr .bnr_in .attention {
          display: flex;
          justify-content: center;
          font-family: "Jost", sans-serif;
          font-size: 2.4rem;
          font-weight: 800;
          color: #1a1a1a;
          padding-top: 5px; }
        #visual .visual .bnr .bnr_in .txt {
          position: absolute;
          bottom: 23px;
          width: 100%;
          font-size: 3.4rem;
          font-weight: 900;
          line-height: 1;
          color: #fff;
          text-shadow: 0 0 7px #3d3400;
          text-align: center;
          background-color: #2f49e3;
          padding: 22px 0 22px 50px;
          z-index: 0; }
          #visual .visual .bnr .bnr_in .txt::after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-43%, -50%);
            content: "RECRUIT";
            font-family: "Jost", sans-serif;
            font-size: 6.9rem;
            font-weight: 800;
            line-height: 1;
            text-shadow: none;
            color: #2f49e3;
            mix-blend-mode: multiply;
            z-index: -1; }
      @media screen and (max-width: 1400px) {
        #visual .visual .bnr .bnr_in {
          width: 148px;
          height: 295px;
          background: url(../img/visual_bnr.png) no-repeat center/contain;
          box-shadow: none;
          transform: translatex(20px);
          /* 中身を非表示にする */ } }
  @media screen and (max-width: 1400px) and (min-width: 480px) {
    #visual .visual .bnr .bnr_in:hover {
      transform: translatex(0);
      box-shadow: none; } }
      @media screen and (max-width: 1400px) {
          #visual .visual .bnr .bnr_in::before,
          #visual .visual .bnr .bnr_in .attention,
          #visual .visual .bnr .bnr_in .txt {
            display: none; } }
  @media screen and (max-width: 1400px) and (max-width: 480px) {
    #visual .visual .bnr .bnr_in {
      display: none; } }

#contents #select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 115px 0 60px;
  z-index: 2; }
  @media (max-width: 480px) {
    #contents #select {
      padding: 11.0256410256vw 0 9.7435897436vw; } }

#select {
  background-color: #fff;
  border-radius: 0 0 80px 80px; }
  @media (max-width: 480px) {
    #select {
      border-radius: 0 0 10.2564102564vw 10.2564102564vw; } }
  #select p {
    font-weight: bold;
    text-align: center; }
    #select p.top {
      font-size: 3rem;
      margin-bottom: 40px; }
      @media (max-width: 480px) {
        #select p.top {
          font-size: 5.3846153846vw; } }
    #select p.midle {
      font-size: 2.4rem;
      margin-bottom: 0; }
      @media (max-width: 480px) {
        #select p.midle {
          font-size: 4.1025641026vw;
          line-height: 1.3;
          margin-bottom: 3.3333333333vw; } }
    #select p.last {
      font-size: 3.2rem;
      padding-top: 25px;
      margin-top: -15px; }
      @media (max-width: 480px) {
        #select p.last {
          font-size: 5.7692307692vw;
          padding-top: 5.1282051282vw;
          margin-top: -3.8461538462vw; } }
      #select p.last .large {
        font-size: 4rem; }
        @media (max-width: 480px) {
          #select p.last .large {
            font-size: 7.3076923077vw; } }
        #select p.last .large .dot {
          position: relative; }
          #select p.last .large .dot::before {
            position: absolute;
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
            content: "";
            width: 8px;
            height: 8px;
            background-color: #ffd800;
            border-radius: 50%; }
            @media (max-width: 480px) {
              #select p.last .large .dot::before {
                width: 1.5384615385vw;
                height: 1.5384615385vw; } }
  #select .card-cont {
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      #select .card-cont {
        margin-bottom: 4.1025641026vw; } }
    #select .card-cont ul {
      gap: 19px; }
      @media (max-width: 480px) {
        #select .card-cont ul {
          gap: 2.6923076923vw; } }
      #select .card-cont ul li {
        width: calc((100% - 38px) / 3);
        text-align: center;
        border: 1px solid #2f49e3;
        border-radius: 10px;
        padding: 34px 20px; }
        @media (max-width: 480px) {
          #select .card-cont ul li {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 31.7948717949vw;
            padding: 4.1025641026vw 2.5641025641vw; } }
        #select .card-cont ul li .ttl {
          font-size: 2.6rem;
          font-weight: bold;
          line-height: 1.2;
          margin-bottom: 5px; }
          @media (max-width: 480px) {
            #select .card-cont ul li .ttl {
              font-size: 4.8717948718vw;
              line-height: 1; } }
        #select .card-cont ul li .line {
          display: inline-block;
          width: 30px;
          height: 1px;
          background-color: #2f49e3;
          margin: 13px 0; }
          @media (max-width: 480px) {
            #select .card-cont ul li .line {
              width: 7.5641025641vw;
              margin: 2.5641025641vw 0; } }
        #select .card-cont ul li .txt {
          font-weight: 500;
          line-height: 1.3;
          letter-spacing: 0.1rem; }
          @media (max-width: 480px) {
            #select .card-cont ul li .txt {
              font-size: 3.8461538462vw;
              letter-spacing: 0; } }

#features {
  position: relative;
  background-image: url(../img/features_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow-x: clip; }
  #features::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(7%);
    content: "";
    width: 1308px;
    height: 684px;
    background-image: url(../img/features_person.jpg.png);
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat; }
    @media (max-width: 480px) {
      #features::before {
        width: 148.7179487179vw;
        height: 76.9230769231vw;
        transform: translateX(-20%);
        background-position: 0 1.0256410256vw;
        z-index: -1; } }
  #features.section {
    padding-top: 722px; }
    @media (max-width: 480px) {
      #features.section {
        padding-top: 189.7435897436vw;
        padding-bottom: 71.7948717949vw; } }
  #features .unit-ttl01 {
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      #features .unit-ttl01 {
        margin-bottom: 0; } }
  #features .list .list_item {
    width: 610px;
    padding: 30px 0;
    border-bottom: 1px solid #fff; }
    @media (max-width: 480px) {
      #features .list .list_item {
        width: 100%;
        padding: 4.358974359vw 0;
        border-bottom: 0.1282051282vw solid #fff; } }
    #features .list .list_item .ttl {
      font-size: 2.8rem;
      font-weight: bold;
      margin-bottom: 5px; }
      @media (max-width: 480px) {
        #features .list .list_item .ttl {
          font-size: 4.8717948718vw; } }
    #features .list .list_item .txt {
      font-weight: 500;
      letter-spacing: 0; }
      @media (max-width: 480px) {
        #features .list .list_item .txt {
          font-size: 3.8461538462vw; } }

#top-contents {
  margin-bottom: 150px; }
  @media (max-width: 480px) {
    #top-contents {
      margin-bottom: 16.1538461538vw; } }
  #top-contents .grid_content {
    display: grid;
    grid-template-columns: 550px 1fr;
    grid-template-rows: 1fr 70px;
    width: 100%;
    height: auto; }
    @media (max-width: 480px) {
      #top-contents .grid_content {
        grid-template-columns: 100%;
        grid-template-rows: 1fr 53.8461538462vw; } }
    #top-contents .grid_content.border-b {
      border-bottom: 1px solid #a6a6a6;
      padding-bottom: 90px;
      margin-bottom: 90px; }
      @media (max-width: 480px) {
        #top-contents .grid_content.border-b {
          border-bottom: 0.1282051282vw solid #a6a6a6;
          padding-bottom: 14.4871794872vw;
          margin-bottom: 11.5384615385vw; } }
    #top-contents .grid_content .grid-top {
      grid-column: 1 / 2;
      grid-row: 1 / 2;
      padding-right: 70px; }
      @media (max-width: 480px) {
        #top-contents .grid_content .grid-top {
          padding-right: 0; } }
      #top-contents .grid_content .grid-top .unit-ttl01 {
        margin-bottom: 20px; }
        @media (max-width: 480px) {
          #top-contents .grid_content .grid-top .unit-ttl01 {
            margin-bottom: 2.5641025641vw; } }
      #top-contents .grid_content .grid-top .txt {
        font-weight: 500;
        letter-spacing: 0; }
        @media (max-width: 480px) {
          #top-contents .grid_content .grid-top .txt {
            font-size: 3.8461538462vw;
            line-height: 1.5;
            margin-bottom: 5.641025641vw; } }
    #top-contents .grid_content .grid-middle {
      grid-column: 2 / 3;
      grid-row: 1 / 3; }
      @media (max-width: 480px) {
        #top-contents .grid_content .grid-middle {
          grid-column: 1 / 2;
          grid-row: 2 / 3; } }
      #top-contents .grid_content .grid-middle .img {
        border-radius: 20px;
        overflow: hidden; }
        @media (max-width: 480px) {
          #top-contents .grid_content .grid-middle .img {
            border-radius: 2.5641025641vw; } }
    #top-contents .grid_content .grid-bottom {
      grid-column: 1 / 2;
      grid-row: 2 / 3; }
      @media (max-width: 480px) {
        #top-contents .grid_content .grid-bottom {
          grid-row: 3 / 4; } }
    #top-contents .grid_content.reverse {
      grid-template-columns: 1fr 550px;
      margin-bottom: 70px; }
      @media (max-width: 480px) {
        #top-contents .grid_content.reverse {
          grid-template-columns: 100%;
          margin-bottom: 8.9743589744vw; } }
      #top-contents .grid_content.reverse .grid-top,
      #top-contents .grid_content.reverse .grid-bottom {
        grid-column: 2 / 3;
        padding-right: 0;
        padding-left: 50px; }
        @media (max-width: 480px) {
          #top-contents .grid_content.reverse .grid-top,
          #top-contents .grid_content.reverse .grid-bottom {
            grid-column: 1 / 2;
            padding-left: 0; } }
      #top-contents .grid_content.reverse .grid-middle {
        grid-column: 1 / 2; }
