@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

/*------------------------
社員紹介
------------------------*/
.page-jobpeople .ul-head__en {
  top: 31%;
}
.page-jobpeople .jobpeople__other {
  max-width: 63.125rem;
  margin: 0 auto 6.25rem;
}
@media screen and (max-width: 768px) {
  .page-jobpeople .jobpeople__other {
    margin: 0 auto 12.7226463104vw;
  }
}
.page-jobpeople .jobpeople__other .title {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  font-family: "Kantumruy Pro", sans-serif;
  text-transform: capitalize;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .page-jobpeople .jobpeople__other .title {
    font-size: 6.6157760814vw;
    margin-bottom: 7.6335877863vw;
  }
}
.page-jobpeople .jobpeople__links {
  justify-content: space-around;
  gap: 5%;
  margin: 0 auto 4.375rem;
}
@media screen and (max-width: 768px) {
  .page-jobpeople .jobpeople__links {
    gap: 2.5445292621vw;
    align-items: center;
    margin: 0 auto 7.6335877863vw;
  }
}
.page-jobpeople .jobpeople__link {
  flex: 1;
  max-width: 15.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-jobpeople .jobpeople__link {
    max-width: 100%;
  }
}
.page-jobpeople .jobpeople__link:hover {
  opacity: 0.8;
}
.page-jobpeople .jobpeople__link:hover .tag {
  background-color: #e71401;
  color: #fff;
}
.page-jobpeople .jobpeople__link .img {
  margin-bottom: 1.25rem;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .page-jobpeople .jobpeople__link .img {
    width: 35.6234096692vw;
    margin-bottom: 5.0890585242vw;
  }
}
.page-jobpeople .jobpeople__link .tag {
  font-size: 1rem;
  color: #e71401;
  font-family: "Kantumruy Pro", sans-serif;
  min-height: 1.875rem;
  width: 100%;
  max-width: 12.5rem;
  border: 1px solid #e71401;
  border-radius: 3.75rem;
  margin: 0 auto 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .page-jobpeople .jobpeople__link .tag {
    font-size: 4.0712468193vw;
    min-height: 7.6335877863vw;
    max-width: 50.8905852417vw;
    border-radius: 15.2671755725vw;
    margin: 0 auto 1vw;
  }
}
.page-jobpeople .jobpeople__link .category {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-jobpeople .jobpeople__link .category {
    font-size: 4.0712468193vw;
  }
}
.page-jobpeople .jobpeople__link .name {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-jobpeople .jobpeople__link .name {
    font-size: 4.0712468193vw;
  }
}
.page-jobpeople .jobpeople__link .name .initial {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .page-jobpeople .jobpeople__link .name .initial {
    font-size: 6.106870229vw;
  }
}
.page-jobpeople .jobpeople__link--blue:hover .tag {
  background-color: #165fbe;
}
.page-jobpeople .jobpeople__link--blue .tag {
  color: #165fbe;
  border: 1px solid #165fbe;
}

#jobpeople .inner {
  max-width: 1470px;
}
#jobpeople .jobpeople__catch {
  font-size: 3rem;
  font-weight: 500;
  color: #004fa1;
  word-break: keep-all;
  margin-bottom: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__catch {
    font-size: 9.1603053435vw;
    line-height: 1.4444444444;
    margin-bottom: 12.7226463104vw;
  }
}
#jobpeople .jobpeople__catch span {
  font-size: 1.25rem;
  color: #e71401;
  font-family: "Kantumruy Pro", sans-serif;
  min-height: 1.875rem;
  max-width: 22.125rem;
  border: 1px solid #e71401;
  border-radius: 3.75rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__catch span {
    font-size: 5.0890585242vw;
    min-height: 7.6335877863vw;
    max-width: 89.8218829517vw;
    border-radius: 12.6262626263vw;
    margin-bottom: 7.6335877863vw;
  }
}
#jobpeople .jobpeople__catch--blue span {
  color: #165fbe;
  border: 1px solid #165fbe;
}
#jobpeople .jobpeople__column {
  gap: 4.0845070423%;
  align-items: center;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column {
    gap: 7.6335877863vw;
    margin-bottom: 12.7226463104vw;
  }
}
#jobpeople .jobpeople__column.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column.--reverse {
    flex-direction: column;
    gap: 0rem;
  }
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column.--reverse .jobpeople__column--img {
    order: 2;
    margin-bottom: 7.6335877863vw;
  }
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column.--reverse .jobpeople__column--text {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column.--reverse .jobpeople__column--text .title {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column.--reverse .jobpeople__column--text .desc {
    order: 3;
  }
}
#jobpeople .jobpeople__column--img {
  width: 39.4366197183%;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column--img {
    width: 100%;
  }
}
#jobpeople .jobpeople__column--text {
  flex: 1;
}
#jobpeople .jobpeople__column--text .title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #004fa1;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column--text .title {
    font-size: 6.106870229vw;
    padding-bottom: 3vw;
    margin-bottom: 5.0890585242vw;
  }
}
#jobpeople .jobpeople__column--text .title span {
  display: block;
  font-size: 1rem;
  color: #019fe9;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column--text .title span {
    font-size: 4.0712468193vw;
    margin-bottom: 2.5445292621vw;
  }
}
#jobpeople .jobpeople__column--text .desc {
  font-size: 1rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__column--text .desc {
    font-size: 4.0712468193vw;
  }
}
#jobpeople .jobpeople__bigImg {
  margin: 0 calc(50% - 50vw) 6.25rem;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__bigImg {
    margin: 0 calc(50% - 50vw) 12.7226463104vw;
  }
}
#jobpeople .jobpeople__bigImg img {
  width: calc(100% - 60px);
  max-width: 1720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__bigImg img {
    width: calc(100% - 10vw);
  }
}
#jobpeople .jobpeople__back a {
  font-size: 1.125rem;
  min-height: 3.125rem;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 31.25rem;
  margin: 0 auto;
  transition: all 0.4s ease;
}
#jobpeople .jobpeople__back a:hover {
  background-color: #999;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #jobpeople .jobpeople__back a {
    font-size: 4.5801526718vw;
    min-height: 12.7226463104vw;
  }
}

#jobpeople-top {
  /*job-top　共通*/
  /*job-top　共通ここまで*/
}
#jobpeople-top .page-title {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .page-title {
    margin-bottom: 7.6335877863vw;
  }
}
#jobpeople-top .inner {
  max-width: 1280px;
}
#jobpeople-top .box {
  background-color: #fff;
  font-size: 1rem;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .box {
    text-align: center;
    font-size: 4.0712468193vw;
    min-height: 7.6335877863vw;
  }
}
#jobpeople-top .box::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0px 0px;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .box::before {
    border-width: 4.5vw 4.5vw 0px 0px;
  }
}
#jobpeople-top .box.box--skill::before {
  border-color: #e71401 transparent transparent transparent;
}
#jobpeople-top .box.box--office::before {
  border-color: #165fbe transparent transparent transparent;
}
#jobpeople-top .item {
  width: 100%;
  border-radius: 10px;
  padding: 1.25rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .item {
    border-radius: 2.5445292621vw;
    padding: 3.8167938931vw 5.0890585242vw 5.0890585242vw;
  }
}
#jobpeople-top .item .title {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .item .title {
    font-size: 4.0712468193vw;
  }
}
#jobpeople-top .jobpeople-top__type {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__type {
    gap: 5.0890585242vw;
    margin-bottom: 7.6335877863vw;
  }
}
#jobpeople-top .jobpeople-top__type .box {
  width: 7.5rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__type .box {
    width: 30.534351145vw;
    min-height: 10.1781170483vw;
  }
}
#jobpeople-top .jobpeople-top__link .item {
  display: flex;
  color: #fff;
  background: linear-gradient(to right, #d05840 50%, #a24633 100%);
}
#jobpeople-top .jobpeople-top__link--top {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--top {
    gap: 2.5445292621vw;
  }
}
#jobpeople-top .jobpeople-top__link--top .left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--top .left {
    display: flex;
    flex-direction: column;
    margin-bottom: 15.2671755725vw;
  }
}
#jobpeople-top .jobpeople-top__link--top .right {
  flex: 1;
  gap: 1.25rem;
  position: relative;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--top .right {
    gap: 2.5445292621vw;
    margin-bottom: 15.2671755725vw;
  }
}
#jobpeople-top .jobpeople-top__link--top .item {
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--top .item {
    flex-grow: 1;
  }
}
#jobpeople-top .jobpeople-top__link--top .item.--kenkyu, #jobpeople-top .jobpeople-top__link--top .item.--seisan {
  background: linear-gradient(to right, #009e86 50%, #007563 100%);
}
#jobpeople-top .jobpeople-top__link--top .item .title {
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--top .item .box.sp {
    display: flex !important;
    flex: 1;
    min-height: 17.8117048346vw;
  }
}
#jobpeople-top .jobpeople-top__link--top .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6.25rem;
  transform: translateY(50px);
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--top .arrow {
    width: 25.4452926209vw;
    transform: translateY(13vw);
  }
}
#jobpeople-top .jobpeople-top__link--main {
  border: 5px solid #dddddd;
  border-radius: 1.25rem;
  padding: 0.9375rem 1.25rem 1.875rem 3.75rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--main {
    border: 1.272264631vw solid #dddddd;
    padding: 5.0890585242vw 11.7048346056vw 7.6335877863vw 14.5038167939vw;
    border-radius: 2.5445292621vw;
  }
}
#jobpeople-top .jobpeople-top__link--main .title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--main .title {
    margin-inline: calc(50% - 50vw);
    font-size: 5.5979643766vw;
    margin-bottom: 2.5445292621vw;
  }
}
#jobpeople-top .jobpeople-top__link--main .title span {
  font-size: 1rem;
  line-height: 2.25;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--main .title span {
    font-size: 4.4077134986vw;
  }
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item {
  align-items: center;
  padding: 0 1.25rem 0 0;
  position: relative;
  margin-bottom: 1.25rem;
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item {
    align-items: start;
    flex-direction: column;
    padding: 1vw 5.1vw 5vw 11vw;
  }
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item.--01 {
  background: linear-gradient(to right, #ff638b 50%, #cd4366 100%);
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item.--02 {
  background: linear-gradient(to right, #215a83 50%, #0068b3 100%);
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item.--03 {
  background: linear-gradient(to right, #47caf0 50%, #1d96b9 100%);
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item.--04 {
  background: linear-gradient(to right, #64c667 50%, #2a882d 100%);
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item.--05 {
  background: linear-gradient(to right, #ffb92e 50%, #ce9118 100%);
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item .icon {
  width: 5rem;
  margin-left: -2.5rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item .icon {
    position: absolute;
    top: 0;
    left: -8vw;
    width: 15.2671755725vw;
    margin: 0;
  }
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item .category {
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 1.25rem;
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item .category {
    width: 100%;
    font-size: 4.5801526718vw;
    margin-right: 0;
    margin-bottom: 1vw;
    min-height: 2.5em;
    display: flex;
    align-items: center;
  }
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item .boxs {
  flex: 1;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item .boxs {
    width: 100%;
    gap: 1.272264631vw;
  }
}
#jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item .box {
  width: 100%;
  max-width: 15.625rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--main .jobpeople-top__bar.item .box {
    max-width: 100%;
  }
}
#jobpeople-top .jobpeople-top__link--main + .arrow {
  width: 6.25rem;
  margin: 0 auto 0.625rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__link--main + .arrow {
    width: 25.4452926209vw;
    margin: 0 auto 2.5445292621vw;
  }
}
#jobpeople-top .jobpeople-top__cont--bottom.item {
  justify-content: center;
  font-size: 1.25rem;
  color: #000;
  align-items: center;
  background: #ddd;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--bottom.item {
    font-size: 4.0712468193vw;
    min-height: 15.2671755725vw;
  }
}
#jobpeople-top .jobpeople-top__cont {
  padding: 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont {
    padding: 17.8117048346vw 0;
  }
}
#jobpeople-top .jobpeople-top__cont.--gray {
  background-color: rgba(241, 240, 240, 0.5);
  padding: 6.25rem 0 0;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont.--gray {
    padding: 17.8117048346vw 0 0;
    margin-bottom: 17.8117048346vw;
  }
}
#jobpeople-top .jobpeople-top__cont.--gray::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -7.5rem;
  left: 0;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  height: 7.5rem;
  background: no-repeat center bottom/cover url(/jobpeople/images/top/gray-bottom.png);
}
@media (max-width: 1920px) {
  #jobpeople-top .jobpeople-top__cont.--gray::after {
    bottom: calc(-120 * 100vw / 1920);
    height: calc(120 * 100vw / 1920);
  }
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont.--gray::after {
    bottom: -15.2vw;
    height: 15.2671755725vw;
    background: no-repeat center bottom/cover url(/jobpeople/images/top/gray-bottom_sp.png);
  }
}
#jobpeople-top .jobpeople-top__cont--office .jobpeople-top__cont--title::after {
  background-color: #165fbe;
}
#jobpeople-top .jobpeople-top__cont--office .jobpeople-top__cont--column .text .title::before, #jobpeople-top .jobpeople-top__cont--office .jobpeople-top__cont--column .text .title::after {
  background: linear-gradient(to right, #165fbe 100px, #cccccc 100px);
}
#jobpeople-top .jobpeople-top__cont--office .jobpeople-top__cont--column .text .title span {
  background-color: #165fbe;
}
#jobpeople-top .jobpeople-top__cont--office .jobpeople-top__cont--qa {
  border: 3px solid #ff638b;
  background: linear-gradient(135deg, #ffe7ed 0%, #ffffff 50%);
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--office .jobpeople-top__cont--qa {
    background: linear-gradient(90deg, #ffe7ed 0%, #ffffff 50%);
  }
}
#jobpeople-top .jobpeople-top__cont--office .jobpeople-top__cont--qa-title {
  color: #ff638b;
}
#jobpeople-top .jobpeople-top__cont--office .jobpeople-top__cont--qa-column .item .title span {
  background-color: #ff638b;
}
#jobpeople-top .jobpeople-top__cont--title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 3.125rem;
  margin-bottom: 3.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--title {
    font-size: 7.6335877863vw;
    padding-bottom: 6.3613231552vw;
    margin-bottom: 12.7226463104vw;
  }
}
#jobpeople-top .jobpeople-top__cont--title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18.75rem;
  height: 0.125rem;
  background-color: #e71401;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--title::after {
    width: 50.8905852417vw;
  }
}
#jobpeople-top .jobpeople-top__cont--column {
  gap: 2.5rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--column {
    gap: 7.6335877863vw;
    margin-bottom: 12.7226463104vw;
  }
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--column.--reverse {
    flex-direction: column-reverse;
  }
}
#jobpeople-top .jobpeople-top__cont--column .text {
  flex: 1;
}
#jobpeople-top .jobpeople-top__cont--column .text .title {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--column .text .title {
    font-size: 6.106870229vw;
    line-height: 1.2;
    padding-bottom: 4vw;
    margin-bottom: 4.0712468193vw;
  }
}
#jobpeople-top .jobpeople-top__cont--column .text .title span {
  width: 6.25rem;
  height: 1.25rem;
  background-color: #e71401;
  font-size: 0.75rem;
  font-family: "Kantumruy Pro", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 1em;
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--column .text .title span {
    width: 25.4452926209vw;
    height: 5.0890585242vw;
    font-size: 3.0534351145vw;
    border-radius: 20vw 0 0 20vw;
    margin-bottom: 4vw;
  }
}
#jobpeople-top .jobpeople-top__cont--column .text .title::before, #jobpeople-top .jobpeople-top__cont--column .text .title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #e71401 100px, #cccccc 100px);
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--column .text .title::before, #jobpeople-top .jobpeople-top__cont--column .text .title::after {
    background: linear-gradient(to right, #e71401 25vw, #cccccc 25vw);
  }
}
#jobpeople-top .jobpeople-top__cont--column .text .title::before {
  height: 1px;
  margin-bottom: 5px;
}
#jobpeople-top .jobpeople-top__cont--column .text .title::after {
  height: 2px;
}
#jobpeople-top .jobpeople-top__cont--column .text .desc {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--column .text .desc {
    font-size: 4.0712468193vw;
    line-height: 2;
  }
}
#jobpeople-top .jobpeople-top__cont--column .img {
  width: 47.9674796748%;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--column .img {
    width: 100%;
  }
}
#jobpeople-top .jobpeople-top__cont--qa {
  border: 3px solid #2584ff;
  padding: 2.25rem 2.5rem 2.75rem;
  background: linear-gradient(135deg, #e8f2ff 0%, #ffffff 50%);
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--qa {
    border: 0.7633587786vw solid #2584ff;
    padding: 9.1603053435vw 5.0890585242vw 11.1959287532vw;
    background: linear-gradient(90deg, #e8f2ff 0%, #ffffff 50%);
  }
}
#jobpeople-top .jobpeople-top__cont--qa-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  font-family: "Kantumruy Pro", sans-serif;
  color: #2584ff;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--qa-title {
    font-size: 8.1424936387vw;
    margin-bottom: 7.6335877863vw;
  }
}
#jobpeople-top .jobpeople-top__cont--qa-column {
  gap: 3.75rem;
  max-width: 66.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--qa-column {
    gap: 7.6335877863vw;
  }
}
#jobpeople-top .jobpeople-top__cont--qa-column .item {
  padding: 0;
}
#jobpeople-top .jobpeople-top__cont--qa-column .item .title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--qa-column .item .title {
    font-size: 5.0890585242vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
}
#jobpeople-top .jobpeople-top__cont--qa-column .item .title span {
  width: 6.25rem;
  height: 1.25rem;
  background-color: #2584ff;
  font-size: 0.75rem;
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 1em;
  border-radius: 40px 0 0 40px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--qa-column .item .title span {
    width: 25.4452926209vw;
    height: 5.0890585242vw;
    font-size: 3.0534351145vw;
    border-radius: 20vw 0 0 20vw;
  }
}
#jobpeople-top .jobpeople-top__cont--qa-column .item .desc {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople-top__cont--qa-column .item .desc {
    font-size: 4.0712468193vw;
  }
}
#jobpeople-top .jobpeople__other {
  max-width: 66.25rem;
  margin: 0 auto;
}
#jobpeople-top .jobpeople__other .jobpeople__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, 530px);
  gap: 3.125rem 0;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople__other .jobpeople__links {
    gap: 7.6335877863vw;
  }
}
#jobpeople-top .jobpeople__other .jobpeople__link {
  width: 33.125rem;
  max-width: 33.125rem;
  flex-direction: row;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople__other .jobpeople__link {
    flex-direction: column;
    gap: 5.0890585242vw;
    width: 100%;
    max-width: 50.8905852417vw;
    margin: 0 auto;
  }
}
#jobpeople-top .jobpeople__other .jobpeople__link .img {
  width: 47.1698113208%;
}
@media screen and (max-width: 768px) {
  #jobpeople-top .jobpeople__other .jobpeople__link .img {
    width: 100%;
    max-width: 35.6234096692vw;
    margin-bottom: 0;
  }
}
#jobpeople-top .jobpeople__other .jobpeople__link .text {
  flex: 1;
}
#jobpeople-top .jobpeople__other .jobpeople__link .text .tag {
  margin-inline: 0;
}
#jobpeople-top .jobpeople__other .jobpeople__link .text .category {
  text-align: left;
}/*# sourceMappingURL=jobpeople.css.map */