@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700?family=Hanken+Grotesk:ital,wght@0,500;1,400&display=swap');
*/
.eng_popions {
  font-family: "Poppins", sans-serif !important;
}

.ls_minus01 {
  letter-spacing: -0.1em !important;
}

.eng_lato {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.p_contents .p_header.recruit {
  background: none;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .p_contents .p_header.recruit {
    margin-bottom: 0px;
    padding: 35px 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p_contents .p_header.recruit {
    margin-bottom: 40px;
  }
}
.p_contents .p_header__inner__line01__left,
.p_contents .p_header__inner__line02 {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .p_contents .p_header__inner__line01__left,
  .p_contents .p_header__inner__line02 {
    padding-left: 0;
  }
}

.ir__footer.mt0 {
  margin-top: 0 !important;
}

.before_ir__footer {
  background: #F0F6FC;
  padding: 80px 0 100px;
}
.before_ir__footer__read {
  color: #005BE9;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .before_ir__footer__read {
    font-size: 3rem;
    line-height: 1.8;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .before_ir__footer__read br {
    display: none;
  }
}
.before_ir__footer__bottom {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .before_ir__footer__bottom {
    width: 90%;
    max-width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.before_ir__footer__bottom a {
  margin: 0 !important;
  min-width: 1px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .before_ir__footer__bottom__inner.type01 {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .before_ir__footer__bottom__inner.type01 {
    width: 26%;
  }
}
.before_ir__footer__bottom__inner.type01 img {
  width: 60%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .before_ir__footer__bottom__inner.type01 img {
    width: 100%;
    left: -4%;
  }
}
.before_ir__footer__bottom__inner.type02 {
  width: 100%;
  max-width: 292px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .before_ir__footer__bottom__inner.type02 {
    max-width: calc(74% - 20px);
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}
.before_ir__footer__bottom__inner__line01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.before_ir__footer__bottom__inner__line01 a {
  width: 100%;
  margin-top: 13px !important;
}
@media screen and (min-width: 1025px) {
  .before_ir__footer__bottom__inner__line01 a {
    margin-top: 0;
    width: calc((100% - 20px) / 2);
  }
}
.before_ir__footer__bottom__inner__line02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
}
.before_ir__footer__bottom__inner__line02 a {
  color: #fff;
  background: #005BEA;
  border: 1px solid #005BEA;
  width: 100%;
}
.before_ir__footer__bottom__inner__line02 a #circle_23, .before_ir__footer__bottom__inner__line02 a path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.before_ir__footer__bottom__inner__line02 a:hover {
  color: #005BEA;
  background: #fff;
}
.before_ir__footer__bottom__inner__line02 a:hover #circle_23 {
  fill: #005BEA;
}
.before_ir__footer__bottom__inner__line02 a:hover path {
  fill: #fff;
}

.p_fixed {
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.p_fixed a {
  background: #24D5FF;
  border: 2px solid #24D5FF;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  padding: 14px 18px;
  border-radius: 14px 0 0 0;
  width: 100%;
  min-width: 1960x;
}
@media screen and (min-width: 1025px) {
  .p_fixed a {
    font-size: 1.8rem;
    gap: 20px;
    padding: 20px 18px;
    min-width: 194px;
  }
}
.p_fixed a #circle_23, .p_fixed a path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p_fixed a:hover {
  background: #fff;
  color: #24D5FF;
  background: #fff;
}
.p_fixed a:hover #circle_23 {
  fill: #24D5FF;
}
.p_fixed a:hover path {
  fill: #fff;
}

@media screen and (min-width: 1025px) {
  .pageTop {
    margin-bottom: 100px;
  }
}

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

@keyframes circleMove {
  100% {
    offset-distance: 100%;
  }
}
.sec__fv {
  background: url(/assets/images/recruit/top/page_header_sp.jpg);
  background-size: cover;
  background-position: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 0;
}
@media screen and (min-width: 1025px) {
  .sec__fv {
    padding: 46px 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec__fv {
    background: url(/assets/images/recruit/top/page_header_pc.jpg);
    background-size: cover;
    background-position: center;
  }
}
.sec__fv .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.sec__fv .fv_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 116vw;
  position: relative;
  z-index: 1;
  -webkit-transition: 7s;
  transition: 7s;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  left: 100vw;
}
@media screen and (max-width: 767px) {
  .sec__fv .fv_slide {
    width: 230vw;
    -webkit-transition: 5s;
    transition: 5s;
  }
}
.sec__fv .is-show .fv_slide {
  left: -4vw;
}
@media screen and (max-width: 767px) {
  .sec__fv .is-show .fv_slide {
    left: -9vw;
  }
}
.sec__fv .sec__fv__slider {
  margin-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .sec__fv .sec__fv__slider {
    margin-bottom: 40px;
  }
}
.sec__fv .sec__fv__slider .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;
}
.sec__fv .sec__fv__slider .circle.type01 {
  background: #005BE9;
  left: 17%;
  bottom: 10%;
  max-width: 55px;
  max-height: 55px;
  max-width: 3.6vw;
  max-height: 3.6vw;
}
.sec__fv .sec__fv__slider .circle.type02 {
  background: #26D5FF;
  left: 51%;
  bottom: -15%;
  max-width: 77px;
  max-height: 77px;
  max-width: 5vw;
  max-height: 5vw;
  animation-direction: reverse;
}
.sec__fv .sec__fv__slider .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;
}
.sec__fv .sec__fv__slider .circle.type04 {
  background: #26D5FF;
  right: 7%;
  bottom: 8%;
  max-width: 52px;
  max-height: 55px;
  max-width: 3vw;
  max-height: 3vw;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
  -webkit-animation-delay: -13s;
          animation-delay: -13s;
}
.sec__fv .sec__fv__slider .circle.type05 {
  background: #DEEBFF;
  right: 8%;
  bottom: -17%;
  max-width: 150px;
  max-height: 150px;
  max-width: 7.5vw;
  max-height: 7.5vw;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}
.sec__fv .sec__fv__slider .circle.type06 {
  background: rgba(0, 9, 233, 0.15);
  left: 0.5%;
  bottom: 24%;
  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;
}
.sec__fv .sec__fv__slider .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;
}
.sec__fv .sec__fv__slider .circle.type08 {
  background: rgba(0, 9, 233, 0.15);
  left: 44.5%;
  bottom: 11%;
  max-width: 4vw;
  max-height: 4vw;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}
.sec__fv .sec__fv__slider .circle.type09 {
  background: #26D5FF;
  left: 50.5%;
  bottom: 44%;
  max-width: 2.6vw;
  max-height: 2.6vw;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}
.sec__fv .sec__fv__slider .circle.type10 {
  background: rgba(0, 9, 233, 0.15);
  left: 56.6%;
  bottom: 72%;
  max-width: 6vw;
  max-height: 6vw;
  -webkit-animation-duration: 23s;
          animation-duration: 23s;
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
.sec__fv .sec__fv__slider .circle.type11 {
  background: #005BE9;
  right: 30.5%;
  bottom: 39%;
  max-width: 4.3vw;
  max-height: 4.3vw;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.sec__fv .sec__fv__slider .circle.type12 {
  background: #005BE9;
  right: 24%;
  bottom: 23%;
  max-width: 2.8vw;
  max-height: 2.8vw;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.sec__fv .sec__fv__slider .circle.type13 {
  background: #26D5FF;
  right: 13%;
  bottom: 42%;
  max-width: 6.5vw;
  max-height: 6.5vw;
  -webkit-animation-duration: 27s;
          animation-duration: 27s;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
@media screen and (min-width: 1024px) {
  .sec__fv .sec__fv__slider .mr036p {
    margin-right: 3.6%;
  }
}
.sec__fv .sec__fv__slider .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.sec__fv .sec__fv__slider .swiper-wrapper img {
  width: 100%;
}
.sec__fv .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec__fv .sec__fv__bottom__line01 {
  color: #76EFFF;
  color: #005BE9;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3928;

  background: linear-gradient(180deg, #76EFFF 0%, #005BE9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
@media screen and (min-width: 1025px) {
  .sec__fv .sec__fv__bottom__line01 {
    font-size: 2.8rem;
    font-size: 5.8rem;
  }
}
.sec__fv .sec__fv__bottom__line02 {
  color: #005BE9;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: -0.07em;
  line-height: 1.3;
  margin-bottom: 14px;
}
@media screen and (min-width: 1025px) {
  .sec__fv .sec__fv__bottom__line02 {
    font-size: 8rem;
    letter-spacing: normal;
    margin-bottom: 29px;
  }
}
.sec__fv .sec__fv__bottom__line03 {
  width: 67%;
}
@media screen and (min-width: 1025px) {
  .sec__fv .sec__fv__bottom__line03 {
    gap: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 67%;
  }
}
.sec__fv .sec__fv__bottom__line03 a {
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  .sec__fv .sec__fv__bottom__line03 a + a {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .sec__fv .sec__fv__bottom__line03 .arrow__link {
    min-height: 46px;
    min-width: 1px;
    width: 100%;
  }
}

.background01 {
  background: #F0F6FC;
}

@media screen and (max-width: 1024px) {
  .p_recruit .sec__inner h3 {
    margin-bottom: 20px;
  }
}

.p_recruit__catch {
  margin-bottom: 13px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .p_recruit__catch {
    margin-bottom: 50px;
  }
}
.p_recruit__catch img {
  width: 108vw;
  max-width: 108vw;
  margin: 0 calc(50% - 54vw);
}
@media screen and (max-width: 1024px) {
  .p_recruit__catch img {
    width: 198vw;
    max-width: 198vw;
    margin: 0 calc(50% - 58vw);
  }
}
.p_recruit .p_company__list.type01 {
  padding-bottom: 20px;
}
.p_recruit .p_company__list.type01 .p_company__list__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 1025px) {
  .p_recruit .p_company__list.type01 .p_company__list__item {
    width: calc((100% - 70px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .p_recruit .p_company__list.type01 .p_company__list__item {
    margin-bottom: 30px;
  }
}
.p_recruit .p_company__list.type01 .thum {
  background: #fff;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .p_recruit .p_company__list.type01 .thum {
    background: #fff;
    padding: 25px;
  }
}
.p_recruit .p_company__list.type02 {
  padding-bottom: 20px;
}
.p_recruit .p_company__list.type02 .thum {
  padding: 25px;
  background: #fff;
}
.p_recruit .p_company__list.type02 .p_company__list__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 1024px) {
  .p_recruit .p_company__list.type02 .p_company__list__item {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .p_recruit .p_company__list .p_company__list__item__title {
    padding: 6px 20px 6px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p_recruit .p_company__list .p_company__list__item__title__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_recruit .p_company__list .p_company__list__item__title__icon {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p_recruit .p_company__list .p_company__list__item__title__icon svg {
    width: 18px;
  }
}

.p_interview__swiper .swiper-slide {
  background: #fff;
  padding: 20px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .p_interview__swiper .swiper-slide {
    padding: 30px;
  }
}
.p_interview__swiper .swiper-slide .swiper-slide__line01 {
  line-height: 0;
  padding-bottom: 25px;
}
.p_interview__swiper .swiper-slide .swiper-slide__line02 {
  font-size: 1rem;
  color: #666666;
  padding-bottom: 3px;
}
@media screen and (min-width: 1025px) {
  .p_interview__swiper .swiper-slide .swiper-slide__line02 {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}
.p_interview__swiper .swiper-slide .swiper-slide__line03 {
  font-size: 1.35rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px dashed #6FA2F0;
  margin-bottom: 13px;
}
@media screen and (min-width: 1025px) {
  .p_interview__swiper .swiper-slide .swiper-slide__line03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.p_interview__swiper .swiper-slide .swiper-slide__line04__inner {
  background: #F0F6FC;
  border-radius: 50px;
  color: #005BE8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 18px;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .p_interview__swiper .swiper-slide .swiper-slide__line04__inner {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p_interview__swiper .swiper-slide .maxheight {
    max-height: 18.75vw;
  }
}
.p_interview__swiper .swiper-button-prev, .p_interview__swiper .swiper-rtl .swiper-button-next {
  left: 6.25% !important;
}
.p_interview__swiper .swiper-button-next, .p_interview__swiper .swiper-rtl .swiper-button-prev {
  right: 6.25% !important;
}

.interview-pagination {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}
@media screen and (min-width: 1024px) {
  .interview-pagination {
    margin: 35px auto 50px;
  }
}
.interview-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 0;
  margin-left: 0 !important;
  background: #fff;
  opacity: 1;
  margin-right: 2px !important;
}
.interview-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005BE9;
}
.interview-pagination .swiper-pagination-bullet:last-of-type {
  margin: o !important;
}

.interview-pagination + .arrow__link {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
@media screen and (min-width: 1024px) {
  .interview-pagination + .arrow__link {
    margin-bottom: 120px;
  }
}

.wide img {
  min-width: 236vw;
  margin: 0 calc(50% - 58vw);
}
@media screen and (min-width: 1024px) {
  .wide img {
    min-width: 136vw;
    margin: 0 calc(50% - 68vw);
  }
}

.p_contents .sec__inner h2.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 h2.p_recruit__read {
    /*font-size: 2.8rem;*/
    line-height: 1.7142;
    text-align: center;
    padding-top: 150px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .p_contents .sec__inner h2.p_recruit__read {
    padding-bottom: 30px !important;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p_contents .sec__inner h2.p_recruit__read br {
    display: none;
  }
}
.p_contents .sec__inner h2.p_recruit__read:after {
  display: none;
}

.p_recruit__read__inner {
  display: block;
  width: 100%;
}

.p_recruit__read__inner.type-left {
  font-size: 160%;
}
@media screen and (max-width: 1024px) {
  .p_recruit__read__inner.type-left {
    font-size: 125%;
  }
}

.p_recruit__read__inner.type-right {
  text-align: left;
  line-height: 2.0;
  font-weight: 500;
  color: #333030;
}
@media screen and (max-width: 1024px) {
  .p_recruit__read__inner.type-right {
    margin-top: 30px;
  }
}


@media screen and (min-width: 1025px) {
  .p_recruit__read__inner.type-left {
  max-width: 58%;
  }
  .p_recruit__read__inner.type-right {
    line-height: 2.222;
    padding: 0 0 0 0;
    max-width: 32%;
  }
}