@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::after {
  content: "";
  position: absolute;
  background: url(../recruit_images/fv_text_2025.png) no-repeat center center/100%;
  aspect-ratio: 1792/614;
  transform: translate(-50%, -50%);
  width: 47%;
  left: 33.5%;
  top: 57.5%;
  z-index: 10;
}
.fv__content img {
  border-radius: 20px 0 0 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .fv__content::after {
    background: url(../recruit_images/fv_text_2025_sp.png) no-repeat center center/100%;
    aspect-ratio: 1389/562;
    width: 94%;
    left: 50.5%;
    top: 50.5%;
  }
}

.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;
  }
}

.fvSwiper {
  position: relative;
}
.fvSwiper .swiper-pagination[class][class] {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 9.5%;
  left: 38.4%;
  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 #3ECC85;
}
@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%;
    transform: translateX(50%);
  }
}

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

.topic__item {
  background: #fff;
  border-radius: 33px;
  padding: 3% 5%;
  padding-right: 15%;
  position: relative;
}
.topic__item::after {
  content: "";
  position: absolute;
  top: 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: flex;
  align-items: center;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .topic__item a {
    flex-direction: column;
    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%;
  }
}
@media (max-width: 767px) {
  .topic__title {
    font-size: 15px;
    width: calc(100% - 60px);
    padding-left: 0.6em;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  padding: 90px 0 140px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .message {
    padding: 50px 0;
  }
}

.message__wrapper {
  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: 2.1111111111;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .message__description {
    font-size: 15px;
    line-height: 1.2;
  }
}

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

.message__image {
  width: 40%;
  transform: translateX(21%) scale(1.25);
  transform-origin: top center;
}
@media (max-width: 767px) {
  .message__image {
    width: 100%;
    transform: translateX(9%);
    margin: 5% auto;
  }
}

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

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

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

@media (max-width: 767px) {
  .infographics__heading {
    margin-top: 70px;
  }
}

.infographics__en {
  width: 40%;
}
@media (max-width: 767px) {
  .infographics__en {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

.infographics__item {
  background: #f5f7f6;
  border-radius: 20px;
  padding: 10px;
}

.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;
  background: linear-gradient(90deg, rgb(62, 204, 133) 0%, rgb(140, 229, 137) 100%);
}
@media (max-width: 767px) {
  .interview {
    padding: 50px 0;
  }
}

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

.interview__wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .interview__wrapper {
    display: block;
    margin-bottom: 50px;
  }
}

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

.interview__heading {
  margin-top: 45px;
}

.interview__en {
  width: 40%;
}
@media (max-width: 767px) {
  .interview__en {
    width: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

.interviewSwiper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .interviewSwiper .swiper-wrapper {
    display: flex;
    flex-wrap: unset;
  }
  .interviewSwiper .swiper-slide:nth-child(n) {
    margin: 0;
  }
}
/*------------------------------
environment
------------------------------*/
.environment {
  padding: 70px 0 40px;
  background: #f5f7f6;
}
@media (max-width: 767px) {
  .environment {
    padding: 50px 0;
  }
}

.environment__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .environment__wrapper {
    display: block;
  }
}

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

.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: 2.1111111111;
  letter-spacing: 0.1em;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .environment__text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.3333333333;
  }
}

.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: flex;
    justify-content: space-between;
  }
}

.flow__item {
  font-size: 20px;
  font-weight: bold;
  color: #3ECC85;
  width: 17%;
  border-radius: 30px;
  aspect-ratio: 200/165;
  background: #F5F7F6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.flow__item em {
  font-size: 18px;
  color: #fff;
}
.flow__item span {
  border-bottom: 2px solid #fff;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
}
.flow__item:first-child {
  background: #3ECC85;
  position: relative;
}
.flow__item:first-child::after {
  content: "";
  position: absolute;
  background: url(../recruit_images/icon_tr.png) no-repeat center center/100%;
  aspect-ratio: 28/47;
  width: 7%;
  right: 1px;
  top: 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.png) no-repeat center center/100%;
  aspect-ratio: 24/41;
  width: 5%;
  right: -17%;
  top: 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;
    border-radius: 15px;
    font-size: 20px;
  }
  .flow__item:first-child::after {
    width: 3%;
    top:76%;
    right: 50%;
    bottom: 1px;
    transform: translate(50%, 73%) rotate(90deg);
  }
  .flow__item:nth-child(n+2) {
    margin-top: 8%;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .flow__item:nth-child(n+2)::after {
    width: 2%;
    right: 50%;
    top: 115%;
    transform: translate(50%, -50%) rotate(90deg);
  }
  .flow__item em {
    font-size: 20px;
  }
  .flow__item span {
    padding-bottom: 0.1em;
    margin-bottom: 0.3em;
  }
  .flow__item span em {
    font-size: 16px;
  }
}

.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: flex;
}
@media (max-width: 767px) {
  .requirements__wrapper {
    display: block;
  }
}

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

.requirements__block02 {
  background: linear-gradient(90deg, rgb(62, 204, 133) 0%, rgb(140, 229, 137) 100%);
  padding: 4.2%;
}
@media (max-width: 767px) {
  .requirements__block02 {
    padding: 50px 20px;
  }
}

.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: #fff;
  margin-top: 20px;
}

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