@charset "UTF-8";
/* CSS Document */
main {
  padding-top: 0; }

.site-header {
  background: transparent;
  transition: 0.4s ease; }
  .site-header h1 {
    color: #fff; }
  .site-header nav.pc-nav ul li a {
    color: #fff; }
  .site-header .drawer__button span {
    background: #fff; }

.site-header.active {
  background: #fff; }
  .site-header.active h1 {
    color: #333333; }
  .site-header.active nav.pc-nav ul li a {
    color: #333333; }
  .site-header.active nav.pc-nav ul li:nth-child(3) a {
    color: #fff; }
  .site-header.active nav.pc-nav ul li:nth-child(4) a {
    color: #fff; }
  .site-header.active .drawer__button span {
    background: #333333; }
  .site-header.active .drawer__button.active span:nth-child(1) {
    background: #fff; }
  .site-header.active .drawer__button.active span:nth-child(3) {
    background: #fff; }

#ul-header {
  background-image: url(../img/recruit-top-bg.png);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 870px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1399px) {
    #ul-header {
      height: 750px; } }
  @media screen and (max-width: 1199px) {
    #ul-header {
      height: 620px; } }
  @media screen and (max-width: 991px) {
    #ul-header {
      height: 480px; } }
  @media screen and (max-width: 767px) {
    #ul-header {
      height: 360px; } }
  @media screen and (max-width: 575px) {
    #ul-header {
      height: 385px;
      background-image: url(../img/recruit-top-xs-bg.png); } }
  #ul-header h1 {
    margin-left: 8rem;
    text-shadow: 0px 0px 2px #00a395, 0px 0px 15px #00a395;
    color: #fff; }
    @media screen and (max-width: 1399px) {
      #ul-header h1 {
        margin-left: 3rem; } }
    @media screen and (max-width: 575px) {
      #ul-header h1 {
        margin-left: 1rem;
        margin-top: 10rem; } }
    #ul-header h1::first-letter {
      color: #fff; }
    #ul-header h1 span {
      color: #fff;
      display: block; }

#introduction {
  background: linear-gradient(0deg, #4cbfb5 60%, #c4eae7 100%);
  margin-top: -13rem;
  padding: 18rem 0;
  position: relative; }
  @media screen and (max-width: 991px) {
    #introduction {
      padding: 15rem 0 10rem; } }
  @media screen and (max-width: 575px) {
    #introduction {
      padding: 13rem 0 10rem; } }
  #introduction::after {
    content: "";
    display: block;
    width: 100%;
    height: 410px;
    background-image: url(../img/recruit-bottom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    z-index: 0; }
    @media screen and (max-width: 991px) {
      #introduction::after {
        height: 300px; } }
  #introduction .introduction-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem; }
    @media screen and (max-width: 1199px) {
      #introduction .introduction-top {
        margin-bottom: 8rem; } }
    @media screen and (max-width: 767px) {
      #introduction .introduction-top {
        flex-wrap: wrap; } }
    @media screen and (max-width: 575px) {
      #introduction .introduction-top {
        margin-bottom: 5rem; } }
    #introduction .introduction-top h2 {
      font-size: 41px;
      font-size: 4.1rem;
      color: #fff;
      font-family: "Shippori Mincho", serif;
      line-height: 1;
      position: relative; }
      #introduction .introduction-top h2.is-show::after {
        opacity: 1;
        clip-path: inset(0 0 0 0); }
      @media screen and (max-width: 1199px) {
        #introduction .introduction-top h2 {
          font-size: 35px;
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        #introduction .introduction-top h2 {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media screen and (max-width: 767px) {
        #introduction .introduction-top h2 {
          font-size: 35px;
          font-size: 3.5rem;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 575px) {
        #introduction .introduction-top h2 {
          font-size: 30px;
          font-size: 3rem; } }
      #introduction .introduction-top h2::after {
        content: "";
        background-image: url("../img/recruit-top-comment.svg");
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        height: 120px;
        width: 500px;
        position: absolute;
        left: -20%;
        bottom: 20%;
        clip-path: inset(0 100% 0 0);
        transition: clip-path 1.5s linear; }
        @media screen and (max-width: 1199px) {
          #introduction .introduction-top h2::after {
            height: 100px;
            width: 400px;
            left: -15%;
            bottom: 20%; } }
        @media screen and (max-width: 991px) {
          #introduction .introduction-top h2::after {
            width: 350px;
            bottom: 25%; } }
        @media screen and (max-width: 767px) {
          #introduction .introduction-top h2::after {
            left: 40%;
            bottom: -25%; } }
        @media screen and (max-width: 575px) {
          #introduction .introduction-top h2::after {
            width: 250px;
            height: 60px;
            left: 30%;
            bottom: -10%; } }
      #introduction .introduction-top h2 span {
        background-color: #333333;
        display: inline-block;
        margin: 0.5rem 0;
        padding: 0.5rem;
        clip-path: inset(0 100% 0 0);
        transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1); }
      #introduction .introduction-top h2.is-show span {
        opacity: 1;
        clip-path: inset(0 0 0 0); }
      #introduction .introduction-top h2.is-show span:nth-child(1) {
        transition-delay: 0.1s; }
      #introduction .introduction-top h2.is-show span:nth-child(3) {
        transition-delay: 0.4s; }
      #introduction .introduction-top h2.is-show span:nth-child(5) {
        transition-delay: 0.7s; }
      #introduction .introduction-top h2 + p {
        color: #fff;
        line-height: 2; }
        @media screen and (max-width: 1199px) {
          #introduction .introduction-top h2 + p {
            line-height: 1.8; } }
        @media screen and (max-width: 991px) {
          #introduction .introduction-top h2 + p {
            line-height: 1.75;
            width: 45%;
            text-align: justify; } }
        @media screen and (max-width: 767px) {
          #introduction .introduction-top h2 + p {
            width: 100%; } }
  #introduction h3 {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 1199px) {
      #introduction h3 {
        font-size: 25px;
        font-size: 2.5rem; } }
    #introduction h3::before {
      content: "";
      background-image: url("../img/fukidashi-left.svg");
      background-repeat: no-repeat;
      background-size: auto;
      display: block;
      width: 27px;
      height: 60px;
      position: absolute;
      left: 25%;
      bottom: 0; }
      @media screen and (max-width: 991px) {
        #introduction h3::before {
          left: 20%; } }
      @media screen and (max-width: 767px) {
        #introduction h3::before {
          left: 15%; } }
      @media screen and (max-width: 575px) {
        #introduction h3::before {
          left: 0; } }
    #introduction h3::after {
      content: "";
      background-image: url("../img/fukidashi-right.svg");
      background-repeat: no-repeat;
      background-size: auto;
      display: block;
      width: 27px;
      height: 60px;
      position: absolute;
      right: 25%;
      bottom: 0; }
      @media screen and (max-width: 991px) {
        #introduction h3::after {
          right: 20%; } }
      @media screen and (max-width: 767px) {
        #introduction h3::after {
          right: 15%; } }
      @media screen and (max-width: 575px) {
        #introduction h3::after {
          right: 0; } }
    #introduction h3 span {
      display: block;
      width: 100%;
      font-size: 20px;
      font-size: 2rem; }
      @media screen and (max-width: 1199px) {
        #introduction h3 span {
          font-size: 18px;
          font-size: 1.8rem; } }
  #introduction .introduction-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 80%;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1199px) {
      #introduction .introduction-bottom {
        width: 90%; } }
    @media screen and (max-width: 991px) {
      #introduction .introduction-bottom {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #introduction .introduction-bottom {
        flex-wrap: wrap; } }
    #introduction .introduction-bottom div {
      width: 47%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      background-color: #333333;
      border-radius: 1rem;
      padding: 5rem 3rem 2rem 2rem;
      min-height: 350px; }
      #introduction .introduction-bottom div:nth-child(1) {
        transition-delay: 0s; }
      #introduction .introduction-bottom div:nth-child(2) {
        transition-delay: 0.3s; }
      @media screen and (max-width: 1199px) {
        #introduction .introduction-bottom div {
          padding: 4rem 3rem 2rem 2rem;
          min-height: 310px; } }
      @media screen and (max-width: 991px) {
        #introduction .introduction-bottom div {
          padding: 3rem 2.5rem 2rem 1.5rem;
          min-height: 270px; } }
      @media screen and (max-width: 767px) {
        #introduction .introduction-bottom div {
          min-height: inherit;
          padding: 3rem;
          width: 100%;
          margin-bottom: 1rem; } }
      @media screen and (max-width: 575px) {
        #introduction .introduction-bottom div {
          padding: 2rem 3rem 2rem 2rem; } }
      #introduction .introduction-bottom div dl {
        color: #fff;
        margin: 0; }
        #introduction .introduction-bottom div dl dt {
          font-size: 30px;
          font-size: 3rem;
          text-align: center;
          width: 100%;
          margin-bottom: 2rem; }
          @media screen and (max-width: 1199px) {
            #introduction .introduction-bottom div dl dt {
              font-size: 28px;
              font-size: 2.8rem; } }
          #introduction .introduction-bottom div dl dt span {
            display: block;
            font-size: 13px;
            font-size: 1.3rem;
            font-family: "Montserrat", sans-serif; }
        #introduction .introduction-bottom div dl dd ul {
          list-style: none; }
          #introduction .introduction-bottom div dl dd ul li {
            position: relative;
            text-indent: -1em;
            padding-left: 1em; }
            #introduction .introduction-bottom div dl dd ul li::before {
              font-family: "Font Awesome 5 Free";
              content: "\f14a";
              font-weight: 900;
              padding-right: 5px;
              color: #00a395; }
    #introduction .introduction-bottom + p {
      z-index: 1;
      position: relative;
      font-family: "Montserrat", sans-serif;
      font-size: 84px;
      font-size: 8.4rem;
      font-weight: bold;
      color: #333333;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      line-height: 0.7;
      opacity: 0.2; }
      @media screen and (max-width: 991px) {
        #introduction .introduction-bottom + p {
          font-size: 70px;
          font-size: 7rem; } }
      @media screen and (max-width: 767px) {
        #introduction .introduction-bottom + p {
          font-size: 60px;
          font-size: 6rem; } }
      @media screen and (max-width: 575px) {
        #introduction .introduction-bottom + p {
          font-size: 50px;
          font-size: 5rem;
          line-height: 1;
          bottom: -1rem; } }

#flow {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
  background-color: #333333;
  position: relative; }
  @media screen and (max-width: 1199px) {
    #flow {
      background-size: 25px 25px; } }
  #flow h2.title-white img {
    width: 470px; }
    @media screen and (max-width: 1199px) {
      #flow h2.title-white img {
        width: 400px; } }
    @media screen and (max-width: 991px) {
      #flow h2.title-white img {
        width: 300px; } }
  #flow h2.title-white span {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 2px;
    padding-left: 1.5rem; }
    @media screen and (max-width: 1199px) {
      #flow h2.title-white span {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 991px) {
      #flow h2.title-white span {
        font-size: 16px;
        font-size: 1.6rem; } }
  #flow .flow-list {
    list-style: none;
    counter-reset: flow-list;
    position: relative;
    padding: 0;
    margin: -5rem 0 0;
    /* 中央線 */ }
    @media screen and (max-width: 575px) {
      #flow .flow-list {
        margin-top: 5rem; } }
    #flow .flow-list::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 3px;
      height: 100%;
      background: #00a395; }
      @media screen and (max-width: 575px) {
        #flow .flow-list::before {
          left: 10%; } }
  #flow .flow-item {
    display: flex;
    position: relative;
    margin-bottom: 6rem;
    /* 丸 */
    /* 左側 */
    /* 右側 */
    /* 位置調整 */ }
    #flow .flow-item::before {
      counter-increment: flow-list;
      content: counter(flow-list);
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 55px;
      height: 55px;
      background: #00a395;
      font-size: 36px;
      font-size: 3.6rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      z-index: 2; }
      @media screen and (max-width: 1199px) {
        #flow .flow-item::before {
          width: 50px;
          height: 50px;
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 991px) {
        #flow .flow-item::before {
          width: 45px;
          height: 45px;
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 575px) {
        #flow .flow-item::before {
          left: 10%; } }
    #flow .flow-item .flow-content {
      width: 40%;
      position: relative; }
      @media screen and (max-width: 575px) {
        #flow .flow-item .flow-content {
          width: 90%; } }
      #flow .flow-item .flow-content dl {
        color: #fff; }
        #flow .flow-item .flow-content dl dt {
          font-size: 23px;
          font-size: 2.3rem; }
        #flow .flow-item .flow-content dl dd img {
          width: 100%;
          margin-top: 1rem;
          border-radius: 1rem;
          position: relative; }
          #flow .flow-item .flow-content dl dd img + img {
            position: absolute;
            right: -5%;
            bottom: -3%;
            width: 50%; }
            @media screen and (max-width: 575px) {
              #flow .flow-item .flow-content dl dd img + img {
                right: 5%; } }
    #flow .flow-item:nth-child(even) {
      justify-content: flex-start;
      margin-top: -18rem; }
      @media screen and (max-width: 575px) {
        #flow .flow-item:nth-child(even) {
          margin-top: 0; } }
      #flow .flow-item:nth-child(even) .flow-content {
        margin-top: -3.5rem;
        margin-right: auto;
        padding-right: 3rem; }
        @media screen and (max-width: 991px) {
          #flow .flow-item:nth-child(even) .flow-content {
            margin-top: -2.5rem;
            padding-right: 2rem; } }
        @media screen and (max-width: 575px) {
          #flow .flow-item:nth-child(even) .flow-content {
            margin-right: 0;
            margin-left: 15%;
            padding-right: 0;
            padding-left: 2rem; } }
        #flow .flow-item:nth-child(even) .flow-content::after {
          content: "";
          position: absolute;
          right: -25%;
          top: 7%;
          width: 25%;
          height: 8px;
          background-image: radial-gradient(circle, #fff 2px, transparent 2px);
          background-size: 12px 12px;
          background-repeat: repeat-x; }
          @media screen and (max-width: 991px) {
            #flow .flow-item:nth-child(even) .flow-content::after {
              right: -20%;
              top: 5%;
              width: 20%;
              background-size: 9px 12px; } }
          @media screen and (max-width: 575px) {
            #flow .flow-item:nth-child(even) .flow-content::after {
              content: none; } }
    #flow .flow-item:nth-child(odd) {
      justify-content: flex-end;
      margin-top: -18rem; }
      @media screen and (max-width: 575px) {
        #flow .flow-item:nth-child(odd) {
          margin-top: 0; } }
      #flow .flow-item:nth-child(odd) .flow-content {
        margin-top: -3.5rem;
        margin-left: auto;
        padding-left: 3rem; }
        @media screen and (max-width: 991px) {
          #flow .flow-item:nth-child(odd) .flow-content {
            margin-top: -2.5rem;
            padding-left: 2rem; } }
        @media screen and (max-width: 575px) {
          #flow .flow-item:nth-child(odd) .flow-content {
            margin-left: 15%; } }
        #flow .flow-item:nth-child(odd) .flow-content::after {
          content: "";
          position: absolute;
          left: -25%;
          top: 7%;
          width: 25%;
          height: 8px;
          background-image: radial-gradient(circle, #fff 2px, transparent 2px);
          background-size: 12px 12px;
          background-repeat: repeat-x; }
          @media screen and (max-width: 991px) {
            #flow .flow-item:nth-child(odd) .flow-content::after {
              left: -20%;
              top: 5%;
              width: 20%;
              background-size: 9px 12px; } }
          @media screen and (max-width: 575px) {
            #flow .flow-item:nth-child(odd) .flow-content::after {
              content: none; } }
    #flow .flow-item:nth-child(1) {
      margin-top: 0 !important; }
    #flow .flow-item:nth-child(2) .flow-content::after {
      width: 80%; }
    #flow .flow-item:nth-child(5) {
      margin-bottom: 0; }
      #flow .flow-item:nth-child(5) .flow-content {
        padding-bottom: 8rem; }
  #flow .flow-list + div {
    position: absolute;
    bottom: 8rem; }
    @media screen and (max-width: 575px) {
      #flow .flow-list + div {
        position: relative;
        bottom: 5rem;
        text-align: center; } }
    @media screen and (max-width: 991px) {
      #flow .flow-list + div img {
        width: 75%; } }
    @media screen and (max-width: 575px) {
      #flow .flow-list + div img {
        width: 95%; } }

#interview {
  background-color: #00a395;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    #interview {
      padding: 8rem 0 1rem; } }
  @media screen and (max-width: 767px) {
    #interview {
      padding: 8rem 0 10rem; } }
  #interview::before {
    content: "";
    background-image: url(../img/interview-bg-left.svg);
    background-repeat: no-repeat;
    display: block;
    width: 755px;
    height: 707px;
    position: absolute;
    top: -30%;
    left: -20%;
    opacity: 0.15; }
    @media screen and (max-width: 991px) {
      #interview::before {
        width: 500px;
        height: 500px;
        top: -25%;
        left: -20%; } }
  #interview::after {
    content: "";
    background-image: url("../img/interview-bg-right.svg");
    background-repeat: no-repeat;
    display: block;
    width: 755px;
    height: 707px;
    position: absolute;
    bottom: -10%;
    right: -30%;
    opacity: 0.15; }
    @media screen and (max-width: 991px) {
      #interview::after {
        width: 500px;
        height: 500px; } }
  #interview h2 {
    text-align: center;
    position: relative;
    z-index: 2; }
  #interview ol {
    position: relative;
    list-style: none;
    counter-reset: interview;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      #interview ol {
        justify-content: space-between; } }
    #interview ol li {
      width: 33.3%;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        #interview ol li {
          width: 50%; } }
      @media screen and (max-width: 575px) {
        #interview ol li {
          width: 100%;
          margin-bottom: 3rem; } }
      #interview ol li a {
        position: relative;
        display: block;
        width: 320px;
        height: 460px; }
        @media screen and (max-width: 991px) {
          #interview ol li a {
            width: 210px;
            height: 350px; } }
        @media screen and (max-width: 767px) {
          #interview ol li a {
            width: 260px;
            height: 375px; } }
        @media screen and (max-width: 575px) {
          #interview ol li a {
            width: 85%;
            height: 375px; } }
        #interview ol li a::before {
          counter-increment: interview;
          content: "#0" counter(interview);
          position: absolute;
          top: 15%;
          right: 2%;
          font-size: 45px;
          font-size: 4.5rem;
          font-style: italic;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          color: #b2e3df;
          z-index: 2; }
          @media screen and (max-width: 991px) {
            #interview ol li a::before {
              right: -5%; } }
          @media screen and (max-width: 767px) {
            #interview ol li a::before {
              font-size: 55px;
              font-size: 5.5rem; } }
          @media screen and (max-width: 575px) {
            #interview ol li a::before {
              font-size: 50px;
              font-size: 5rem;
              right: 0%;
              top: 20%; } }
        #interview ol li a img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          object-fit: cover;
          transition: transform 0.6s ease, opacity 0.6s ease;
          backface-visibility: hidden; }
        #interview ol li a .default-img {
          opacity: 1;
          transform: rotateY(0deg); }
        #interview ol li a .hover-img {
          opacity: 0;
          transform: rotateY(180deg); }
        #interview ol li a:hover .default-img {
          opacity: 0;
          transform: rotateY(180deg); }
        #interview ol li a:hover .hover-img {
          opacity: 1;
          transform: rotateY(0deg); }
        #interview ol li a p {
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 500;
          background-color: #fff;
          padding: 0 1rem;
          display: inline-block;
          position: absolute;
          bottom: 16%;
          left: 0; }
          @media screen and (max-width: 1199px) {
            #interview ol li a p {
              bottom: 25%; } }
          @media screen and (max-width: 991px) {
            #interview ol li a p {
              font-size: 10px;
              font-size: 1rem;
              bottom: 29%; } }
          @media screen and (max-width: 767px) {
            #interview ol li a p {
              font-size: 14px;
              font-size: 1.4rem;
              bottom: 22%;
              left: 0; } }
          @media screen and (max-width: 575px) {
            #interview ol li a p {
              bottom: 13%;
              left: 0%; } }
          #interview ol li a p span {
            font-size: 17px;
            font-size: 1.7rem;
            font-weight: 600; }
            @media screen and (max-width: 991px) {
              #interview ol li a p span {
                font-size: 15px;
                font-size: 1.5rem; } }
            @media screen and (max-width: 767px) {
              #interview ol li a p span {
                font-size: 18px;
                font-size: 1.8rem; } }
          #interview ol li a p + p {
            bottom: 10%;
            left: 0; }
            @media screen and (max-width: 1199px) {
              #interview ol li a p + p {
                bottom: 19%; } }
            @media screen and (max-width: 991px) {
              #interview ol li a p + p {
                bottom: 23%; } }
            @media screen and (max-width: 767px) {
              #interview ol li a p + p {
                left: 0;
                bottom: 15%; } }
            @media screen and (max-width: 575px) {
              #interview ol li a p + p {
                left: 0;
                bottom: 5%; } }
      #interview ol li:nth-child(2) {
        margin-top: 10rem; }
        @media screen and (max-width: 767px) {
          #interview ol li:nth-child(2) {
            margin-top: 15rem; } }
        @media screen and (max-width: 575px) {
          #interview ol li:nth-child(2) {
            margin-top: 3rem; } }
      @media screen and (max-width: 767px) {
        #interview ol li:nth-child(3) {
          margin-top: -10rem; } }
      @media screen and (max-width: 575px) {
        #interview ol li:nth-child(3) {
          margin-top: 3rem; } }
      #interview ol li:nth-child(4) {
        margin: -1rem 3rem 0; }
        @media screen and (max-width: 1199px) {
          #interview ol li:nth-child(4) {
            margin: -5rem 3rem 0; } }
        @media screen and (max-width: 767px) {
          #interview ol li:nth-child(4) {
            margin: 10rem 0 0; } }
        @media screen and (max-width: 575px) {
          #interview ol li:nth-child(4) {
            margin-top: 3rem; } }
      #interview ol li:nth-child(5) {
        margin: -6rem 3rem; }
        @media screen and (max-width: 1199px) {
          #interview ol li:nth-child(5) {
            margin: -10rem 3rem; } }
        @media screen and (max-width: 767px) {
          #interview ol li:nth-child(5) {
            margin: -10rem 0 0; } }
        @media screen and (max-width: 575px) {
          #interview ol li:nth-child(5) {
            margin-top: 3rem; } }

.recruit-button {
  background-color: #333333;
  text-align: center;
  padding: 6rem 0 4rem; }
  @media screen and (max-width: 575px) {
    .recruit-button {
      padding: 4rem 0 3rem; } }
  .recruit-button p.white-title {
    position: relative;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    line-height: 0.8; }
    @media screen and (max-width: 1199px) {
      .recruit-button p.white-title {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media screen and (max-width: 767px) {
      .recruit-button p.white-title {
        font-size: 25px;
        font-size: 2.5rem; } }
    @media screen and (max-width: 575px) {
      .recruit-button p.white-title {
        line-height: 1.5; } }
    .recruit-button p.white-title::after {
      font-family: "Font Awesome 5 Free";
      content: "\f0dd";
      font-weight: 900;
      padding-left: 1rem;
      color: white; }
      @media screen and (max-width: 575px) {
        .recruit-button p.white-title::after {
          content: none; } }
    .recruit-button p.white-title::before {
      font-family: "Font Awesome 5 Free";
      content: "\f0dd";
      font-weight: 900;
      padding-right: 1rem;
      color: white; }
      @media screen and (max-width: 575px) {
        .recruit-button p.white-title::before {
          content: none; } }
    .recruit-button p.white-title + p {
      font-size: 20px;
      font-size: 2rem;
      color: #fff; }
      @media screen and (max-width: 1199px) {
        .recruit-button p.white-title + p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 767px) {
        .recruit-button p.white-title + p {
          font-size: 16px;
          font-size: 1.6rem; } }
