@charset "UTF-8";
:root {
  --base_line_height: 1;
  --base_letter_spacing: 0;
  --text_letter_spacing: 0.05em;
  --color_primary: #4CA795;
  --color_secondary: #F9EC4E;
  --color_black: #333333;
  --color_white: #FFFFFF;
  --color_gray: #E6F0F0;
  --color_bg_1: #F2F2F2;
  --color_bg_2: #E6F0F0;
  --color_border: #E6E6E6;
  --html_font_size: 100%;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: var(--html_font_size);
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color_bg);
  color: var(--color_black);
  line-height: var(--base_line_height);
  letter-spacing: var(--base_letter_spacing);
}
body.isFixed {
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
  transition: opacity 0.3s;
}

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
input[type=text],
input[type=datetime-local],
input[type=url],
textarea {
  width: 100%;
}

button {
  border: none;
  background: none;
  padding: 0;
}

.page-id-11125 #content {
  padding-bottom: 0;
}

.recruitHeader, .recruitHero {
  padding-left: 6rem;
}
@media only screen and (max-width: 1240px) {
  .recruitHeader, .recruitHero {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitHeader, .recruitHero {
    padding-left: 1rem;
  }
}
.recruitHeader__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1580px) {
  .recruitHeader__content {
    display: block;
    position: relative;
  }
}
.recruitHeader__logo {
  flex: -1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1580px) {
  .recruitHeader__logo {
    margin: 1.0625rem 0;
  }
}
.recruitHeader__logo .logo {
  max-width: 13rem;
}
@media only screen and (max-width: 480px) {
  .recruitHeader__logo .logo {
    max-width: 10rem;
  }
}
.recruitHeader__text {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: normal;
  margin-left: 1.8125rem;
}
@media only screen and (max-width: 480px) {
  .recruitHeader__text {
    font-size: 0.9375rem;
    margin-left: 1.125rem;
  }
}

@media only screen and (max-width: 1580px) {
  .recruitNav {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
.recruitNav.isOpen {
  height: 100%;
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 6.6875rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color_white);
  z-index: 999;
}
.recruitNav__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1580px) {
  .recruitNav__list {
    display: block;
  }
}
.recruitNav__item {
  margin-left: 2rem;
}
@media only screen and (max-width: 1580px) {
  .recruitNav__item {
    margin-left: 0;
  }
}
.recruitNav__item:first-child {
  margin-left: 0;
}
.recruitNav__item:nth-last-child(2) {
  margin-left: 4.6875rem;
}
@media only screen and (max-width: 1580px) {
  .recruitNav__item:nth-last-child(2) {
    margin-left: 0;
  }
}
.recruitNav__item:last-child {
  margin-left: 4rem;
}
@media only screen and (max-width: 1580px) {
  .recruitNav__item:last-child {
    margin-left: 0;
  }
}
.recruitNav__link {
  font-weight: 500;
}
@media only screen and (max-width: 1580px) {
  .recruitNav__link {
    display: block;
    padding: 1rem;
    padding-left: 5.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitNav__link {
    padding-left: 1.875rem;
  }
}
.recruitNav__link--news {
  background: var(--color_secondary);
  border-radius: 1.25rem;
  color: var(--color_primary);
  padding: 0.375rem 2.75rem;
}
@media only screen and (max-width: 1580px) {
  .recruitNav__link--news {
    display: block;
    border-radius: 0;
    padding: 1rem;
    padding-left: 5.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitNav__link--news {
    padding-left: 1.875rem;
  }
}
.recruitNav__link--description {
  background: var(--color_primary);
  display: block;
  font-size: 1.1875rem;
  color: var(--color_white);
  padding: 1.75rem 9.25rem 1.75rem 1.75rem;
  position: relative;
}
@media only screen and (max-width: 1580px) {
  .recruitNav__link--description {
    font-size: 1rem;
    padding: 1rem;
    padding-left: 5.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitNav__link--description {
    padding-left: 1.875rem;
  }
}
.recruitNav__link--description:before {
  content: "";
  width: 2.375rem;
  height: 100%;
  background: var(--color_primary);
  border-radius: 2.375rem 0 0 2.375rem;
  position: absolute;
  left: -2.375rem;
  top: 0;
}
@media only screen and (max-width: 1580px) {
  .recruitNav__link--description:before {
    content: none;
  }
}
.recruitNav__link--description:after {
  content: "";
  width: 3.9375rem;
  height: 1.5rem;
  background: url("../images/recruit/arrow_green.svg") no-repeat center/contain;
  position: absolute;
  right: 2.8125rem;
  top: 50%;
  transform: translateY(-50%);
}

.recruitHero {
  position: relative;
}

.recruitTopics {
  width: 40%;
  max-width: 32.5rem;
  height: 8.875rem;
  background: #FFFFEB;
  border-radius: 0 1.875rem 0 0;
  padding: 1.3125rem 1.125rem 1.3125rem 0;
  position: absolute;
  left: 6rem;
  bottom: 0;
  transform: trnslateY(-100%);
}
@media only screen and (max-width: 1240px) {
  .recruitTopics {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    border-radius: 0;
  }
}
.recruitTopics:after {
  content: "";
  width: 50vw;
  height: 8.875rem;
  background: #FFFFEB;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}
.recruitTopics__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .recruitTopics__content {
    gap: 1.25rem;
  }
}
.recruitTopics__img {
  width: 52%;
  max-width: 12.5rem;
}
@media only screen and (max-width: 767px) {
  .recruitTopics__img {
    width: 38%;
    display: none;
  }
}
.recruitTopics__body {
  flex: 1;
}
.recruitTopics__label {
  background: var(--color_primary);
  border-radius: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color_white);
  display: inline-block;
  margin-bottom: 1.125rem;
  padding: 4px 1.25rem;
}
.recruitTopics__title {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.recruitFooter__wrap, .recruitNews__wrap, .recruitEntry__wrap, .recruitDescription__wrap, .recruitBenefit__wrap, .recruitData__wrap, .recruitEmployee__wrap, .recruitMessage__wrap, .recruitService__wrap {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 16px;
}

.recruitService {
  padding: 7rem 0 7.75rem;
}
@media only screen and (max-width: 767px) {
  .recruitService {
    padding: 3.75rem 0;
  }
}
.recruitService__inner {
  background: url(../images/recruit/sec_1_bg.png) no-repeat left top/contain;
  background: url(../images/recruit/sec_1_bg.webp) no-repeat left top/contain;
  padding-top: 10.875rem;
}
@media only screen and (max-width: 767px) {
  .recruitService__inner {
    padding-top: 5rem;
  }
}
.recruitService__title {
  font-size: 2.1875rem;
  font-weight: normal;
  line-height: 1.8;
  color: var(--color_primary);
  margin-bottom: 1.375rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitService__title {
    font-size: 1.5rem;
  }
}
.recruitService__title:before {
  content: "WE ARE Grand Van";
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 6.25rem;
  font-weight: 400;
  font-style: normal;
  color: #E6F0F0;
  position: absolute;
  left: -7.5625rem;
  top: -140%;
}
@media only screen and (max-width: 1580px) {
  .recruitService__title:before {
    left: 0;
  }
}
@media only screen and (max-width: 1240px) {
  .recruitService__title:before {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitService__title:before {
    font-size: 2.25rem;
    top: -110%;
  }
}
.recruitService__text {
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .recruitService__text {
    font-size: 0.9375rem;
  }
}
.recruitService__content {
  display: flex;
  gap: 1.75rem;
  margin-top: 3.625rem;
}
@media only screen and (max-width: 1240px) {
  .recruitService__content {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .recruitService__content {
    gap: 1.25rem;
  }
}
.recruitService__item {
  width: calc((100% - 56px) / 3);
  background: var(--color_white);
  border-radius: 1.875rem;
  box-shadow: 0 0 1.25rem rgba(76, 167, 149, 0.3);
  padding: 1.75rem;
}
@media only screen and (max-width: 1240px) {
  .recruitService__item {
    width: calc((100% - 56px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .recruitService__item {
    width: 100%;
    border-radius: 0.625rem;
    padding: 1.25rem;
  }
}
.recruitService__item:nth-child(1) .recruitService__itemTitle:before {
  content: "01";
}
.recruitService__item:nth-child(2) .recruitService__itemTitle:before {
  content: "02";
}
.recruitService__item:nth-child(3) .recruitService__itemTitle:before {
  content: "03";
}
.recruitService__itemTitle {
  font-size: 1.4375rem;
  font-weight: 500;
  color: var(--color_primary);
  line-height: 1.4;
  margin-bottom: 0.9375rem;
  padding-top: 1.875rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitService__itemTitle {
    font-size: 1.25rem;
  }
}
.recruitService__itemTitle:before {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.recruitService__itemText {
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  min-height: 6.8125rem;
}
@media only screen and (max-width: 767px) {
  .recruitService__itemText {
    font-size: 0.9375rem;
    min-height: auto;
  }
}
.recruitService__itemImg {
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recruitService__itemImg {
    border-radius: 2px;
  }
}

.recruitMessage {
  padding-top: 8.75rem;
}
.recruitMessage__bg {
  background: var(--color_primary) url(../images/recruit/message_bg.webp) no-repeat right center/contain;
  color: var(--color_white);
  padding: 3.25rem 0 2.75rem;
}
@media only screen and (max-width: 1240px) {
  .recruitMessage__bg {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMessage__bg {
    background: var(--color_primary);
    padding-bottom: 0;
  }
}
.recruitMessage__content {
  position: relative;
}
.recruitMessage__content:before {
  content: "MESSAGE";
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 6.25rem;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  color: var(--color_primary);
  position: absolute;
  left: 0;
  top: -8.5625rem;
}
@media only screen and (max-width: 767px) {
  .recruitMessage__content:before {
    font-size: 3.875rem;
    top: -6.5rem;
  }
}
.recruitMessage__body {
  width: 100%;
  max-width: 51.875rem;
}
@media only screen and (max-width: 1240px) {
  .recruitMessage__body {
    width: 65%;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMessage__body {
    width: 100%;
  }
}
.recruitMessage__title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .recruitMessage__title {
    font-size: 1.5rem;
  }
}
.recruitMessage__text {
  line-height: 1.6;
  margin-bottom: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .recruitMessage__text {
    font-size: 0.9375rem;
  }
}
.recruitMessage__name {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  font-size: 1.6875rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .recruitMessage__name {
    font-size: 1.25rem;
  }
}
.recruitMessage__name--small {
  font-size: 1rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .recruitMessage__name--small {
    font-size: 0.875rem;
  }
}
.recruitMessage__img {
  width: 29.9375rem;
  position: absolute;
  right: -7.25rem;
  bottom: -2.8125rem;
}
@media only screen and (max-width: 767px) {
  .recruitMessage__img {
    width: 100%;
    max-width: 420px;
    position: relative;
    right: auto;
    bottom: 0;
    margin: 1.875rem auto 0;
  }
}

.recruitEmployee {
  background: var(--color_bg_2) url(../images/recruit/employee_bg.webp) no-repeat right center/contain;
  padding: 5.25rem 0 3.1875rem;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee {
    padding: 3.75rem 0 2.5rem;
  }
}
.recruitEmployee__title {
  font-size: 2.1875rem;
  color: var(--color_primary);
  margin-bottom: 2.875rem;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__title {
    font-size: 1.5rem;
  }
}
.recruitEmployee__content {
  display: flex;
  align-items: flex-start;
  gap: 1.9375rem;
}
@media only screen and (max-width: 1240px) {
  .recruitEmployee__content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__content {
    gap: 1.25rem;
  }
}
.recruitEmployee__item {
  width: calc((100% - 5.8125rem) / 4);
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1240px) {
  .recruitEmployee__item {
    width: calc((100% - 1.9375rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__item {
    width: 100%;
  }
}
.recruitEmployee__itemImg {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__itemImg {
    border-radius: 0.625rem;
  }
}
.recruitEmployee__itemImg img {
  width: 100%;
}
.recruitEmployee__itemLabel {
  width: 100%;
  max-width: 15.6875rem;
  background: var(--color_secondary);
  border-radius: 1.25rem 0 1.25rem 0;
  font-weight: 500;
  color: var(--color_primary);
  padding: 0.9375rem 0.9375rem 0.9375rem 2.0625rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__itemLabel {
    width: 50%;
    border-radius: 0.625rem 0 0.625rem 0;
    font-size: 0.9375rem;
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  }
}
.recruitEmployee__itemLabel:before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background: var(--color_primary);
  border-radius: 0.3125rem;
  position: absolute;
  left: 1rem;
  top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__itemLabel:before {
    left: 0.875rem;
    top: 0.875rem;
  }
}
.recruitEmployee__itemTitle {
  width: 100%;
  height: 16rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52) 30%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 7.5rem 1.25rem 2.8125rem 1.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.recruitEmployee__itemText {
  display: block;
  border-left: 3px solid var(--color_white);
  font-size: 1.375rem;
  color: var(--color_white);
  line-height: 1.4;
  padding-left: 0.75rem;
}
.recruitEmployee__popup {
  background: rgba(26, 26, 26, 0.6);
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  padding: 3.75rem 0.625rem;
  overflow: scroll;
}
.recruitEmployee__popup.isActive {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popup {
    display: block;
    padding: 1.875rem 0.625rem;
    overflow: scroll;
  }
}
.recruitEmployee__popupBox {
  width: 100%;
  max-width: 72rem;
  background: var(--color_white);
  border-radius: 1.25rem;
  padding: 0 4.1875rem 2.75rem 4.625rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .recruitEmployee__popupBox {
    padding: 0 2.5rem 2.5rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupBox {
    border-radius: 0.625rem;
    padding: 1.25rem;
    padding-top: 0;
  }
}
.recruitEmployee__popupClose {
  width: 9.5rem;
  height: 3.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background: var(--color_bg_1);
  border-radius: 0 1.25rem 0 1.25rem;
  font-size: 1.0625rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupClose {
    border-radius: 0 0.625rem 0 0.625rem;
    font-size: 0.875rem;
    height: 2.5rem;
  }
}
.recruitEmployee__popupTitle {
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--color_primary);
  line-height: 1.4;
  margin: 8.75rem 0 1.875rem;
  padding-left: 2.9375rem;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .recruitEmployee__popupTitle {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupTitle {
    font-size: 1.375rem;
    margin: 3.75rem 0 1.25rem;
  }
}
.recruitEmployee__popupTitle:before {
  content: "MESSAGE";
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 4.25rem;
  font-weight: 400;
  font-style: normal;
  color: #E6F0F0;
  position: absolute;
  left: 0;
  top: -6.25rem;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupTitle:before {
    font-size: 2.25rem;
    top: -3rem;
  }
}
.recruitEmployee__popupTitle br {
  display: none;
}
.recruitEmployee__popupContent {
  display: flex;
  gap: 3.125rem;
}
@media only screen and (max-width: 834px) {
  .recruitEmployee__popupContent {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupContent {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.recruitEmployee__popupImg {
  width: 18.75rem;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupImg {
    width: 100%;
  }
}
.recruitEmployee__popupImg img {
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupImg img {
    border-radius: 2px;
  }
}
.recruitEmployee__popupMeta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.375rem;
}
.recruitEmployee__popupPosition {
  font-size: 1.1875rem;
  color: var(--color_primary);
  padding-left: 1.25rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupPosition {
    font-size: 0.875rem;
  }
}
.recruitEmployee__popupPosition:before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background: var(--color_primary);
  border-radius: 0.3125rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruitEmployee__popupJoin {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupJoin {
    font-size: 0.9375rem;
  }
}
.recruitEmployee__popupName {
  font-size: 1.625rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupName {
    font-size: 1.125rem;
  }
}
.recruitEmployee__popupName--small {
  font-size: 1.0625rem;
  padding-left: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupName--small {
    font-size: 0.9375rem;
  }
}
.recruitEmployee__popupBody {
  flex: 1;
}
.recruitEmployee__popupBodyTitle {
  background: var(--color_primary);
  border-radius: 1.25rem;
  font-size: 1.0625rem;
  color: var(--color_white);
  line-height: 1.4;
  margin: 1.375rem 0 1.25rem;
  padding: 0.4375rem 2.75rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupBodyTitle {
    font-size: 1rem;
  }
}
.recruitEmployee__popupBodyTitle:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: var(--color_white);
  border-radius: 0.3125rem;
  position: absolute;
  left: 1.3125rem;
  top: 50%;
  transform: translateY(-50%);
}
.recruitEmployee__popupBodyText {
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .recruitEmployee__popupBodyText {
    font-size: 0.9375rem;
  }
}

.recruitData {
  padding: 18.125rem 0 7.125rem;
}
@media only screen and (max-width: 767px) {
  .recruitData {
    padding: 6.25rem 0 3.75rem;
  }
}
.recruitData__wrap {
  max-width: 91.625rem;
}
.recruitData__title {
  font-size: 2.1875rem;
  color: var(--color_primary);
  line-height: 1.4;
  margin: 0 0 1.25rem;
  padding-left: 2.625rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitData__title {
    font-size: 1.5rem;
    padding-left: 0;
  }
}
.recruitData__title:before {
  content: "Grand Van’s DATA";
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 6.25rem;
  font-weight: 400;
  font-style: normal;
  color: var(--color_gray);
  position: absolute;
  top: -9.375rem;
  left: -4.8125rem;
}
@media only screen and (max-width: 1580px) {
  .recruitData__title:before {
    left: 0;
  }
}
@media only screen and (max-width: 1240px) {
  .recruitData__title:before {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitData__title:before {
    font-size: 1.75rem;
    top: -3.4375rem;
  }
}
.recruitData__box, .recruitData__box--second {
  background: var(--color_primary);
  border-radius: 1.25rem;
  padding: 2.5rem 2.75rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .recruitData__box, .recruitData__box--second {
    border-radius: 0.625rem;
    padding: 1.25rem;
  }
}
.recruitData__box--second {
  background-color: var(--color_bg_2);
  margin-bottom: 0;
}
.recruitData__rowTitle, .recruitData__rowTitle--second {
  font-size: 1.625rem;
  color: var(--color_secondary);
  line-height: 1.4;
  margin-bottom: 1.5625rem;
  padding-left: 1.4375rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitData__rowTitle, .recruitData__rowTitle--second {
    font-size: 1.25rem;
  }
}
.recruitData__rowTitle:before, .recruitData__rowTitle--second:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: var(--color_secondary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruitData__rowTitle--second {
  color: var(--color_primary);
}
.recruitData__rowTitle--second:before {
  background-color: var(--color_primary);
}
.recruitData__content, .recruitData__content--second {
  display: flex;
  gap: 1.6875rem 2.625rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1240px) {
  .recruitData__content, .recruitData__content--second {
    gap: 1.25rem 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitData__content, .recruitData__content--second {
    gap: 1.25rem;
  }
}
.recruitData__content--second {
  gap: 3.3125rem;
}
@media only screen and (max-width: 1240px) {
  .recruitData__content--second {
    gap: 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitData__content--second {
    gap: 1.25rem;
  }
}
.recruitData__item {
  width: calc((100% - 10.5rem) / 5);
}
@media only screen and (max-width: 1240px) {
  .recruitData__item {
    width: calc((100% - 6.25rem) / 5);
  }
}
@media only screen and (max-width: 834px) {
  .recruitData__item {
    width: calc((100% - 3.125rem) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .recruitData__item {
    width: 100%;
    max-width: 18.75rem;
    margin: 0 auto;
  }
}
.recruitData__item--second {
  width: calc((100% - 9.9375rem) / 4);
}
@media only screen and (max-width: 1240px) {
  .recruitData__item--second {
    width: calc((100% - 4.6875rem) / 4);
  }
}
@media only screen and (max-width: 834px) {
  .recruitData__item--second {
    width: calc((100% - 3.125rem) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .recruitData__item--second {
    width: 100%;
    max-width: 18.75rem;
    margin: 0 auto;
  }
}
.recruitData__label, .recruitData__label--second {
  background: var(--color_white);
  border-radius: 1.25rem;
  font-size: 1.125rem;
  color: var(--color_primary);
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 1240px) {
  .recruitData__label, .recruitData__label--second {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitData__label, .recruitData__label--second {
    font-size: 0.875rem;
  }
}
.recruitData__label--second {
  background-color: var(--color_primary);
  color: var(--color_white);
}
.recruitData__img img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.recruitData__text, .recruitData__text--second {
  text-align: center;
  font-size: 4.625rem;
  font-weight: 700;
  margin-top: -1.75rem;
  background-image: linear-gradient(135deg, #F9EC4E 5%, #fff 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.recruitData__text span, .recruitData__text--second span {
  font-size: 1.75rem;
  font-weight: normal;
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.recruitData__text--second {
  background-image: linear-gradient(135deg, #F9EC4E 5%, #4CA795 95%);
}
.recruitData__text--second span {
  -webkit-text-fill-color: #8BC07B;
  color: #8BC07B;
}
.recruitData__text--second .recruitData__text--sub {
  -webkit-text-fill-color: #333;
  color: #333;
}

.recruitBenefit {
  padding: 8.125rem 0 7.1875rem;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit {
    padding: 5rem 0 3.75rem;
  }
}
.recruitBenefit__title {
  font-size: 2.1875rem;
  color: var(--color_primary);
  line-height: 1.4;
  margin-bottom: 1.5625rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__title {
    font-size: 1.5rem;
  }
}
.recruitBenefit__title:after {
  content: "Grand Van’s BENEFIT";
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 6.25rem;
  font-weight: 400;
  font-style: normal;
  color: var(--color_gray);
  position: absolute;
  left: -7.5rem;
  top: -7.5rem;
}
@media only screen and (max-width: 1580px) {
  .recruitBenefit__title:after {
    left: 0;
  }
}
@media only screen and (max-width: 1240px) {
  .recruitBenefit__title:after {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__title:after {
    font-size: 1.875rem;
    top: -3.75rem;
  }
}
.recruitBenefit__text {
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__text {
    font-size: 0.9375rem;
  }
}
.recruitBenefit__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 8.75rem;
  margin: 2.625rem 0 3.125rem;
}
@media only screen and (max-width: 1240px) {
  .recruitBenefit__content {
    gap: 3.75rem;
  }
}
@media only screen and (max-width: 834px) {
  .recruitBenefit__content {
    display: block;
  }
}
.recruitBenefit__img {
  width: 37.375rem;
}
@media only screen and (max-width: 1240px) {
  .recruitBenefit__img {
    width: calc((100% - 60px) / 2);
  }
}
@media only screen and (max-width: 834px) {
  .recruitBenefit__img {
    width: 100%;
  }
}
.recruitBenefit__body {
  flex: 1;
}
@media only screen and (max-width: 1240px) {
  .recruitBenefit__body {
    width: calc((100% - 60px) / 2);
  }
}
@media only screen and (max-width: 834px) {
  .recruitBenefit__body {
    width: 100%;
    margin-top: 1.875rem;
  }
}
.recruitBenefit__document:first-child {
  margin-bottom: 2.375rem;
}
.recruitBenefit__label {
  display: inline-block;
  background: var(--color_primary);
  border-radius: 1.25rem;
  font-size: 0.9375rem;
  color: var(--color_white);
  padding: 0.3125rem 1.25rem;
  margin-bottom: 0.3125rem;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__label {
    font-size: 0.875rem;
  }
}
.recruitBenefit__documentTitle {
  font-size: 1.4375rem;
  color: var(--color_primary);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__documentTitle {
    font-size: 1.25rem;
  }
}
.recruitBenefit__documentText {
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__documentText {
    font-size: 0.9375rem;
  }
}
.recruitBenefit__box {
  background: var(--color_bg_1);
  border-radius: 1.25rem;
  padding: 2.125rem 1.9375rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__box {
    border-radius: 0.625rem;
    padding: 1.25rem;
  }
}
.recruitBenefit__boxTitle {
  font-size: 1.4375rem;
  color: var(--color_primary);
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__boxTitle {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
.recruitBenefit__boxContent {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5625rem 2.1875rem;
}
@media only screen and (max-width: 834px) {
  .recruitBenefit__boxContent {
    display: block;
  }
}
.recruitBenefit__item {
  width: calc((100% - 2.1875rem) / 2);
  background: var(--color_white);
  border: 2px solid var(--color_primary);
  border-radius: 0.3125rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 2.3125rem;
}
@media only screen and (max-width: 834px) {
  .recruitBenefit__item {
    width: 100%;
    margin-top: 1.25rem;
    padding-left: 1rem;
  }
}
.recruitBenefit__itemTitle {
  font-size: 1.125rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__itemTitle {
    font-size: 1rem;
  }
}
.recruitBenefit__itemTitle:before, .recruitBenefit__itemTitle:after {
  content: "";
  width: 1.125rem;
  height: 3px;
  background: var(--color_primary);
  position: absolute;
  right: 0;
  top: 44%;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__itemTitle:before, .recruitBenefit__itemTitle:after {
    font-size: 1rem;
  }
}
.recruitBenefit__itemTitle:after {
  transform: rotate(90deg);
}
.recruitBenefit__itemTitle.isOpen:after {
  transform: rotate(0);
}
.recruitBenefit__itemText {
  font-size: 0.9375rem;
  line-height: 1.8;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.recruitBenefit__bottom {
  margin-top: 6.375rem;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__bottom {
    margin-top: 3.75rem;
  }
}
.recruitBenefit__slide {
  padding: 0 1.25rem;
}
.recruitBenefit__slide img {
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .recruitBenefit__slide img {
    border-radius: 0.625rem;
  }
}
.recruitBenefit__slide:nth-child(odd) {
  padding-top: 3.75rem;
}

.recruitDescription {
  background: var(--color_bg_2);
  padding: 5.625rem 0 5.1875rem;
}
@media only screen and (max-width: 767px) {
  .recruitDescription {
    padding: 3.75rem 0;
  }
}
.recruitDescription__title {
  display: flex;
  gap: 1.875rem;
  color: var(--color_primary);
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .recruitDescription__title {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.recruitDescription__titleText {
  font-size: 1.25rem;
  padding-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .recruitDescription__titleText {
    font-size: 1.125rem;
    padding-top: 0;
  }
}
.recruitDescription__titleEn {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 5rem;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .recruitDescription__titleEn {
    font-size: 2.5rem;
  }
}
.recruitDescription__box {
  max-width: 75rem;
  background: var(--color_white);
  border-radius: 1.25rem;
  padding: 2.375rem 2.75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recruitDescription__box {
    border-radius: 0.625rem;
    padding: 1.25rem;
  }
}
.recruitDescription__content {
  display: flex;
  gap: 1.9375rem;
  border-bottom: 1px solid var(--color_border);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .recruitDescription__content {
    flex-direction: column;
    gap: 0.9375rem;
  }
}
.recruitDescription__contentTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.125rem;
  background: var(--color_bg_1);
  border-radius: 0.625rem;
  font-size: 1.0625rem;
  line-height: 1.8;
  padding: 0.6875rem;
}
@media only screen and (max-width: 767px) {
  .recruitDescription__contentTitle {
    display: block;
    width: 100%;
    border-radius: 2px;
    font-size: 1rem;
    padding: 0.375rem 0.625rem;
  }
}
.recruitDescription__contentText {
  flex: 1;
  line-height: 1.8;
  padding: 0.625rem 0;
}
@media only screen and (max-width: 767px) {
  .recruitDescription__contentText {
    padding: 0 0 0 0.625rem;
  }
}
.recruitDescription__text {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #808080;
}
@media only screen and (max-width: 767px) {
  .recruitDescription__text {
    font-size: 0.9375rem;
  }
}

.recruitEntry {
  padding: 0 0 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitEntry {
    padding-bottom: 3.75rem;
  }
}
.recruitEntry:before {
  content: "";
  width: 100%;
  height: 12.3125rem;
  background: var(--color_bg_2);
  position: absolute;
  left: 0;
  top: 0;
}
.recruitEntry__box {
  max-width: 75rem;
  background: var(--color_primary);
  border-radius: 1.25rem;
  color: var(--color_white);
  margin: 0 auto;
  padding: 7.375rem 2.625rem 2.375rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitEntry__box {
    border-radius: 0.625rem;
    padding: 5rem 1.25rem 1.25rem;
  }
}
.recruitEntry__title {
  font-size: 2.0625rem;
  font-weight: 500;
  color: var(--color_white);
  line-height: 1.4;
  margin-bottom: 0.75rem;
  padding-left: 0.8125rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .recruitEntry__title {
    font-size: 1.5rem;
    padding-left: 0;
  }
}
.recruitEntry__title:before {
  content: "Grand Van";
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 7.5625rem;
  font-weight: 400;
  font-style: normal;
  color: var(--color_bg_2);
  position: absolute;
  left: 0;
  top: -6.125rem;
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruitEntry__title:before {
    font-size: 3rem;
    top: -4.375rem;
  }
}
.recruitEntry__text {
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .recruitEntry__text {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.recruitEntry__anchor {
  border-bottom: 1px solid var(--color_white);
}
.recruitEntry__link {
  display: table;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1.875rem;
  font-size: 1.1875rem;
  font-weight: 500;
  color: var(--color_white);
  margin-bottom: 0.875rem;
  margin-left: auto;
  padding: 1.1875rem 8.875rem 1.1875rem 2.375rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruitEntry__link {
    font-size: 1rem;
    padding-right: 7.5rem;
    padding-left: 1.625rem;
  }
}
@media only screen and (max-width: 480px) {
  .recruitEntry__link {
    font-size: 0.875rem;
  }
}
.recruitEntry__link:after {
  content: "";
  width: 5.875rem;
  height: 2.25rem;
  background: url(../images/recruit/arrow_green.svg) no-repeat center/contain;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.recruitNews {
  padding: 5rem 0 7.5rem;
}
@media only screen and (max-width: 767px) {
  .recruitNews {
    padding: 2.5rem 0 3.75rem;
  }
}
.recruitNews__title {
  display: flex;
  gap: 1.875rem;
  color: var(--color_primary);
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .recruitNews__title {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.recruitNews__titleText {
  font-size: 1.25rem;
  padding-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .recruitNews__titleText {
    font-size: 1.125rem;
    padding-top: 0;
  }
}
.recruitNews__titleEn {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 5rem;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .recruitNews__titleEn {
    font-size: 2.5rem;
  }
}
.recruitNews__content {
  display: flex;
  gap: 1.375rem;
}
@media only screen and (max-width: 1240px) {
  .recruitNews__content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .recruitNews__content {
    gap: 1.875rem;
  }
}
.recruitNews__item {
  width: calc((100% - 4.125rem) / 4);
}
@media only screen and (max-width: 1240px) {
  .recruitNews__item {
    width: calc((100% - 1.375rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .recruitNews__item {
    width: 100%;
  }
}
.recruitNews__thumbnail {
  border-radius: 0.625rem;
  box-shadow: 0 0 1.25rem rgba(76, 167, 149, 0.3);
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.recruitNews__postDate {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  color: var(--color_primary);
  display: block;
  margin-bottom: 0.3125rem;
}
@media only screen and (max-width: 767px) {
  .recruitNews__postDate {
    font-size: 0.875rem;
  }
}
.recruitNews__itemTitle {
  font-size: 0.9375rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .recruitNews__itemTitle {
    font-size: 1rem;
  }
}

.recruitFooter {
  background: #FFFFEB;
  padding-top: 5.75rem;
}
.recruitFooter__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1240px) {
  .recruitFooter__content {
    display: block;
  }
}
.recruitFooter__info {
  width: 100%;
  max-width: 26.25rem;
}
.recruitFooter__logo {
  width: 100%;
  max-width: 24.875rem;
  margin-bottom: 3.4375rem;
}
@media only screen and (max-width: 480px) {
  .recruitFooter__logo {
    max-width: 80%;
  }
}
.recruitFooter__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1.5625rem;
}
.recruitFooter__link {
  display: table;
  background: var(--color_white);
  border: 1px solid var(--color_primary);
  border-radius: 1.875rem;
  font-size: 1rem;
  color: var(--color_primary);
  padding: 0.75rem 5.75rem 0.75rem 1.4375rem;
  position: relative;
}
.recruitFooter__link:after {
  content: "";
  width: 3.9375rem;
  height: 1.5rem;
  background: url(../images/recruit/arrow_white.svg) no-repeat center/contain;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.recruitFooter__nav {
  padding-top: 1.75rem;
}
.recruitFooter__navList {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1240px) {
  .recruitFooter__navList {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFooter__navList {
    flex-wrap: wrap;
    gap: 1.25rem 1.875rem;
  }
}
.recruitFooter__navItem {
  margin-left: 2em;
}
@media only screen and (max-width: 767px) {
  .recruitFooter__navItem {
    margin: 0;
  }
}
.recruitFooter__navItem:first-child {
  margin-left: 0;
}
.recruitFooter__message {
  max-width: 44.0625rem;
  margin: 5.75rem 6.25rem 0 0;
}
@media only screen and (max-width: 1240px) {
  .recruitFooter__message {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFooter__message {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.recruitFooter__copy {
  background: var(--color_primary);
  color: var(--color_white);
  text-align: center;
  padding: 0.625rem 1rem;
  margin-top: 6.9375rem;
}
@media only screen and (max-width: 767px) {
  .recruitFooter__copy {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}

.hamburgerBtn {
  display: none;
}
@media only screen and (max-width: 1580px) {
  .hamburgerBtn {
    display: block;
    position: absolute;
    right: 1.25rem;
    top: 0.4375rem;
    transition: all 0.5s;
    width: 3.125rem;
    height: 1.875rem;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .hamburgerBtn {
    width: 2.5rem;
    top: 2px;
  }
}
.hamburgerBtn__inner {
  position: relative;
  height: 1.875rem;
}
.hamburgerBtn span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color_primary);
  border-radius: 4px;
}
.hamburgerBtn span:nth-of-type(1) {
  top: 0;
}
.hamburgerBtn span:nth-of-type(2) {
  top: 0.8125rem;
}
.hamburgerBtn span:nth-of-type(3) {
  bottom: 0;
}
.hamburgerBtn.isActive span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}
.hamburgerBtn.isActive span:nth-of-type(2) {
  opacity: 0;
}
.hamburgerBtn.isActive span:nth-of-type(3) {
  transform: translateY(-13px) rotate(45deg);
}/*# sourceMappingURL=recruit.css.map */