@charset "UTF-8";

/* main visual */
.main-visual {
  position: relative;
  width: 100%;
  height: 424px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.webp .main-visual.lazyloaded {
  background-image: url("../images/top/bg_top_banner_pc.webp");
}
.no-webp .main-visual.lazyloaded {
  background-image: url("../images/top/bg_top_banner_pc.jpg");
}
.main-visual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: transparent linear-gradient(-103deg,rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 100%);
  z-index: 2;
}
.main-visual__inner {
  position: relative;
  margin: 0 auto;
  width: 1014px;
  z-index: 3;
}
.main-visual__main-banner {
  padding-top: 58px;
  width: 458px;
}
.main-visual__job-search-simple {
  margin: 34px auto 0;
  width: 1014px;
}

/* main banner */
.main-banner {

}
.main-banner__title {
  width: 458px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-banner__img1 {
  display: block;
  width: 458px;
}
.main-banner__img2 {
  display: block;
  margin-top: 14px;
  width: 398px;
}
.main-banner__img3 {
  display: block;
  margin: 10px auto 0;
  width: 300px;
}
/* .main-banner__button-wrap {
  margin-top: -10px;
  margin-left: 70px;
} */
.main-banner__button {
  text-align: center;
  border-radius: 32px;
  width: 238px;
  padding: 18px;
  background: var(--mainColor);
  cursor: pointer;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto 0;
}
.main-banner__button-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1em;
  color: #FFF;
}
.main-banner__button-text--icon-user {
  position: relative;
  padding-left: 35px;
}
.main-banner__button-text--icon-user::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  width: 25px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
}
.main-banner__button-text--icon-user.lazyloaded::before {
  background-image: url("../images/icon_user_add_white.svg");
}

/* job featuer list */
.job-featuer-list {

}
.job-featuer-list__inner {
  padding: 28px 0;
}
/* job featuer slider */
.job-featuer-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.job-featuer-slider__item {
  width: 324px;
}
.job-featuer-slider__item:nth-child(n+2) {
  margin-left: 21px;
}
.job-featuer-slider__link {
  display: block;
  width: 100%;
}
.job-featuer-slider__img {
  width: 100%;
}

/* top job list */
.top-job-list {

}
.top-job-list--bg-bgLightColor {
  background-color: var(--bgLightColor);
}
.top-job-list__inner {
  padding: 50px 0 70px;
}
.top-job-list__job-block-list {
  margin-top: 30px;
}
.top-job-list__button {
  margin-top: 45px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* top resort */
.top-about {

}
.top-about--bg {
  background-color: var(--bgLightColor);
}
.top-about__inner {
  padding: 50px 0 60px;
}
.top-about__desc {
  margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-about__desc-texts {
  width: 460px;
}
.top-about__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.46;
}
.top-about__text {
  margin-top: 15px;
  line-height: 1.6;
  /* letter-spacing: -0.15em; */
}
.top-about__desc-thum {
  width: 500px;
}
.top-about__thum {
  display: block;
  width: 100%;
  height: 330px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.webp .top-about__thum.lazyloaded {
  background-image: url("../images/top/thum-about.webp");
}
.no-webp .top-about__thum.lazyloaded {
  background-image: url("../images/top/thum-about.png");
}
.top-about__button {
  margin-top: 40px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* top cv */
.top-cv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.webp .top-cv.lazyloaded {
  background-image: url("../images/bg_cv_pc.webp");
}
.no-webp .top-cv.lazyloaded {
  background-image: url("../images/bg_cv_pc.png");
}
.top-cv__inner {
  padding: 50px 0;
}
.top-cv__frame {
  padding: 40px;
  background-color: rgba(255,255,255,0.9);
}
.top-cv__title {
  text-align: center;
}
.top-cv__img1 {
  width: 264px;
}
.top-cv__img2 {
  margin-top: 10px;
  width: 480px;
}
.top-cv__list {
  margin-top: 35px;
}
.top-cv__text {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
.top-cv__button {
  margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-cv__text + .top-cv__button {
  margin-top: 10px;
}

/* top cv list */
.top-cv-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-cv-list__item {
  width: 180px;
  height: 170px;
  border: 1px solid var(--mainColor);
  padding: 24px;
}
.top-cv-list__item:nth-child(n+2) {
  margin-left: 26px;
}
.top-cv-list__item--icon-user.lazyloaded {
  padding-top: 96px;
  background-image: url("../images/icon_user_add_main.svg");
  background-repeat: no-repeat;
  background-position: center 22px;
  background-size: 54px auto;
}
.top-cv-list__item--icon-money.lazyloaded {
  padding-top: 104px;
  background-image: url("../images/icon_money_main.svg");
  background-repeat: no-repeat;
  background-position: center 42px;
  background-size: 66px auto;
}
.top-cv-list__item--icon-choice.lazyloaded {
  padding-top: 96px;
  background-image: url("../images/icon_choice_main.svg");
  background-repeat: no-repeat;
  background-position: center 28px;
  background-size: 48px auto;
}
.top-cv-list__text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}

/* top wp list */
.top-wp-list {

}
.top-wp-list--bg-lightblue {
  background-color: #F5FAFC;
}
.top-wp-list__inner {
  padding: 50px 0 60px;
}
.top-wp-list__wp-block-list {
  margin-top: 30px;
}
.top-wp-list__button {
  margin-top: 40px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* top news list */
.top-news-list {

}
.top-news-list--bg-lightblue {
  background-color: #F5FAFC;
}
.top-news-list__inner {
  padding: 60px 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-news-list__left {
  width: 220px;
}
.top-news-list__right {
  width: calc(100% - 220px);
}
.top-news-list__wp-line-list {

}
.top-news-list__button {
  display: none;
}

/* top relation banner */
.top-relation-banner {

}
.top-news-list + .top-relation-banner {
  background-color: #F5FAFC;
}
.top-relation-banner__inner {
  padding: 60px 0;
}
.top-relation-banner__relation-banner {
  margin-top: 10px;
}

/* relation banner */
.relation-banner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.relation-banner__item {
  width: 32%;
}
.relation-banner__link {
  width: 100%;
  display: block;
}
.relation-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------
 _画面の横幅が560pxまで
----------------------------------------*/
@media screen and (max-width:560px) {

  /* main visual */
  .main-visual {
    height: auto;
  }
  .webp .main-visual.lazyloaded {
    background-image: none;
  }
  .no-webp .main-visual.lazyloaded {
    background-image: none;
  }
  .main-visual::before {
    content: none;
    /* top: 50%;
    width: 100%;
    height: 50%;
    background: transparent linear-gradient(90deg,rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 100%); */
  }

  .main-visual__inner {
    width: 85.71vw;
    width: 100%;
  }
  .main-visual__main-banner {
    position: relative;
    width: 100%;
    padding: 49.64vw 7.14vw 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .webp .main-visual__main-banner.lazyloaded {
    background-image: url("../images/top/bg_top_banner_sp.webp");
  }
  .no-webp .main-visual__main-banner.lazyloaded {
    background-image: url("../images/top/bg_top_banner_sp.jpg");
  }

  .main-visual__main-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    content: "";
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.896796218487395) 15%, rgba(255,255,255,0.396796218487395) 40%, rgba(255,255,255,0) 100%);
  }

  .main-visual__job-search-simple {
    /* margin: 4.46vw auto 0;
    width: 85.71vw; */
    margin: 0;
    width: 100%;
    padding: 4.46vw 7.14vw 0;
    background-color: #FFF;
  }

  /* main banner */
  .main-banner {

  }
  .main-banner__title {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .main-banner__img1 {
    width: 74.64vw;
  }
  .main-banner__img2 {
    margin-top: 1.78vw;
    width: 69.82vw;
  }
  .main-banner__img3 {
    margin: 1vw auto 0;
    width: 54.28vw;
  }
  .main-banner__button-wrap {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    z-index: 2;
  }
  .main-banner__button {
    border-radius: 6.6vw;
    width: 53.03vw;
    padding: 3.92vw;
    margin: 1vw auto 0;
  }
  .main-banner__button-text {
    font-size: 3.92vw;
  }
  .main-banner__button-text--icon-user {
    padding-left: 6.25vw;
  }
  .main-banner__button-text--icon-user::before {
    margin-top: -3.1vw;
    width: 5.53vw;
    height: 6.25vw;
  }

  /* job featuer list */
  .job-featuer-list {

  }
  .job-featuer-list__inner {
    padding: 4.82vw 0 8.57vw;
  }
  /* job featuer slider */
  .job-featuer-slider {

  }
  .job-featuer-slider__item {
    width: 85.71vw;
  }
  .job-featuer-slider__item:nth-child(n+2) {
    margin-left: 0;
  }

  /* top job list */
  .top-job-list__inner {
    padding: 8.92vw 0;
  }
  .top-job-list__job-block-list {
    margin-top: 5.35vw;
  }
  .top-job-list__button {
    margin-top: 5.35vw;
  }

  /* top resort */
  .top-about__inner {
    padding: 8.92vw 0;
  }
  .top-about__desc {
    margin-top: 4.46vw;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  .top-about__desc-texts {
    margin-top: 5.35vw;
    width: 100%;
  }
  .top-about__title {
    font-size: 4.64vw;
  }
  .top-about__text {
    margin-top: 3.57vw;
    font-size: 2.67vw;
  }
  .top-about__desc-thum {
    width: 100%;
  }
  .top-about__thum {
    height: 56.42vw;
  }
  .top-about__button {
    margin-top: 14.28vw;
  }

  /* top cv */
  .webp .top-cv.lazyloaded {
    background-image: url("../images/bg_cv_winter_sp.webp");
  }
  .no-webp .top-cv.lazyloaded {
    background-image: url("../images/bg_cv_winter_sp.png");
  }
  .top-cv__inner {
    padding: 8.92vw 0;
  }
  .top-cv__frame {
    padding: 5.35vw 3.57vw;
  }
  .top-cv__img1 {
    width: 47.14vw;
  }
  .top-cv__img2 {
    margin-top: 1.78vw;
    width: 100%;
  }
  .top-cv__list {
    margin-top: 5.35vw;
  }
  .top-cv__text {
    margin-top: 3.57vw;
    font-size: 3.03vw;
  }
  .top-cv__button {
    margin-top: 5.35vw;
  }
  .top-cv__text + .top-cv__button {
    margin-top: 1.78vw;
  }

  /* top cv list */
  .top-cv-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top-cv-list__item {
    width: 100%;
    height: 17.85vw;
    border: 0.35vw solid var(--mainColor);
    padding: 5.89vw 5.89vw 5.89vw 26.78vw;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-cv-list__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 1.78vw;
  }
  .top-cv-list__item--icon-user.lazyloaded {
    padding-top: 5.89vw;
    background-position: 6.25vw center;
    background-size: 9.64vw auto;
  }
  .top-cv-list__item--icon-money.lazyloaded {
    padding-top: 5.89vw;
    background-position: 6.25vw center;
    background-size: 11.78vw auto;
  }
  .top-cv-list__item--icon-choice.lazyloaded {
    padding-top: 5.89vw;
    background-position: 6.25vw center;
    background-size: 8.57vw auto;
  }
  .top-cv-list__text {
    font-size: 4.28vw;
    line-height: 1;
    text-align: left;
  }

  /* top wp list */
  .top-wp-list__inner {
    padding: 8.92vw 0;
  }
  .top-wp-list__wp-block-list {
    margin-top: 4.46vw;
  }
  .top-wp-list__button {
    margin-top: 7.14vw;
  }

  /* top news list */
  .top-news-list__inner {
    padding: 8.92vw 0;
  }
  .top-news-list__left {
    width: 100%;
  }
  .top-news-list__right {
    margin-top: 0.89vw;
    width: 100%;
  }
  .top-news-list__button {
    margin-top: 5.35vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* top relation banner */
  .top-relation-banner {

  }
  .top-relation-banner__inner {
    padding: 8.92vw 0;
  }
  .top-relation-banner__relation-banner {
    margin-top: 4.46vw;
  }

  /* relation banner */
  .relation-banner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .relation-banner__item {
    width: 100%;
  }
  .relation-banner__item:nth-child(n+2) {
    margin-top: 3.57vw;
  }
}