@charset "utf-8";
/* ======================
vision
====================== */
.vicion {
  background-color: #fff;
}
.vicion__container {
  display: flex;
  align-items: center;
  column-gap: clamp(2.5rem, -2.125rem + 9.635vw, 9.4375rem);
  padding-top: clamp(2.0625rem, 0.021rem + 4.253vw, 5.125rem);
  padding-right: clamp(1.25rem, -8.958rem + 21.267vw, 16.5625rem);
  padding-bottom: 0;
  padding-left: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
}
.vision__left {
  flex: 1 1 63.204%;
  width: 63.204%;
  min-width: 0;
  max-width: 864px;
}
.vision__img {
  width: 100%;
  aspect-ratio: 864 / 478;
  object-fit: cover;
}
.vision__right {
  display: flex;
  flex: 1 1 36.796%;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.vision__sub {
  margin-left: clamp(3rem, -0.542rem + 7.378vw, 8.3125rem);
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.vision__main {
  margin-top: clamp(0.625rem, 0.042rem + 1.215vw, 1.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 0.75rem + 1.042vw, 2rem);
  font-weight: 400;
  line-height: 2;
  color: #000;
}

/* ======================
feature
====================== */
.feature {
  overflow: hidden;
  background-color: #fff;
}
.feature .title1 {
  padding-left: clamp(4.5rem, -4.5rem + 18.75vw, 18rem);
}
.feature__container {
  display: flex;
  flex-direction: column;
  padding-top: clamp(3rem, 0rem + 6.25vw, 7.5rem);
}
.feature__top {
  display: flex;
  align-items: flex-start;
  column-gap: clamp(0.75rem, -0.625rem + 2.865vw, 2.8125rem);
}
.feature-top__left {
  display: flex;
  flex: 1 1 52%;
  flex-direction: column;
  width: 52%;
  min-width: 0;
}
.feature-top__title {
  margin-top: clamp(2rem, 0rem + 4.167vw, 5rem);
  margin-left: clamp(4.5rem, -4.5rem + 18.75vw, 18rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 0.875rem + 0.521vw, 1.5rem);
  font-weight: 400;
  line-height: 1.458;
  color: #000;
}
.feature-top__text {
  max-width: 528px;
  margin-top: clamp(0.8125rem, 0.021rem + 1.649vw, 2rem);
  margin-left: clamp(4.5rem, -4.5rem + 18.75vw, 18rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.feature-top__right {
  flex: 1 1 48%;
  width: 48%;
  min-width: 0;
  overflow: hidden;
}
.feature-top__right > .swiper-wrapper + .swiper-wrapper {
  display: none;
}
.feature-top__right .swiper-wrapper {
  transition-timing-function: linear;
}
.feature-top__right .swiper-slide {
  width: clamp(11.1875rem, 3.271rem + 16.493vw, 22.375rem);
}
.feature-top__img {
  width: 100%;
  aspect-ratio: 358 / 468;
  object-fit: cover;
}
.feature__items {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1rem, 0rem + 2.083vw, 2.5rem);
  margin-top: clamp(2rem, 0rem + 4.167vw, 5rem);
  padding-right: clamp(4.5rem, -4.5rem + 18.75vw, 18rem);
  padding-left: clamp(4.5rem, -4.5rem + 18.75vw, 18rem);
}
.feature__item {
  display: flex;
  align-items: flex-start;
  column-gap: clamp(0.625rem, 0.042rem + 1.215vw, 1.5rem);
  padding-bottom: clamp(1rem, 0rem + 2.083vw, 2.5rem);
  border-bottom: 1px solid #000;
}
.feature-item__number {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2px;
  width: clamp(1.75rem, 1rem + 1.562vw, 2.875rem);
  height: clamp(1.75rem, 1rem + 1.562vw, 2.875rem);
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
.feature-item-number__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.4375rem, 0.354rem + 0.174vw, 0.5625rem);
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.feature-item-number__main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.583rem + 0.608vw, 1.3125rem);
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.feature-item__right {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding-top: 6px;
}
.feature-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 0.875rem + 0.521vw, 1.5rem);
  font-weight: 400;
  line-height: 1.458;
  color: #000;
}
.feature-item__text {
  margin-top: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

/* ======================
candidate
====================== */
.candidate {
  overflow: hidden;
  background-color: #fff;
}
.candidate .title1 {
  padding-left: clamp(4.5rem, -4.5rem + 18.75vw, 18rem);
}
.candidate__container {
  display: flex;
  align-items: flex-start;
  column-gap: clamp(1.25rem, -5.75rem + 10.94vw, 7.375rem);
  padding-top: clamp(4rem, 0rem + 8.333vw, 10rem);
  padding-right: clamp(1.25rem, -9.917rem + 23.264vw, 18rem);
  padding-bottom: clamp(1rem, -0.042rem + 2.17vw, 2.5625rem);
  padding-left: 0;
}
.candidate__left {
  display: flex;
  flex: 1 1 63%;
  flex-direction: column;
  width: 63%;
  min-width: 0;
  max-width: 1028px;
}
.candidate__img {
  width: calc(100% - clamp(4.5rem, -4.5rem + 18.75vw, 18rem));
  max-width: 740px;
  margin-top: clamp(1.25rem, 0rem + 2.604vw, 3.125rem);
  margin-left: clamp(4.5rem, -4.5rem + 18.75vw, 18rem);
  aspect-ratio: 740 / 391;
  object-fit: cover;
}
.candidate__text {
  max-width: 560px;
  margin-top: clamp(1rem, 0rem + 2.083vw, 2.5rem);
  margin-left: clamp(4.5rem, -4.5rem + 18.75vw, 18rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.candidate__items {
  display: flex;
  flex: 1 1 37%;
  flex-direction: column;
  row-gap: clamp(0.5rem, 0rem + 1.042vw, 1.25rem);
  width: 37%;
  min-width: 0;
  margin-top: clamp(3.5rem, -0.042rem + 7.378vw, 8.8125rem);
}
.candidate__item {
  display: flex;
  align-items: center;
  column-gap: clamp(0.75rem, 0rem + 1.562vw, 1.875rem);
  min-width: 0;
}
.candidate__item:nth-child(even) {
  margin-left: clamp(1.5rem, -0.833rem + 4.861vw, 5rem);
}
.candidate-item__icon {
  flex-shrink: 0;
  width: clamp(2.875rem, -0.042rem + 6.076vw, 7.25rem);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.candidate-item__text {
  min-width: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.625rem + 0.521vw, 1.25rem);
  font-weight: 400;
  line-height: 1.45;
  color: #000;
}

/* ======================
entry
====================== */
.entry {
  background-color: #fff;
}
.entry__inner {
  padding-top: clamp(3.75rem, 1.25rem + 5.208vw, 7.5rem);
  padding-right: clamp(1.25rem, -13.75rem + 31.25vw, 23.75rem);
  padding-bottom: clamp(5rem, 1.708rem + 6.858vw, 9.9375rem);
  padding-left: clamp(1.25rem, -13.75rem + 31.25vw, 23.75rem);
}
.entry__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(2rem, 1.333rem + 1.389vw, 3rem);
  padding-right: 20px;
  padding-bottom: clamp(2rem, 1.333rem + 1.389vw, 3rem);
  padding-left: 20px;
  overflow: hidden;
  background-image: url("https://hyggelab.jp/system_panel/uploads/images/recruit-entory-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.entry__container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.63);
  pointer-events: none;
}
.entry__sub {
  position: relative;
  z-index: 1;
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.entry__main {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.5rem, 1.167rem + 0.694vw, 2rem);
  font-weight: 400;
  line-height: 1.156;
  text-align: center;
  color: #fff;
}
.entry__text {
  position: relative;
  z-index: 1;
  max-width: 512px;
  margin-top: clamp(1rem, 0.667rem + 0.694vw, 1.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.entry__container > a {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  margin-top: clamp(1.75rem, 1.208rem + 1.128vw, 2.5625rem);
}
.entry__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(17.5rem, 11.458rem + 12.587vw, 26.5625rem);
  height: clamp(3.25rem, 2.542rem + 1.476vw, 4.3125rem);
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(1rem, 0.917rem + 0.174vw, 1.125rem);
  font-weight: 400;
  line-height: 1;
  color: #000;
  transition: all 0.3s;
}
.entry__container > a:hover .entry__btn {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

@media (max-width: 767px) {
  /* vision */
  .vicion__container {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .vision__left {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .vision__img {
    aspect-ratio: 375 / 207;
  }
  .vision__right {
    flex: none;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
  }
  .vision__sub {
    margin-left: 0;
    font-size: 16px;
  }
  .vision__main {
    margin-top: 21px;
    font-size: 24px;
  }

  /* feature */
  .feature .title1 {
    padding-left: 42px;
  }
  .feature .title1__main {
    font-size: 24px;
  }
  .feature .title1__deco {
    width: 260px;
  }
  .feature__container {
    padding-top: 81px;
  }
  .feature__top {
    flex-direction: column;
    row-gap: 40px;
  }
  .feature-top__left {
    flex: none;
    width: 100%;
  }
  .feature-top__title {
    margin-top: 72px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 1.2;
  }
  .feature-top__text {
    max-width: none;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .feature-top__right {
    flex: none;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .feature-top__right .swiper-slide {
    width: 179px;
  }
  .feature-top__img {
    aspect-ratio: 179 / 234;
  }
  .feature__items {
    row-gap: 40px;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature__item {
    flex-direction: column;
    align-items: center;
    padding-bottom: 14px;
  }
  .feature-item__number {
    width: 46px;
    height: 46px;
  }
  .feature-item-number__sub {
    font-size: 9px;
  }
  .feature-item-number__main {
    font-size: 21px;
  }
  .feature-item__right {
    align-items: center;
    width: 100%;
    padding-top: 16px;
  }
  .feature-item__title {
    line-height: 1.333;
    text-align: center;
  }
  .feature-item__text {
    align-self: stretch;
    margin-top: 14px;
  }

  /* candidate */
  .candidate .title1 {
    padding-left: 42px;
  }
  .candidate .title1__main {
    font-size: 24px;
  }
  .candidate .title1__deco {
    width: 261px;
  }
  .candidate__container {
    flex-direction: column;
    padding-top: 120px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .candidate__left {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .candidate__img {
    width: calc(100% - 20px);
    max-width: none;
    margin-top: 80px;
    margin-left: 10px;
    aspect-ratio: 355 / 188;
  }
  .candidate__text {
        margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 14px;
    font-size: 14px;
  }
  .candidate__items {
    flex: none;
    row-gap: 16px;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
        margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .candidate__item {
    column-gap: 16px;
  }
  .candidate__item:nth-child(even) {
    margin-left: 0;
  }
  .candidate-item__icon {
    width: 59px;
  }
  .candidate-item__text {
    line-height: 1.357;
  }

  /* entry */
  .entry__inner {
    padding-top: 64px;
    padding-right: 10px;
    padding-bottom: 120px;
    padding-left: 10px;
  }
  .entry__container {
    padding-top: 32px;
    padding-right: 10px;
    padding-bottom: 33px;
    padding-left: 10px;
  }
  .entry__text {
    max-width: none;
  }
  .entry__container > a {
    margin-top: 20px;
  }
  .entry__btn {
    width: 285px;
    height: 69px;
    font-size: 18px;
  }
}

@media (max-width: 374px) {
  .feature-item__title {
    font-size: 16px;
  }
  .feature-item__text {
    font-size: 12px;
  }
}