@charset "UTF-8";
/* ▼▼▼ og-recruit ▼▼▼ */
#og-recruit .og-recruit_main {
  padding-top: 40px;
}
#og-recruit .og-recruit_text {
  line-height: 1.6;
}
#og-recruit .og-recruit_item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  #og-recruit .og-recruit_item_wrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  #og-recruit .og-recruit_item_wrap {
    grid-template-columns: 1fr;
  }
}
#og-recruit .og-recruit_item {
  min-width: 0;
  border: 1px solid var(--Line-Primary);
  border-radius: 20px;
  padding: 39px;
}
@media screen and (max-width: 767px) {
  #og-recruit .og-recruit_item {
    padding: 23px;
  }
}
#og-recruit .og-recruit_title_wrap {
  padding-left: 16px;
  position: relative;
}
#og-recruit .og-recruit_title_wrap::before {
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background: var(--Brand-color-Primary);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#og-recruit .og-recruit_title_en {
  color: var(--Brand-color-Primary);
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}
#og-recruit .og-recruit_title {
  font-size: 24px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #og-recruit .og-recruit_title {
    font-size: 23px;
  }
}
#og-recruit .og-recruit_item_text {
  line-height: 1.6;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #og-recruit .og-recruit_item_text {
    margin-top: 24px;
  }
}
#og-recruit .og-recruit_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #og-recruit .og-recruit_img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#og-recruit .og-recruit_img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  #og-recruit .og-recruit_img {
    width: 100%;
  }
}
#og-recruit .og-recruit_img img {
  width: 100%;
  height: auto;
}