@charset "UTF-8";
/* CSS Document */
#movie {
  position: relative;
  max-height: calc(100vh - 85px);
  /* ヘッダー分引く */
  overflow: hidden;
  background: #000;
  padding: 0;
  isolation: isolate;
  /* 背景ぼかし */
  /* 本動画 */ }
  @media screen and (max-width: 1199px) {
    #movie {
      max-height: calc(100vh - 90px); } }
  @media screen and (max-width: 991px) {
    #movie {
      max-height: calc(100vh - 86px); } }
  @media screen and (max-width: 767px) {
    #movie {
      max-height: calc(100vh - 90px); } }
  @media screen and (max-width: 575px) {
    #movie {
      max-height: calc(100vh - 92px); } }
  #movie .bg-video {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    max-height: calc(100vh - 85px);
    object-fit: cover;
    filter: blur(20px) brightness(0.6);
    transform: scale(1.2);
    opacity: 0.8; }
  #movie .main-video {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: calc(100vh - 85px);
    object-fit: contain; }
  @media screen and (max-width: 1199px) {
    #movie .bg-video,
    #movie .main-video {
      max-height: calc(100vh - 90px); } }
  @media screen and (max-width: 991px) {
    #movie .bg-video,
    #movie .main-video {
      max-height: calc(100vh - 86px); } }
  @media screen and (max-width: 767px) {
    #movie .bg-video,
    #movie .main-video {
      max-height: calc(100vh - 90px); } }
  @media screen and (max-width: 575px) {
    #movie .bg-video,
    #movie .main-video {
      max-height: calc(100vh - 92px); } }

#about {
  background: linear-gradient(0deg, #4d4d4d 0%, #333333 66%);
  position: relative; }
  #about::before {
    content: "";
    display: block;
    background-image: url("../img/about-bg.svg");
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.1;
    height: 100%;
    width: 770px;
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 991px) {
      #about::before {
        background-size: cover;
        background-position: top right;
        width: 100%; } }
  #about .inner {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 991px) {
      #about .inner {
        flex-wrap: wrap; } }
    #about .inner .about-left {
      width: 46%; }
      @media screen and (max-width: 1399px) {
        #about .inner .about-left {
          margin-right: 8%; } }
      @media screen and (max-width: 1199px) {
        #about .inner .about-left {
          width: 45%;
          margin-right: 5%; } }
      @media screen and (max-width: 991px) {
        #about .inner .about-left {
          width: 100%;
          margin-right: 0;
          margin-bottom: 5rem; } }
      @media screen and (max-width: 575px) {
        #about .inner .about-left {
          margin-bottom: 4rem; } }
      #about .inner .about-left div ul {
        list-style: none;
        display: flex;
        gap: 0.5rem;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        margin: 6rem 0 2rem; }
        @media screen and (max-width: 1199px) {
          #about .inner .about-left div ul {
            margin: 4rem 0 2rem; } }
        @media screen and (max-width: 991px) {
          #about .inner .about-left div ul {
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 1rem; } }
        #about .inner .about-left div ul li {
          background-color: #00a395;
          color: #fff;
          font-size: 30px;
          font-size: 3rem;
          font-weight: bold;
          padding: 0rem 1rem;
          letter-spacing: 3px; }
          #about .inner .about-left div ul li:nth-child(1) {
            transition-delay: 0s; }
          #about .inner .about-left div ul li:nth-child(2) {
            transition-delay: 0.3s; }
          #about .inner .about-left div ul li:nth-child(3) {
            transition-delay: 0.6s; }
          @media screen and (max-width: 1199px) {
            #about .inner .about-left div ul li {
              font-size: 25px;
              font-size: 2.5rem; } }
          @media screen and (max-width: 767px) {
            #about .inner .about-left div ul li {
              font-size: 20px;
              font-size: 2rem; } }
      #about .inner .about-left div p {
        font-size: 30px;
        font-size: 3rem;
        font-weight: bold;
        color: #fff;
        letter-spacing: 3px;
        line-height: normal; }
        @media screen and (max-width: 1199px) {
          #about .inner .about-left div p {
            font-size: 25px;
            font-size: 2.5rem; } }
        #about .inner .about-left div p span {
          color: #00a395; }
        #about .inner .about-left div p + p {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: normal;
          line-height: 2;
          margin: 3rem 0 0;
          letter-spacing: normal;
          text-align: justify; }
          @media screen and (max-width: 1199px) {
            #about .inner .about-left div p + p {
              line-height: 1.75;
              margin: 2rem 0 0; } }
    #about .inner .about-right {
      flex: 1;
      margin-right: calc(50% - 50vw);
      display: flex;
      justify-content: end; }
      @media screen and (max-width: 991px) {
        #about .inner .about-right {
          width: 100%;
          flex: auto;
          margin-right: 0; } }

#news .inner {
  width: 55%; }
  @media screen and (max-width: 1399px) {
    #news .inner {
      width: 60%; } }
  @media screen and (max-width: 1199px) {
    #news .inner {
      width: 80%; } }
  @media screen and (max-width: 991px) {
    #news .inner {
      width: 90%; } }
  #news .inner h2 {
    text-align: center;
    margin-bottom: 5rem; }
    @media screen and (max-width: 575px) {
      #news .inner h2 {
        margin-bottom: 3rem; } }
#news .insta-wrap {
  display: flex;
  gap: 20px;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    #news .insta-wrap {
      flex-wrap: wrap;
      justify-content: center; } }
#news .insta-wrap blockquote {
  flex: 0 0 350px;
  max-width: 100%;
  margin: 0 !important; }
  @media screen and (max-width: 767px) {
    #news .insta-wrap blockquote {
      flex-direction: column; } }
#news .insta-caption {
  flex: 1;
  font-size: 14px;
  line-height: 1.6; }
#news .insta-caption a {
  color: #3897f0;
  text-decoration: none; }
#news .insta-caption a:hover {
  text-decoration: underline; }
#news .insta-empty {
  text-align: center; }
#news .insta-empty img {
  max-width: 300px;
  opacity: 0.7; }

#company {
  text-align: center;
  background-image: url("../img/company-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 767px) {
    #company {
      margin-bottom: 0;
      background-image: url("../img/company-xs-bg.jpg");
      background-position: center; } }
  #company p {
    color: #fff;
    margin: 3rem 0; }

.probuct-equipment {
  justify-content: space-between;
  gap: 1.5rem; }
  @media screen and (max-width: 767px) {
    .probuct-equipment {
      flex-wrap: wrap;
      justify-content: center;
      gap: 0; } }
  .probuct-equipment #probuct {
    width: 49.4%;
    text-align: center;
    background-image: url("../img/product-bg.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .probuct-equipment #probuct {
        background-image: url("../img/product-xs-bg.jpg");
        background-position: center;
        width: 100%; } }
    .probuct-equipment #probuct p {
      color: #fff;
      margin: 3rem 0; }
  .probuct-equipment #equipment {
    width: 49.4%;
    text-align: center;
    background-image: url("../img/equipment-bg.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .probuct-equipment #equipment {
        background-image: url("../img/equipment-xs-bg.jpg");
        background-position: center;
        width: 100%; } }
    .probuct-equipment #equipment p {
      color: #fff;
      margin: 3rem 0; }

#date {
  background: url("../img/date-right-bg.png"), url("../img/date-left-bg.png");
  background-position: right top, left top;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    #date {
      background-size: 40%; } }
  #date h2 {
    text-align: center;
    margin-bottom: 3rem; }
  #date ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    #date ul li {
      width: 33.3%;
      text-align: center;
      border-top: solid 1px #b2b2b2;
      border-left: solid 1px #b2b2b2;
      background-color: #fff;
      position: relative; }
      @media screen and (max-width: 767px) {
        #date ul li {
          width: 50%; } }
      #date ul li::before {
        content: "●";
        position: absolute;
        font-size: 10px;
        color: #b2b2b2;
        top: -10px;
        left: -5px;
        z-index: 2; }
      #date ul li::after {
        content: "●";
        position: absolute;
        font-size: 10px;
        color: #b2b2b2;
        bottom: -10px;
        left: -5px;
        z-index: 2; }
      #date ul li div {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 3rem 0 2rem; }
      #date ul li img {
        width: 65%; }
      #date ul li h3 {
        font-weight: bold;
        margin-bottom: 2rem; }
        @media screen and (max-width: 991px) {
          #date ul li h3 {
            font-size: 16px;
            font-size: 1.6rem;
            letter-spacing: normal; } }
        @media screen and (max-width: 575px) {
          #date ul li h3 {
            font-size: 14px;
            font-size: 1.4rem; } }
        #date ul li h3 span {
          font-size: 14px;
          font-size: 1.4rem; }
          @media screen and (max-width: 991px) {
            #date ul li h3 span {
              font-size: 12px;
              font-size: 1.2rem; } }
          @media screen and (max-width: 575px) {
            #date ul li h3 span {
              font-size: 10px;
              font-size: 1rem; } }
      #date ul li p {
        font-size: 60px;
        font-size: 6rem;
        color: #00a395;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 2rem;
        line-height: 0.5; }
        @media screen and (max-width: 991px) {
          #date ul li p {
            font-size: 50px;
            font-size: 5rem; } }
        @media screen and (max-width: 575px) {
          #date ul li p {
            font-size: 40px;
            font-size: 4rem; } }
        #date ul li p span {
          font-size: 20px;
          font-size: 2rem;
          font-family: "Noto Sans JP", sans-serif; }
          @media screen and (max-width: 991px) {
            #date ul li p span {
              font-size: 18px;
              font-size: 1.8rem; } }
          @media screen and (max-width: 575px) {
            #date ul li p span {
              font-size: 16px;
              font-size: 1.6rem; } }
        #date ul li p span.ruby-man {
          font-size: 60px;
          font-size: 6rem;
          font-weight: 600;
          font-family: "Montserrat", sans-serif;
          position: relative; }
          @media screen and (max-width: 991px) {
            #date ul li p span.ruby-man {
              font-size: 50px;
              font-size: 5rem; } }
          @media screen and (max-width: 575px) {
            #date ul li p span.ruby-man {
              font-size: 40px;
              font-size: 4rem; } }
          #date ul li p span.ruby-man::before {
            position: absolute;
            top: -2px;
            left: 0;
            right: 0;
            content: "男性";
            color: #333333;
            font-size: 14px;
            font-size: 1.4rem; }
            @media screen and (max-width: 991px) {
              #date ul li p span.ruby-man::before {
                font-size: 12px;
                font-size: 1.2rem; } }
            @media screen and (max-width: 575px) {
              #date ul li p span.ruby-man::before {
                font-size: 10px;
                font-size: 1rem; } }
        #date ul li p span.ruby-woman {
          font-size: 60px;
          font-size: 6rem;
          font-weight: 600;
          font-family: "Montserrat", sans-serif;
          position: relative; }
          @media screen and (max-width: 991px) {
            #date ul li p span.ruby-woman {
              font-size: 50px;
              font-size: 5rem; } }
          @media screen and (max-width: 575px) {
            #date ul li p span.ruby-woman {
              font-size: 40px;
              font-size: 4rem; } }
          #date ul li p span.ruby-woman::before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            content: "女性";
            color: #333333;
            font-size: 14px;
            font-size: 1.4rem; }
            @media screen and (max-width: 991px) {
              #date ul li p span.ruby-woman::before {
                font-size: 12px;
                font-size: 1.2rem; } }
            @media screen and (max-width: 575px) {
              #date ul li p span.ruby-woman::before {
                font-size: 10px;
                font-size: 1rem; } }
      #date ul li:nth-child(1), #date ul li:nth-child(2), #date ul li:nth-child(3) {
        border-bottom: solid 1px #b2b2b2; }
        @media screen and (max-width: 767px) {
          #date ul li:nth-child(1), #date ul li:nth-child(2), #date ul li:nth-child(3) {
            border-bottom: none; } }
      #date ul li:nth-child(5), #date ul li:nth-child(6), #date ul li:nth-child(7) {
        border-top: none; }
      #date ul li:nth-child(3), #date ul li:nth-child(7), #date ul li:nth-child(10), #date ul li:nth-child(13) {
        border-right: solid 1px #b2b2b2; }
        @media screen and (max-width: 767px) {
          #date ul li:nth-child(3), #date ul li:nth-child(7), #date ul li:nth-child(10), #date ul li:nth-child(13) {
            border-right: none; } }
        #date ul li:nth-child(3) div, #date ul li:nth-child(7) div, #date ul li:nth-child(10) div, #date ul li:nth-child(13) div {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          padding: 3rem 0 2rem; }
          #date ul li:nth-child(3) div::before, #date ul li:nth-child(7) div::before, #date ul li:nth-child(10) div::before, #date ul li:nth-child(13) div::before {
            content: "●";
            position: absolute;
            font-size: 10px;
            color: #b2b2b2;
            top: -10px;
            right: -5px;
            z-index: 2; }
            @media screen and (max-width: 767px) {
              #date ul li:nth-child(3) div::before, #date ul li:nth-child(7) div::before, #date ul li:nth-child(10) div::before, #date ul li:nth-child(13) div::before {
                content: none; } }
          #date ul li:nth-child(3) div::after, #date ul li:nth-child(7) div::after, #date ul li:nth-child(10) div::after, #date ul li:nth-child(13) div::after {
            content: "●";
            position: absolute;
            font-size: 10px;
            color: #b2b2b2;
            bottom: -10px;
            right: -5px;
            z-index: 2; }
            @media screen and (max-width: 767px) {
              #date ul li:nth-child(3) div::after, #date ul li:nth-child(7) div::after, #date ul li:nth-child(10) div::after, #date ul li:nth-child(13) div::after {
                content: none; } }
      #date ul li:nth-child(11), #date ul li:nth-child(12), #date ul li:nth-child(13) {
        border-bottom: solid 1px #b2b2b2; }
        @media screen and (max-width: 767px) {
          #date ul li:nth-child(11), #date ul li:nth-child(12), #date ul li:nth-child(13) {
            border-bottom: none; } }
      #date ul li:nth-child(7) h3 {
        margin-bottom: 3rem; }
      #date ul li:nth-child(5) h3, #date ul li:nth-child(6) h3 {
        margin-bottom: 5rem; }
        @media screen and (max-width: 991px) {
          #date ul li:nth-child(5) h3, #date ul li:nth-child(6) h3 {
            margin-bottom: 4rem; } }
      #date ul li:nth-child(5) p, #date ul li:nth-child(6) p {
        margin-bottom: 3rem; }
        @media screen and (max-width: 991px) {
          #date ul li:nth-child(5) p, #date ul li:nth-child(6) p {
            margin-bottom: 2rem; } }
      @media screen and (max-width: 767px) {
        #date ul li:nth-child(2), #date ul li:nth-child(4), #date ul li:nth-child(7), #date ul li:nth-child(9), #date ul li:nth-child(11), #date ul li:nth-child(13) {
          border-right: solid 1px #b2b2b2; } }
      @media screen and (max-width: 767px) {
        #date ul li:nth-child(3), #date ul li:nth-child(4), #date ul li:nth-child(12), #date ul li:nth-child(13) {
          border-bottom: solid 1px #b2b2b2; } }
      #date ul li:nth-child(2) div, #date ul li:nth-child(4) div, #date ul li:nth-child(7) div, #date ul li:nth-child(9) div, #date ul li:nth-child(11) div, #date ul li:nth-child(13) div {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 3rem 0 2rem; }
        @media screen and (max-width: 767px) {
          #date ul li:nth-child(2) div::before, #date ul li:nth-child(4) div::before, #date ul li:nth-child(7) div::before, #date ul li:nth-child(9) div::before, #date ul li:nth-child(11) div::before, #date ul li:nth-child(13) div::before {
            content: "●";
            position: absolute;
            font-size: 10px;
            color: #b2b2b2;
            top: -10px;
            right: -5px;
            z-index: 2; } }
        @media screen and (max-width: 767px) {
          #date ul li:nth-child(2) div::after, #date ul li:nth-child(4) div::after, #date ul li:nth-child(7) div::after, #date ul li:nth-child(9) div::after, #date ul li:nth-child(11) div::after, #date ul li:nth-child(13) div::after {
            content: "●";
            position: absolute;
            font-size: 10px;
            color: #b2b2b2;
            bottom: -10px;
            right: -5px;
            z-index: 2; } }
      @media screen and (max-width: 767px) {
        #date ul li:nth-child(11) h3 {
          margin-top: 3rem; } }
      @media screen and (max-width: 575px) {
        #date ul li:nth-child(11) h3 {
          margin-top: 1rem; } }
  #date .hidden-view {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease; }
  #date input[type="checkbox"]#trigger {
    display: none; }
  #date input[type="checkbox"]#trigger:checked ~ ul .hidden-view {
    opacity: 1;
    overflow: inherit;
    max-height: 1000px;
    transform: translateY(0); }
  #date .button::before {
    content: "もっと見る"; }
  #date input[type="checkbox"]#trigger:checked ~ .button::before {
    content: "閉じる"; }
  #date .button {
    display: block;
    width: fit-content;
    margin: 3rem auto 0;
    padding: 1rem 3rem;
    border: 1px solid #333;
    cursor: pointer;
    transition: 0.3s; }
    #date .button:hover {
      background-color: #00a395;
      border: 1px solid #00a395;
      color: #fff; }

.swiper-top, .swiper-bottom {
  overflow: hidden; }

.swiper-wrapper {
  transition-timing-function: linear !important; }
  .swiper-wrapper .swiper-slide img {
    width: 100%; }

.recruit-bg {
  background-image: url("../img/recruit-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right; }
  .recruit-bg #recruit h2 {
    font-size: 85px;
    font-size: 8.5rem; }
    @media screen and (max-width: 991px) {
      .recruit-bg #recruit h2 {
        font-size: 75px;
        font-size: 7.5rem; } }
    @media screen and (max-width: 767px) {
      .recruit-bg #recruit h2 {
        font-size: 65px;
        font-size: 6.5rem; } }
    @media screen and (max-width: 575px) {
      .recruit-bg #recruit h2 {
        font-size: 55px;
        font-size: 5.5rem;
        text-align: center; } }
    .recruit-bg #recruit h2 + p {
      margin: 4rem 0 2rem; }
      @media screen and (max-width: 767px) {
        .recruit-bg #recruit h2 + p {
          margin: 3rem 0 2rem; } }
      @media screen and (max-width: 575px) {
        .recruit-bg #recruit h2 + p {
          text-align: justify; } }
  .recruit-bg #recruit .link-button {
    justify-content: flex-start; }
    @media screen and (max-width: 575px) {
      .recruit-bg #recruit .link-button {
        justify-content: center; } }
    .recruit-bg #recruit .link-button a {
      font-size: 30px;
      font-size: 3rem;
      width: 360px;
      padding: 0.5rem 2rem; }
      @media screen and (max-width: 991px) {
        .recruit-bg #recruit .link-button a {
          width: 310px; } }
      .recruit-bg #recruit .link-button a span {
        display: flex;
        align-items: center;
        letter-spacing: 5px; }
        .recruit-bg #recruit .link-button a span span {
          font-size: 12px;
          font-size: 1.2rem;
          font-family: "Noto Sans JP", sans-serif;
          letter-spacing: 0;
          padding-left: 1rem; }
  .recruit-bg #interview {
    padding: 0 0 7rem;
    overflow: hidden; }
    .recruit-bg #interview h2 {
      font-size: 42px;
      font-size: 4.2rem;
      text-align: right;
      letter-spacing: 5px; }
      @media screen and (max-width: 575px) {
        .recruit-bg #interview h2 {
          font-size: 35px;
          font-size: 3.5rem;
          text-align: center; } }
      .recruit-bg #interview h2 + p {
        font-size: 17px;
        font-size: 1.7rem;
        text-align: right; }
        @media screen and (max-width: 991px) {
          .recruit-bg #interview h2 + p {
            margin: 0; } }
        @media screen and (max-width: 575px) {
          .recruit-bg #interview h2 + p {
            font-size: 16px;
            font-size: 1.6rem;
            text-align: center; } }
    .recruit-bg #interview .interview-swiper {
      margin-right: calc(50% - 50vw);
      margin-bottom: 3rem;
      cursor: grab !important; }
      .recruit-bg #interview .interview-swiper ol {
        list-style: none;
        counter-reset: interview; }
        .recruit-bg #interview .interview-swiper ol li {
          height: auto;
          margin-right: 0; }
          .recruit-bg #interview .interview-swiper ol li a {
            cursor: grab !important;
            position: relative;
            display: block;
            width: 100%;
            height: 460px; }
            @media screen and (max-width: 575px) {
              .recruit-bg #interview .interview-swiper ol li a {
                height: 260px; } }
            .recruit-bg #interview .interview-swiper ol li a::before {
              counter-increment: interview;
              content: "#0" counter(interview);
              position: absolute;
              top: 12%;
              right: 0%;
              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) {
                .recruit-bg #interview .interview-swiper ol li a::before {
                  top: 15%; } }
              @media screen and (max-width: 575px) {
                .recruit-bg #interview .interview-swiper ol li a::before {
                  top: 10%;
                  right: -10%; } }
            .recruit-bg #interview .interview-swiper ol li a img {
              position: absolute;
              inset: 0;
              width: 100%;
              height: 100%;
              object-fit: contain;
              transition: transform 0.6s ease, opacity 0.6s ease;
              backface-visibility: hidden; }
            .recruit-bg #interview .interview-swiper ol li a .default-img {
              opacity: 1;
              transform: rotateY(0deg); }
            .recruit-bg #interview .interview-swiper ol li a .hover-img {
              opacity: 0;
              transform: rotateY(180deg); }
            .recruit-bg #interview .interview-swiper ol li a:hover .default-img {
              opacity: 0;
              transform: rotateY(180deg); }
            .recruit-bg #interview .interview-swiper ol li a:hover .hover-img {
              opacity: 1;
              transform: rotateY(0deg); }
            .recruit-bg #interview .interview-swiper ol li a p {
              font-size: 12px;
              font-size: 1.2rem;
              font-weight: 500;
              background-color: #fff;
              padding: 0.5rem 1rem;
              display: inline-block;
              position: absolute;
              bottom: 15%;
              left: 0%; }
              @media screen and (max-width: 991px) {
                .recruit-bg #interview .interview-swiper ol li a p {
                  bottom: 14%; } }
              @media screen and (max-width: 767px) {
                .recruit-bg #interview .interview-swiper ol li a p {
                  bottom: 13%; } }
              @media screen and (max-width: 575px) {
                .recruit-bg #interview .interview-swiper ol li a p {
                  bottom: 19%; } }
              .recruit-bg #interview .interview-swiper ol li a p span {
                font-size: 17px;
                font-size: 1.7rem;
                font-weight: 600;
                display: block;
                line-height: 1; }
              .recruit-bg #interview .interview-swiper ol li a p + p {
                bottom: 5.5%;
                left: 0; }
                @media screen and (max-width: 575px) {
                  .recruit-bg #interview .interview-swiper ol li a p + p {
                    bottom: 4%; } }

.interview-scroll-wrap {
  position: relative; }
  .interview-scroll-wrap .interview-button-next.swiper-button-next,
  .interview-scroll-wrap .interview-button-prev.swiper-button-prev {
    position: absolute;
    top: 55%;
    right: -13%;
    z-index: 10;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    cursor: pointer; }
    @media screen and (max-width: 1399px) {
      .interview-scroll-wrap .interview-button-next.swiper-button-next,
      .interview-scroll-wrap .interview-button-prev.swiper-button-prev {
        right: -5%; } }
    @media screen and (max-width: 767px) {
      .interview-scroll-wrap .interview-button-next.swiper-button-next,
      .interview-scroll-wrap .interview-button-prev.swiper-button-prev {
        right: 0; } }
    @media screen and (max-width: 575px) {
      .interview-scroll-wrap .interview-button-next.swiper-button-next,
      .interview-scroll-wrap .interview-button-prev.swiper-button-prev {
        width: 50px;
        height: 50px; } }
    .interview-scroll-wrap .interview-button-next.swiper-button-next::after,
    .interview-scroll-wrap .interview-button-prev.swiper-button-prev::after {
      font-size: 3rem;
      color: #00a395; }
  .interview-scroll-wrap .interview-button-prev.swiper-button-prev {
    left: -13%; }
    @media screen and (max-width: 1399px) {
      .interview-scroll-wrap .interview-button-prev.swiper-button-prev {
        left: -5%; } }
    @media screen and (max-width: 767px) {
      .interview-scroll-wrap .interview-button-prev.swiper-button-prev {
        left: 0; } }
