      .sec__fv {
        background: none;
        padding: 0;
        position: relative;
      }
      .p_contents .p_header__inner__line01 span.p_header__inner__line01__left{
        color: #005BE8;
        display: block;
        width: fit-content;
        position: relative;
      }
      /*
      .p_contents .p_header__inner__line01 span.p_header__inner__line01__left:first-letter{
        color: #26D5FF!important;
      }
        */
      .p_contents .p_header__inner__line01 span.p_header__inner__line01__left:after{
        content: "";
        width: 64px;
        height: 51px;
        background: url(/assets/images/recruit/top/icon_title_00.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        top: -30px;
        position: relative;
      }
      .sec__fv__bottom {
        position: absolute;
        bottom: 67px;
        z-index: 1;
        right: 0;
        left: 0;
      }
      .sec__fv .sec__fv__bottom__line02 {
        text-align: right;
        color: #fff;
      }
      @media screen and (min-width: 1025px) {
        .sec__fv .sec__fv__bottom__line02 {
          font-size: 6.6rem!important;
          margin-bottom: 20px;
        }
      }

      @media screen and (min-width: 1025px) {
        .sec__fv .sec__fv__bottom__line03 {
          margin-left: auto;
          justify-content: flex-end;
        }
      }

      @media screen and (min-width: 1025px) {
        .sec__fv  .arrow__link {
          min-width: 254px;
        }
      }

      .background01 {
        background: none;
      }


      @media screen and (min-width: 1025px) {
        .p_recruit__read__inner.type-left {
            max-width: 100%;
            color: #575757;
        }
      }

      .p_recruit__read__inner.type-left b{
          color: #005BE9;
          display: inline;
      }

      @media screen and (min-width: 1025px) {
        .p_contents .sec__inner .p_recruit__read {
        }
      }

    .p_contents .sec__inner .p_recruit__read {
      font-size: 1.7rem;
      line-height: 1.875;
      border: none;
      width: 100%;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 90px;
    }
    @media screen and (min-width: 1025px) {
      .p_contents .sec__inner .p_recruit__read {
        /*font-size: 2.8rem;*/
        line-height: 1.7142;
        text-align: center;
        padding-top: 150px;
        margin-bottom: 150px;
        margin: 0 auto;
        padding-top: 90px;
        padding-bottom: 140px;
        max-width: 960px;
        justify-content: space-between;
        align-items: center;
      }
    }
    @media screen and (max-width: 1024px) {
      .p_contents .sec__inner .p_recruit__read {
        padding-bottom: 30px !important;
        padding-top: 60px;
      }
    }
    @media screen and (max-width: 1024px) {
      .p_contents .sec__inner .p_recruit__read br {
        display: none;
      }
    }
    .p_contents .sec__inner .p_recruit__read:after {
      display: none;
    }

      .p_contents .circleWrapper .sec__inner h2 {
        color: #575757;
        border-bottom: none;
      }
      .p_contents .circleWrapper .sec__inner h2:after {
        display: none;
      }
    @media screen and (min-width: 1025px) {
      .p_contents .circleWrapper .sec__inner h2 {
        font-size: 2.8rem;
        width: 100%;
        text-align: center;
        display: block;
        padding-bottom: 45px;
        margin-bottom: 0;
      }
    }

    @-webkit-keyframes circleMove {
      100% {
        offset-distance: 100%;
      }
    }

    @keyframes circleMove {
      100% {
        offset-distance: 100%;
      }
    }

    .circleWrapper {
      position: relative;
    }
    .circleWrapper .circle {
      position: absolute;
      width: 20vw;
      height: 20vw;
      border-radius: 50%;
      background: #ccc;
      z-index: 0;
      -webkit-animation: circleMove 10s linear infinite;
              animation: circleMove 10s linear infinite;
      offset-rotate: 0deg;
      offset-anchor: 100% 50%;
      will-change: transform, offset-path;
      offset-path: path("M27.5725 18.3886C34.2126 11.4639 46.2247 18.3886 49.0349 25.3132C55.9586 42.3741 43.0029 59.3027 34.7027 46.52C26.7035 34.2008 38.356 16.6574 27.5725 4.1065C24.2631 0.254644 11.3776 -0.894661 5.75713 5.83765C-0.710188 13.5843 0.221422 26.9736 3.78997 33.1034C11.0966 45.6543 20.9325 25.3132 27.5725 18.3886Z");
      will-change: transform, filter, offset-path;
    }
    .circleWrapper .circle.type01 {
      background: #005BE9;
      left: 17%;
      bottom: 10%;
      max-width: 55px;
      max-height: 55px;
      max-width: 3.6vw;
      max-height: 3.6vw;

      background: #26d5ff;
      left: 8%;
      bottom: 7%;
      max-width: 8.6vw;
      max-height: 8.6vw;
      /*
      min-width: 148px;
      min-height: 148px;
      */
    }
    .circleWrapper .circle.type02 {
      background: #26D5FF;
      left: 51%;
      bottom: -15%;
      max-width: 77px;
      max-height: 77px;
      max-width: 5vw;
      max-height: 5vw;
      animation-direction: reverse;
      display: none;
    }
    .circleWrapper .circle.type03 {
      background: #005BE9;
      right: 16%;
      bottom: -13%;
      max-width: 30px;
      max-height: 28px;
      max-width: 2vw;
      max-height: 2vw;
      -webkit-animation-duration: 16s;
              animation-duration: 16s;
      -webkit-animation-delay: -14s;
              animation-delay: -14s;
      display: none;
    }
    .circleWrapper .circle.type04 {
      background: #26D5FF;
      right: 7%;
      bottom: 8%;
      max-width: 52px;
      max-height: 55px;
      max-width: 3vw;
      max-height: 3vw;


      right: 12%;
      bottom: 22%;


      -webkit-animation-duration: 17s;
              animation-duration: 17s;
      -webkit-animation-delay: -13s;
              animation-delay: -13s;
    }
    .circleWrapper .circle.type05 {
      background: #DEEBFF;
      right: 8%;
      bottom: -17%;
      max-width: 150px;
      max-height: 150px;
      max-width: 7.5vw;
      max-height: 7.5vw;

      right: 22%;
      bottom: 31%;
      max-width: 0.75vw;
      max-height: 0.75vw;


      -webkit-animation-duration: 18s;
              animation-duration: 18s;
      -webkit-animation-delay: -12s;
              animation-delay: -12s;
    }
    .circleWrapper .circle.type06 {
      background: rgba(0, 9, 233, 0.15);
      left: 0.5%;
      left: 2.5%;
      bottom: 24%;
      bottom: 25%;
      max-width: 90px;
      max-height: 90px;
      max-width: 6vw;
      max-height: 6vw;
      -webkit-animation-duration: 19s;
              animation-duration: 19s;
      -webkit-animation-delay: -11s;
              animation-delay: -11s;
    }
    .circleWrapper .circle.type07 {
      background: #005BE9;
      left: 5%;
      bottom: 55%;
      max-width: 25px;
      max-height: 25px;
      max-width: 2vw;
      max-height: 2vw;
      -webkit-animation-duration: 20s;
              animation-duration: 20s;
      -webkit-animation-delay: -10s;
              animation-delay: -10s;
    }
    .circleWrapper .circle.type08 {
      background: rgba(0, 9, 233, 0.15);
      left: 44.5%;
      bottom: 11%;
      max-width: 4vw;
      max-height: 4vw;

      background: rgb(221 235 255);
      left: 23.5%;
      bottom: 28%;
      max-width: 3vw;
      max-height: 3vw;


      -webkit-animation-duration: 21s;
              animation-duration: 21s;
      -webkit-animation-delay: -9s;
              animation-delay: -9s;
    }
    .circleWrapper .circle.type09 {
      background: #26D5FF;
      left: 50.5%;
      bottom: 44%;
      max-width: 2.6vw;
      max-height: 2.6vw;


    background: #deebff;
    left: 62.5%;
    bottom: 24%;

      -webkit-animation-duration: 22s;
              animation-duration: 22s;
      -webkit-animation-delay: -8s;
              animation-delay: -8s;
              opacity: 0;
    }
    .circleWrapper .circle.type10 {
      background: rgba(0, 9, 233, 0.15);
      left: 56.6%;
      bottom: 72%;
      max-width: 6vw;
      max-height: 6vw;

    background: rgb(221 235 255);
    left: 69%;
    bottom: 58%;
    max-width: 8vw;
    max-height: 8vw;

      -webkit-animation-duration: 23s;
              animation-duration: 23s;
      -webkit-animation-delay: -7s;
              animation-delay: -7s;
    }
    .circleWrapper .circle.type11 {
      background: #005BE9;
      right: 30.5%;
      bottom: 39%;
      max-width: 4.3vw;
      max-height: 4.3vw;

      right: 16.5%;
      bottom: 43%;

      -webkit-animation-duration: 24s;
              animation-duration: 24s;
      -webkit-animation-delay: -6s;
              animation-delay: -6s;
    }
    .circleWrapper .circle.type12 {
      background: #005BE9;
      right: 24%;
      bottom: 23%;
      max-width: 2.8vw;
      max-height: 2.8vw;

      right: 17.5%;
      bottom: 35%;
      max-width: 1.6vw;
      max-height: 1.6vw;


      -webkit-animation-duration: 25s;
              animation-duration: 25s;
      -webkit-animation-delay: -5s;
              animation-delay: -5s;
    }
    .circleWrapper .circle.type13 {
      background: #26D5FF;
      right: 13%;
      bottom: 42%;
      max-width: 6.5vw;
      max-height: 6.5vw;

    right: 15%;
    bottom: 64%;
    max-width: 4vw;
    max-height: 4vw;

      -webkit-animation-duration: 27s;
              animation-duration: 27s;
      -webkit-animation-delay: -3s;
              animation-delay: -3s;
    }
    @media screen and (min-width: 1024px) {
      .circleWrapper .mr036p {
        margin-right: 3.6%;
      }
    }

    .p_recruit__read__inner.type-right.type01 {
      max-width: calc(100% - 228px);
      width: 100%;
    }
    .p_recruit__read__inner.type-right.type03 {
      width: 228px;
    }

    .recruit-sub_title{
      content: "";
      width: 71px;
      height: 78px;
    }

    @media screen and (min-width: 1025px) {
    .p_recruit .p_company__list.type01 .p_company__list__item {
          width: 100%;
      }
    }

    .p_contents .sec__inner h3.recruit-sub_title {
      position: relative;
      width: 100%;
      display: block;
      padding-left: 94px;
      line-height: 1.3;
          height: auto;
          margin-bottom: 20px;
    }
    .p_contents .sec__inner h3.recruit-sub_title span {
      width: 100%;
      display: block;
    }
    .p_contents .sec__inner h3.recruit-sub_title .eng {
      color: #005be9;
      font-weight: bold;
      font-size: 5.3rem;
    }
    .p_contents .sec__inner h3.recruit-sub_title .jpn {
      font-size: 2.2rem;
    }
    .p_contents .sec__inner h3.recruit-sub_title:before {
      width: 71px;
      height: 78px;
      content: "";
      background: url(/assets/images/recruit/top/icon_title_01.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
    }
    .p_contents .sec__inner h3.recruit-sub_title:after {
      display: none;
    }

    @media screen and (min-width: 768px) {
        .p_recruit .p_company__list.type01 {
            margin-top: 40px;
        }
        .p_recruit .p_company__list.type01 .p_company__list__item {
            margin-bottom: 60px;
        }
      .p_contents .sec__inner h3.recruit-sub_title{
        margin-bottom: 0;
      }
    }
    .p_company__list__item__link:hover .p_company__list__item__title__text {
      color: #005BE8!important;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item__link {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      border: none;
      border-radius: 20px;
      overflow: hidden;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item__link .thum {
      width: 100%;
      max-width: 49%;
      padding: 0!important;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item__link .p_company__list__item__title {
      width: 100%;
      max-width: 45%;
      padding-left: 6%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item__title__tag{
      font-family: "Montserrat", sans-serif !important;
      color: #005BE8;
      font-weight: 500;
      font-size: 22px;
      border: 1px solid #005BE8;
      border-radius: 25px;
      padding: 3.5px 23px;
      display: block;
      line-height: 1;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item__title__text {
      width: 100%;
      display: block;
      margin-top: 13px;
      font-size: 26px;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item__title__text02 {
      width: 100%;
      display: block;
      margin-top: 25px;
      font-size: 15px;
      line-height: 2.0;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item .arrow__link {
      margin-top: 39px;
      font-size: 14px;
      min-height: 1px;
      min-width: 128px;
      padding: 4px 19px 3px 13px;
      background: #e7effd;
      border: none;
      flex-direction: row-reverse;
      gap: 6px;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item .arrow__link .arrow__link__icon {
      line-height: 1;
      left: 0;
      right: auto;
      position: relative;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item .arrow__link .arrow__link__text {
      position: relative;
      top: -.5px;
      font-weight: 400;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item .arrow__link .arrow__link__icon svg{
      height: 20px;
      width: 20px;
    }

    .p_recruit .p_company__list.type01 {
      padding-bottom: 120px;
    }

    .p_company__list.type02 {
      max-width: 980px;
      margin-left: auto;
      margin-right: auto;
    }

    .p_company__list.type02 .p_company__list__item__link{
      border-bottom: none;
    }

    .p_recruit .p_company__list.type02 .p_company__list__item {
      width: 49%;
      margin-top: 20px;
    }
    .p_recruit .p_company__list.type02 .p_company__list__item__link{
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
    }
    .p_recruit .p_company__list.type02 .p_company__list__item__link .p_company__list__item__title__icon {
      right: 20px;
    }

    .p_recruit .p_company__list.type02 .thum {
      width: 100%;
      max-width: 100%;
      padding: 30px;
    }
    .p_recruit .p_company__list.type02 .p_company__list__item__title {
      padding-left: 0;
      border-bottom: 1px solid #0251BF;
    }
    .p_company__list__item__text {
      font-size: 15px;
      line-height: 2.0;
      margin-top: 15px;
    }

    .p_interview__bg {
      position: relative;
      padding: 60px 0 80px;
    }
    @media screen and (min-width: 768px) {
        .p_interview__bg {
          margin-top: 40px;
        }
    }

    .p_interview__bg:after {
      content: "";
      width: 100vw;
      height: 100%;
      background: #F0F6FC;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 calc(50% - 50vw);
      z-index: -1;
    }

    .p_interview__swiper .swiper-slide,
    .swiper-slide__line01 {
      border-radius: 12px;
      overflow: hidden;
    }
    .p_interview__bg {
      padding-bottom: 1px;
    }
    .interview-pagination + .arrow__link {
      margin-bottom: 80px;
    }
    .before_ir__footer {
      background: #005bea;
      padding: 80px 0 100px;
      color: #fff;
    }
    .before_ir__footer__bottom__inner__line02 {
      margin-top: 0;
    }
    .before_ir__footer__bottom__inner__line02 a {
      color: #005bea;
      background: #ffffff;
      border: 1px solid #005BEA;
      width: 100%;
    }
    .before_ir__footer__bottom__inner__line02 a .arrow__link__icon{
      border: 1px solid #005bea;
      border-radius: 50%;
      width: 27px;
      height: 27px;
    }
    .before_ir__footer__bottom__inner__line02 a .arrow__link__icon svg {
      width: 25px;
      height: 25px;
    }
    .before_ir__footer__read {
      color: #fff;
      text-align: left;
    }
    .before_ir__footer .sec__inner{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }
    .before_ir__footer .sec__inner > * {
      width: 48.5%;
      margin: 0;
    }
    .before_ir__footer__bottom__inner.type01 {
      display: none;
    }

    @media screen and (min-width: 1025px) {
      .before_ir__footer__bottom__inner.type02 {
          max-width: 100%;
          max-width: 540px;
          margin-top: 0;
          margin-left: 0;
          margin-right: 0;
          height: fit-content;
          margin: 0 0 0 left;
      }
      .before_ir__footer__bottom {
          height: fit-content;
      }
    }

    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    .recruit-sub_title .eng{
      font-family: "Montserrat", sans-serif!important;
      font-weight: bold;
    }




    .before_ir__footer .circle {
      position: absolute;
      width: 20vw;
      height: 20vw;
      border-radius: 50%;
      background: #ccc;
      z-index: 0;
      -webkit-animation: circleMove 10s linear infinite;
              animation: circleMove 10s linear infinite;
      offset-rotate: 0deg;
      offset-anchor: 100% 50%;
      will-change: transform, offset-path;
      offset-path: path("M27.5725 18.3886C34.2126 11.4639 46.2247 18.3886 49.0349 25.3132C55.9586 42.3741 43.0029 59.3027 34.7027 46.52C26.7035 34.2008 38.356 16.6574 27.5725 4.1065C24.2631 0.254644 11.3776 -0.894661 5.75713 5.83765C-0.710188 13.5843 0.221422 26.9736 3.78997 33.1034C11.0966 45.6543 20.9325 25.3132 27.5725 18.3886Z");
      will-change: transform, filter, offset-path;
    }
    .before_ir__footer .circle.type01 {
      background: #005BE9;
      left: 17%;
      bottom: 10%;
      max-width: 55px;
      max-height: 55px;
      max-width: 3.6vw;
      max-height: 3.6vw;

      background: #26d5ff;
      left: 8%;
      bottom: 7%;
      max-width: 8.6vw;
      max-height: 8.6vw;

      left: 6%;
      bottom: -33%;
      max-width: 10.2vw;
      max-height: 10.2vw;
      z-index:1;

    }
    .before_ir__footer .circle.type02 {
      background: #26D5FF;
      left: 51%;
      bottom: -15%;
      max-width: 77px;
      max-height: 77px;
      max-width: 5vw;
      max-height: 5vw;
      animation-direction: reverse;
      display: none;
    }
    .before_ir__footer .circle.type03 {
      background: #005BE9;
      right: 16%;
      bottom: -13%;
      max-width: 30px;
      max-height: 28px;
      max-width: 2vw;
      max-height: 2vw;
      -webkit-animation-duration: 16s;
              animation-duration: 16s;
      -webkit-animation-delay: -14s;
              animation-delay: -14s;
      display: none;
    }
    .before_ir__footer .circle.type04 {
      background: #26D5FF;
      right: 7%;
      bottom: 8%;
      max-width: 52px;
      max-height: 55px;
      max-width: 3vw;
      max-height: 3vw;


      right: 12%;
      bottom: 22%;
      max-width: 3vw;
      max-height: 3vw;
      right: 3%;
      bottom: -15%;

      -webkit-animation-duration: 17s;
              animation-duration: 17s;
      -webkit-animation-delay: -13s;
              animation-delay: -13s;
    }
    .before_ir__footer .circle.type05 {
      background: #DEEBFF;
      right: 8%;
      bottom: -17%;
      max-width: 150px;
      max-height: 150px;
      max-width: 7.5vw;
      max-height: 7.5vw;

      max-width: 1.3vw;
      max-height: 1.3vw;
      right: 3.3%;
      bottom: 35%;

      background: #26d5ff;
      -webkit-animation-duration: 18s;
              animation-duration: 18s;
      -webkit-animation-delay: -12s;
              animation-delay: -12s;
    }
    .before_ir__footer .circle.type06 {
      background: rgba(0, 9, 233, 0.15);
      left: 0.5%;
      left: -1.5%;
      bottom: 24%;
      bottom: 55%;
      max-width: 90px;
      max-height: 90px;
      max-width: 5vw;
      max-height: 5vw;
      -webkit-animation-duration: 19s;
              animation-duration: 19s;
      -webkit-animation-delay: -11s;
              animation-delay: -11s;
      z-index:0;
      background: rgb(11 128 240);
    }
    .before_ir__footer .circle.type07 {
      background: #005BE9;
      left: 5%;
      bottom: 55%;
      max-width: 25px;
      max-height: 25px;
      max-width: 2vw;
      max-height: 2vw;
      -webkit-animation-duration: 20s;
              animation-duration: 20s;
      -webkit-animation-delay: -10s;
              animation-delay: -10s;

      max-width: 1.3vw;
      max-height: 1.3vw;
      background: #0b80f0;
      left: 2%;
      bottom: 110%;


    }
    .before_ir__footer .circle.type08 {
      background: rgba(0, 9, 233, 0.15);
      left: 44.5%;
      bottom: 11%;
      max-width: 4vw;
      max-height: 4vw;

      background: rgb(221 235 255);
      left: 23.5%;
      bottom: 28%;
      max-width: 3vw;
      max-height: 3vw;
      left: 17.5%;
      bottom: -31%;

      -webkit-animation-duration: 21s;
              animation-duration: 21s;
      -webkit-animation-delay: -9s;
              animation-delay: -9s;
    }
    .before_ir__footer .circle.type09 {
      background: #26D5FF;
      left: 50.5%;
      bottom: 44%;
      max-width: 2.6vw;
      max-height: 2.6vw;

      max-width: 1.3vw;
    max-height: 1.3vw;
    background: #0b80f0;
    left: 86.5%;
    bottom: 17%;

      -webkit-animation-duration: 22s;
              animation-duration: 22s;
      -webkit-animation-delay: -8s;
              animation-delay: -8s;
    }
    .before_ir__footer .circle.type10 {
      background: rgba(0, 9, 233, 0.15);
      left: 56.6%;
      bottom: 72%;
      max-width: 6vw;
      max-height: 6vw;

    background: rgb(11 128 240);
    left: 51%;
    bottom: 0;
    max-width: 4vw;
    max-height: 4vw;
      -webkit-animation-duration: 23s;
              animation-duration: 23s;
      -webkit-animation-delay: -7s;
              animation-delay: -7s;
    }
    .before_ir__footer .circle.type11 {
      background: #005BE9;
      right: 30.5%;
      bottom: 39%;
      max-width: 4.3vw;
      max-height: 4.3vw;

      background: rgb(11 128 240);
      left: 51%;
      bottom: 0;
      max-width: 4vw;
      max-height: 4vw;


          left: 74%;
    bottom: 37%;
    max-width: 5vw;
    max-height: 5vw;

      -webkit-animation-duration: 24s;
              animation-duration: 24s;
      -webkit-animation-delay: -6s;
              animation-delay: -6s;
    }
    .before_ir__footer .circle.type12 {
      background: #005BE9;
      right: 24%;
      bottom: 23%;
      max-width: 2.8vw;
      max-height: 2.8vw;

      right: 17.5%;
      bottom: 35%;
      max-width: 1.6vw;
      max-height: 1.6vw;
    background: #deebff;
    right: 17%;
    bottom: 5%;
    max-width: 0.6vw;
    max-height: 0.6vw;
      -webkit-animation-duration: 25s;
              animation-duration: 25s;
      -webkit-animation-delay: -5s;
              animation-delay: -5s;
    }
    .before_ir__footer .circle.type13 {
      background: #26D5FF;
      right: 13%;
      bottom: 42%;
      max-width: 6.5vw;
      max-height: 6.5vw;

    right: 15%;
    bottom: 76%;
    max-width: 4vw;
    max-height: 4vw;

      -webkit-animation-duration: 27s;
              animation-duration: 27s;
      -webkit-animation-delay: -3s;
              animation-delay: -3s;
    }
    .before_ir__footer .sec__inner{
      position: relative;
    }
    .before_ir__footer__read {
      position: relative;
      z-index: 1;

    }
    .before_ir__footer {
      overflow: hidden;
    }

    @media screen and (max-width: 768px) {

      .circleWrapper .circle.type10 {
          max-width: 13vw;
          max-height: 13vw;
          bottom: auto;
          top: -7.5vw;
      }
      .circleWrapper .circle.type04 {
        max-width: 4.5vw;
        max-height: 4.5vw;
        right: 5%;
        bottom: auto;
        top: 20vw;
      }
      .circleWrapper .circle.type05 {
        max-width: 7.5vw;
        max-height: 7.5vw;
        right: 22%;
        bottom: auto;
        top: 25vw;
      }
      .circleWrapper .circle.type07 {
        max-width: 7vw;
        max-height: 7vw;
        left: auto;
        right: 0;
        bottom: auto;
        top: 10vw;
      }
      .circleWrapper .circle.type11 {
        max-width: 3.3vw;
        max-height: 3.3vw;
        right: 5.5%;
        bottom: 70%;
      }
      .circleWrapper .circle.type13 {
        max-width: 6vw;
        max-height: 6vw;
        right: 0;
        bottom: auto;
        top: -6vw;
      }

        .p_company__list__item__link {
          padding-left: 10px;
          padding-right: 10px;
        }


      .sec__fv__bottom {
        position: relative;
        bottom: 0;
        margin-top: -21vw;
        margin-top: -80px;
        padding-bottom: 30px;
      }
      .sec__fv .sec__fv__bottom__line02 {
        font-size: 6.5vw;
        font-size: 2.6rem;
        margin-bottom: 8vw;
        margin-bottom: 40px;
      }
      .sec__fv .sec__fv__bottom__line03 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
      }
      .sec__fv .sec__fv__bottom__line03 a + a {
        margin-top: 0px !important;
      }
      .sec__fv .sec__fv__bottom__line03 .arrow__link {
        width: calc((100% - 10px) / 2);
      }
      .sec__fv .arrow__link__icon {
        position: absolute;
        right: 10px;
      }
      .sec__fv .arrow__link__icon svg{
        width: 21px;
        height: 21px;
      }
      .p_contents .sec__inner h2 {
        font-size: 4.25vw;
        order: 1;
        width: 60%;
        display: block;
        margin-bottom: 20px;
      }
      .p_recruit__read__inner.type-right.type01 {
        order: 3;
        width: 100%;
      }
      .p_recruit__read__inner.type-right.type03 {
        order: 2;
        width: 40%;
        margin-top: 0;
      }
      .p_contents .sec__inner .p_recruit__read {
        padding-bottom: 0!important;
        padding-top: 0;
        justify-content: space-between;
      }
      .p_contents .circleWrapper .sec__inner .p_recruit__read br {
        display: block!important;
      }
      .p_recruit__read__inner.type-right.type03 img{
        width: 25vw;
      }
      .p_recruit__read__inner.type-right.type01 {
        max-width: 100%;
        margin-top: 0;
        font-size: 3.6vw;
        text-align: justify;
      }
      .p_recruit__read__inner.type-right.type01 br.pc {
        display: none!important;
      }
      .circleWrapper > .sec__inner {
        position: relative;
      }
      .p_contents .sec__inner h3.recruit-sub_title:before {
        width: 43px;
        height: 47px;
        margin-top: 0;
      }
      .p_contents .sec__inner h3.recruit-sub_title {
        padding-left: 58px;
        margin-top: 60px;
      }
      .p_contents .sec__inner h3.recruit-sub_title .eng {
        font-size: 2.8rem;
      }
      .p_contents .sec__inner h3.recruit-sub_title .jpn {
        font-size: 1.5rem;
      }
      .p_recruit .sec__inner h3 {
        margin-bottom: 0;
      }

      .p_recruit .p_company__list.type01 {
        padding-bottom: 0;
      }
      .p_recruit .p_company__list.type02 .thum {
        padding: 0;
      }
      .p_recruit .p_company__list .p_company__list__item__title__text {
        font-size: 1.5rem;
      }
      .p_company__list__item__text {
        font-size: 13px;
      }
      .p_company__list__item {
        margin-bottom: 0;
      }
      .before_ir__footer .sec__inner > * {
        width: 100%;
      }
      .before_ir__footer__bottom__inner.type02 {
        margin-top: 30px;
      }
      .before_ir__footer {
        background: #005bea;
        padding: 40px 0;
        color: #fff;
      }
      .p_contents .p_header__inner__line01 span.p_header__inner__line01__left:after {
        width: 32px;
        height: 25px;
        top: -12px;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item {
        width: 100%;
      }
    }
    @media screen and (max-width: 1024px) {
      .sec__fv .sec__fv__bottom__line03 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
      }
      .sec__fv .sec__fv__bottom__line03 .arrow__link {
        width: calc((100% - 10px) / 2);
      }
      .sec__fv .sec__fv__bottom__line03 a + a {
        margin-top: 0px !important;
      }
      .sec__fv .sec__fv__bottom__line02 {
        margin-bottom: 40px;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item__link {
        flex-wrap: wrap;
      }
      .p_recruit .p_company__list.type01 {
        align-items: flex-start;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item {
        width: 48.5%;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item__link .thum {
        max-width: 100%;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item__link .p_company__list__item__title {
        width: 100%;
        max-width: 100%;
        padding: 20px 0 0;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item__title__tag {
        padding: 3.5px 12px;
        font-size: 1.3rem;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item__title__text {
        width: 100%;
        display: block;
        margin-top: 8px;
        font-size: 16px;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item__title__text02 {
        margin-top: 10px;
        font-size: 1.3rem;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item .arrow__link {
        margin-top: 15px;
        font-size: 12px;
        min-height: 1px;
        min-width: 108px;
        padding: 4px 5px 3px 1px;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item {
        margin-bottom: 40px;
      }
      .p_recruit .p_company__list.type01 .p_company__list__item:last-of-type {
        margin-bottom: 0;
      }
    }

    @media screen and (min-width: 640px) {
      .sec__fv .sec__fv__bottom__line02 {
        font-size: 4.6rem;
      }
      .sec__fv__bottom {
        margin-top: -110px;
      }
    }


    @media screen and (min-width: 768px) {
      .sec__fv .sec__fv__bottom__line02 {
        font-size: 4.6rem;
      }
      .sec__fv__bottom {
        position: relative;
        bottom: 0;
        margin-top: -21vw;
        margin-top: -110px;
      }
    }

    @media screen and (min-width: 1025px) {
      .sec__fv__bottom {
        position: absolute;
        bottom: 67px;
      }
    }
    @media screen and (max-width: 768px) {
      .p_recruit .p_company__list.type01 .p_company__list__item {
        width: 100%;
      }
    }

    .before_ir__footer__bottom__inner__line02 a:hover {
      background: #005be9;
      color: #fff;
      border: #fff solid 1px;
    }

    .before_ir__footer__bottom__inner__line01 a:hover {
      background: #005be9;
      color: #fff;
      border: #fff solid 1px;
    }

    .p_recruit .p_company__list.type01 .p_company__list__item .p_company__list__item__link .arrow__link{
      transition: .4s;
    }
    .p_recruit .p_company__list.type01 .p_company__list__item .p_company__list__item__link:hover .arrow__link{
      background: #005be9;
      color: #fff;
    }

    @media screen and (min-width: 1024px) {
        .p_recruit .p_company__list.type02 .p_company__list__item {
            width: calc((100% - 40px) / 2);
        }
    }

    .p_interview__swiper .swiper-slide .swiper-slide__line01 img{
      border-radius: 12px;
    }
    .swiper-slide__link:hover {
      opacity: .6;
    }


      .p_interview__swiper .swiper-slide .swiper-slide__link:hover >  .swiper-slide__line02,
      .p_interview__swiper .swiper-slide .swiper-slide__link:hover >  .swiper-slide__line03 {
        color:#005BE8!important;
      }