@charset "UTF-8";
/**************************************************
* ページ: トップ
**************************************************/
/*------------------------------
fv
------------------------------*/
.fv {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .fv__inner {
    padding-left: 5%;
    width: 90%;
  }
}

.fv__content {
  max-width: 1960px;
  margin: 0 auto;
  border-radius: 20px 0 0 20px;
  position: relative;
}
.fv__content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__content .label_animations {
  margin-top: 0;
}
@media (max-width: 767px) {
  .fv__content .label_animations {
    margin-top: -5px;
  }
}
.fv__content .label_animations .label {
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #004888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60px;
  padding: 0 0.25em;
}
@media (min-width: 1080px) {
  .fv__content .label_animations .label {
    height: 88px;
    font-size: 4.8rem;
  }
}
@media (min-width: 1680px) {
  .fv__content .label_animations .label {
    height: 88px;
    font-size: 4.8rem;
  }
}
.fv__content .label_animations .label:nth-of-type(2), .fv__content .label_animations .label:nth-of-type(3), .fv__content .label_animations .label:nth-of-type(4) {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .fv__content .label_animations .label:nth-of-type(2), .fv__content .label_animations .label:nth-of-type(3), .fv__content .label_animations .label:nth-of-type(4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .fv__content .label_animations .label {
    font-size: 2.3rem;
    height: 38px;
  }
}
@media (width < 767px) {
  .fv__content .label_animations .hide-sp {
    display: none;
  }
}
@media (width > 768px) {
  .fv__content .label_animations .hide-pc {
    display: none;
  }
}

.fv__images {
  width: max(100% + (100vw - 1200px) / 2, 100% + 5vw);
  aspect-ratio: 1560/846;
  position: relative;
}
.fv__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .fv__images {
    aspect-ratio: 1340/2469;
  }
}
.fv__images_Contents {
  position: absolute;
  top: 15%;
  left: -3%;
  bottom: 0;
  max-width: 766px;
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  z-index: 1;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
@media (max-width: 767px) {
  .fv__images_Contents {
    max-width: 670px;
    width: 100%;
    top: 0;
    left: -15px;
  }
}
@media (width > 1080px) {
  .fv__images_Contents {
    width: 80%;
    top: 20%;
  }
}
@media (width > 1600px) {
  .fv__images_Contents {
    left: -140px;
    width: 100%;
    top: 20%;
  }
}

.fvSwiper {
  position: relative;
}
.fvSwiper .swiper-pagination[class][class] {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 9.5%;
  left: 38.4%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fvSwiper .swiper-pagination-bullet[class][class] {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: unset;
  height: unset;
  margin: 0;
  width: 5px;
  aspect-ratio: 1/1;
  background-color: #fff;
  margin: 0 5px;
  opacity: 1;
}
.fvSwiper .swiper-pagination-bullet[class][class].swiper-pagination-bullet-active {
  outline: 4px solid #00B1FF;
}
@media (max-width: 767px) {
  .fvSwiper .swiper-pagination[class][class] {
    display: none;
  }
}

/*------------------------------
topic
------------------------------*/
.topic {
  position: absolute;
  width: 33%;
  right: 2.8%;
  bottom: 5.8%;
  z-index: 10;
}
@media (max-width: 767px) {
  .topic {
    width: 90%;
    right: 50%;
    bottom: 16.8%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.topic__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #004888;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .topic__label {
    font-size: 16px;
  }
}

.topic__item {
  background: #fff;
  padding: 3% 5%;
  padding-right: 15%;
  position: relative;
}
.topic__item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../recruit_images/icon_button-arrow.png) no-repeat center center/contain;
  width: 2em;
  right: 4%;
  aspect-ratio: 1/1;
}
.topic__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .topic__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .topic__item {
    padding: 15px 20px;
  }
  .topic__item::after {
    width: 1.2em;
    right: 1em;
  }
}

.topic__date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  width: 100px;
}
@media (max-width: 767px) {
  .topic__date {
    font-size: 10px;
    width: 60px;
  }
}

.topic__title {
  width: calc(100% - 100px);
  font-size: 16px;
  font-size: min(16px, 0.8333333333vw);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .topic__title {
    font-size: 10px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* ブラウザがサポートしていない場合のフェールセーフ */
    max-height: 24px;
  }
}
@media (max-width: 767px) {
  .topic__title {
    font-size: 15px;
    width: calc(100% - 60px);
    padding-left: 0.6em;
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* ブラウザがサポートしていない場合のフェールセーフ */
    max-height: 24px;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  padding: 90px 0 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .message {
    padding: 0;
    margin-top: 88px;
  }
}
@media (max-width: 767px) {
  .message .c-box-heading {
    margin-top: 25px;
  }
}

.message__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .message__wrapper {
    display: block;
  }
}

.message__content {
  width: 65%;
}
@media (max-width: 767px) {
  .message__content {
    width: 100%;
  }
}

.message__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6111111111;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .message__description {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 22px;
  }
}
.message__description.second {
  margin-top: 1em;
}
.message__description .accent {
  color: #00B1FF;
}

.message__button {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .message__button {
    text-align: center;
  }
}

.message__image {
  width: 40%;
  margin-top: 70px;
  -webkit-transform: translateX(0) scale(1.2);
          transform: translateX(0) scale(1.2);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 767px) {
  .message__image {
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin: 0 auto;
    margin-top: 50px;
  }
}

/*------------------------------
infographics
------------------------------*/
.infographics {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .infographics {
    padding: 55px 0;
    margin-top: 50px;
  }
}

.infographics__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .infographics__wrapper {
    display: block;
  }
}

.infographics__body {
  width: 51%;
}
@media (max-width: 767px) {
  .infographics__body {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .infographics__body .c-section-title__ja {
    line-height: 1;
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .infographics__heading {
    margin-top: 75px;
    letter-spacing: 1px;
  }
}

.infographics__en {
  width: 40%;
  max-width: 308px;
  margin-top: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .infographics__en {
    width: 100%;
    max-width: 190px;
    position: absolute;
    top: 90px;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.infographics__slider {
  margin-top: 50px;
  overflow: hidden;
}

.infographics__item {
  background: #fff;
}

.infographics__label {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1764705882;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .infographics__label {
    font-size: 20px;
  }
}

.infographics__button {
  margin-top: 50px;
  text-align: center;
}

/*------------------------------
interview
------------------------------*/
.interview {
  padding: 110px 0;
}
@media (max-width: 767px) {
  .interview {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .interview__inner {
    width: 100%;
    max-width: 100%;
  }
}
.interview__inner.interviewSwiper {
  overflow: hidden;
}
@media (min-width: 1080px) {
  .interview__inner.interviewSwiper {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .interview__inner .c-interview-cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row-gap: 36px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interview__inner .c-interview-cards .c-interview__name-text {
    font-size: 12px;
  }
  .interview__inner .c-interview-cards .c-interview-card {
    max-width: 224px;
    width: 18.6666666667%;
    margin-right: unset;
  }
  .interview__inner .c-interview-cards .c-interview__category {
    font-size: 15px;
  }
  .interview__inner .c-interview-cards .is_join {
    font-size: 12px;
  }
}
@media (min-width: 1080px) {
  .interview__inner .c-interview-cards {
    grid-column-gap: 0;
  }
  .interview__inner .c-interview-cards .c-interview__name-text {
    font-size: 20px;
  }
  .interview__inner .c-interview-cards .c-interview__category {
    font-size: 18px;
  }
  .interview__inner .c-interview-cards .is_join {
    font-size: 14px;
  }
}
.interview__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .interview__wrapper {
    display: block;
    margin-bottom: 50px;
  }
}

.interview__body {
  width: 51%;
}
@media (max-width: 767px) {
  .interview__body {
    width: 100%;
    position: relative;
  }
}

.interview__heading {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .interview__heading {
    margin-top: 65px;
  }
}

.interview__en {
  width: 40%;
  max-width: 370px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .interview__en {
    width: 230px;
    position: absolute;
    top: 95px;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.interview__button {
  margin-top: 45px;
  text-align: center;
}

.interviewSwiper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .interviewSwiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  .interviewSwiper .swiper-slide:nth-child(n) {
    margin: 0;
  }
}
/*------------------------------
environment
------------------------------*/
.environment {
  padding: 70px 0 40px;
  background: url(../recruit_images/mesh.png) repeat center left/contain;
  background-size: 18px;
}
@media (max-width: 767px) {
  .environment {
    padding: 50px 0;
    background-size: 17px;
  }
}

.environment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .environment__wrapper {
    display: block;
  }
}
@media (max-width: 760px) {
  .environment__wrapper .is_center_sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.environment__image {
  width: 40%;
  max-width: 394px;
}
@media (max-width: 767px) {
  .environment__image {
    width: 70%;
    margin: 25px auto 0;
  }
}

.environment__content {
  width: 53%;
}
@media (max-width: 767px) {
  .environment__content {
    width: 100%;
    margin-top: 20px;
  }
}

.environment__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6111111111;
  letter-spacing: 0.1em;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .environment__text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.environment__text .is_blue {
  color: #00B1FF;
}

.environment__button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .environment__button {
    margin-top: 45px;
    text-align: center;
  }
}

/*------------------------------
flow
------------------------------*/
.flow {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .flow {
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  .flow__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flow__item {
  font-size: 20px;
  font-weight: bold;
  color: #004888;
  width: 17%;
  aspect-ratio: 200/165;
  background: #F5F7F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
}
.flow__item em {
  font-size: 18px;
  color: #fff;
  line-height: 1.55;
}
.flow__item span {
  border-bottom: 2px solid #fff;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
}
.flow__item:first-child {
  background: #000000;
  position: relative;
}
.flow__item:first-child::after {
  content: "";
  position: absolute;
  background: url(../recruit_images/icon_tr.svg) no-repeat center center/100%;
  aspect-ratio: 28/47;
  width: 7%;
  right: 1px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.flow__item:nth-child(n+2) {
  position: relative;
}
.flow__item:nth-child(n+2)::after {
  content: "";
  position: absolute;
  background: url(../recruit_images/icon_arrow_gr.svg) no-repeat center center/100%;
  aspect-ratio: 24/41;
  width: 5%;
  right: -17%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flow__item:last-child::after {
  display: none;
}
@media screen and (max-width: 999px) {
  .flow__item {
    font-size: 15px;
  }
  .flow__item em {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .flow__item {
    width: 100%;
    aspect-ratio: 670/150;
    font-size: 20px;
  }
  .flow__item:first-child::after {
    width: 5%;
    right: 50%;
    bottom: 1px;
    -webkit-transform: translate(50%, 73%) rotate(90deg);
            transform: translate(50%, 73%) rotate(90deg);
  }
  .flow__item:nth-child(n+2) {
    margin-top: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flow__item:nth-child(n+2)::after {
    width: 2%;
    right: 50%;
    top: 115%;
    -webkit-transform: translate(50%, -50%) rotate(90deg);
            transform: translate(50%, -50%) rotate(90deg);
  }
  .flow__item em {
    font-size: 20px;
    line-height: 1;
  }
  .flow__item span {
    padding-bottom: 0.1em;
    margin-bottom: 0.3em;
  }
  .flow__item span em {
    font-size: 16px;
  }
}
.flow__item:nth-of-type(2):before, .flow__item:nth-of-type(3):before, .flow__item:nth-of-type(4):before, .flow__item:nth-of-type(5):before {
  content: "";
  position: absolute;
  top: -15px;
  left: 5px;
}
@media (min-width: 992px) {
  .flow__item:nth-of-type(2):before, .flow__item:nth-of-type(3):before, .flow__item:nth-of-type(4):before, .flow__item:nth-of-type(5):before {
    top: -35px;
    left: 10px;
  }
}
.flow__item:nth-of-type(2):before {
  background: url(../recruit_images/flow_01.svg) no-repeat center center/100%;
  aspect-ratio: 82/70;
  width: 38px;
}
@media (min-width: 992px) {
  .flow__item:nth-of-type(2):before {
    width: 82px;
  }
}
.flow__item:nth-of-type(3):before {
  background: url(../recruit_images/flow_02.svg) no-repeat center center/100%;
  aspect-ratio: 103/70;
  width: 48px;
}
@media (min-width: 992px) {
  .flow__item:nth-of-type(3):before {
    width: 103px;
  }
}
.flow__item:nth-of-type(4):before {
  background: url(../recruit_images/flow_03.svg) no-repeat center center/100%;
  aspect-ratio: 103/70;
  width: 48px;
}
@media (min-width: 992px) {
  .flow__item:nth-of-type(4):before {
    width: 103px;
  }
}
.flow__item:nth-of-type(5):before {
  background: url(../recruit_images/flow_04.svg) no-repeat center center/100%;
  aspect-ratio: 112/70;
  width: 52px;
}
@media (min-width: 992px) {
  .flow__item:nth-of-type(5):before {
    width: 112px;
  }
}

.flow__icon {
  height: 50px;
}
.flow__icon img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 999px) {
  .flow__icon {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .flow__icon {
    margin-right: 10px;
  }
}

.flow__text {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .flow__text {
    margin-top: 0;
  }
}

/*------------------------------
requirements
------------------------------*/
@media (max-width: 767px) {
  .requirements h2 {
    margin-bottom: 30px;
  }
}

.requirements__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .requirements__wrapper {
    display: block;
  }
}

.requirements__block {
  width: 50%;
}
@media (max-width: 767px) {
  .requirements__block {
    width: 100%;
  }
}

.requirements__block02 {
  background: #F5F7F6;
  padding: 4.2%;
}
@media (max-width: 767px) {
  .requirements__block02 {
    padding: 50px 20px;
  }
}
.requirements__block02 .c-box-heading__text {
  background: #004888;
  color: #fff;
}

.requirements__image {
  width: 100%;
  height: 100%;
}
.requirements__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .requirements__image {
    margin-top: 20px;
  }
}

.requirements__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .requirements__description {
    width: 30vw;
    max-width: 445px;
  }
}

.requirements__box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.requirements__box::after {
  content: "";
  position: absolute;
  background: url(../recruit_images/icon_arrow_gr.svg) no-repeat center center/100%;
  aspect-ratio: 15/25;
  width: 0.5em;
  right: -1.5em;
  top: 43%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 767px) {
  .requirements__box::after {
    top: 50%;
    display: none;
  }
}

.bg-Gray {
  background: #F5F7F6;
}

.is_center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.is_center_pcLeft {
  margin-right: inherit;
}
@media (max-width: 767px) {
  .is_center_pcLeft {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=top.css.map */