@charset "UTF-8";
/* ============================================ */
/* group
/* ============================================ */
/* ===== top-area ===== */
#top-area {
  margin: 50px 0 0;
}
#top-area .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#top-area .text-wrap {
  width: 37%;
}
#top-area .catch {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 1.5em;
}
#top-area .text {
  line-height: 2.2;
  text-align: justify;
}
#top-area .img {
  width: 60%;
  height: 370px;
}
#top-area .img::before {
  background-image: url(../img/recruit-information/group/top-img.jpg);
}

@media screen and (min-width: 1201px) {
  #top-area .text-wrap {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  #top-area .text-wrap {
    width: 42%;
  }
  #top-area .img {
    width: 55%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #top-area .text-wrap {
    width: 45%;
  }
  #top-area .catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #top-area .img {
    width: 52%;
    height: 240px;
  }
}
@media screen and (max-width: 600px) {
  #top-area .flex-wrap {
    flex-direction: column;
    gap: 30px;
  }
  #top-area .text-wrap {
    width: calc(100% - 10vw);
  }
  #top-area .catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #top-area .img {
    width: 100%;
    height: 220px;
  }
}
/* ===== companys ===== */
#companys {
  padding: 0 0 100px;
  background: var(--color-lightgreen);
}
#companys .g-box-wrap {
  gap: 60px 0px;
}
#companys .g-box {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
  font-size: 14px;
  font-size: 0.875rem;
}
#companys .g-title {
  margin: 0 0 0.5em;
}
#companys .img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 10px;
}
#companys .job {
  display: flex;
  align-items: baseline;
  gap: 1em;
  margin: 20px 0 0;
}
#companys .job::before {
  content: "採用職種";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: var(--color-white);
  background: var(--color-green);
  padding: 0.3em 2em;
  border-radius: 1.5em;
  white-space: nowrap;
}
#companys .view-more {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1em;
  width: 100%;
  max-width: 14em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  background: var(--color-white);
  padding: 0.3em 1.2em 0.4em;
  white-space: nowrap;
  border: solid 1px var(--color-green);
  border-radius: 2em;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}
#companys .view-more::before {
  content: "詳しくはこちら";
}

@media (hover: hover) {
  #companys .view-more:hover {
    color: var(--color-white);
    background: var(--color-green);
    transition: 0.2s ease-out;
  }
}
@media screen and (max-width: 768px) {
  #companys {
    padding: 80px 0 100px;
  }
  #companys .g-box {
    padding-bottom: 40px;
  }
  #companys .job {
    flex-direction: column;
  }
  #companys .job::before {
    width: 100%;
    text-align: center;
  }
  #companys .view-more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 600px) {
  #companys {
    padding: 40px 0 100px;
  }
}

/*# sourceMappingURL=group.css.map */