@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* color */
/* switching */
/* vw計算 */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* ===== 採用ページcss ===== */
/* -- body -- */
body::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  background: url(../img/common/bg.png) no-repeat center/109.2686459088vw auto;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 900px) {
  body::after {
    background: url(../img/common/bg_sp.png) no-repeat top center/179.7333333333vw auto;
  }
}

.fwB {
  font-weight: bold;
}

/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1166px;
}
@media screen and (max-width: 1220px) {
  .inner {
    margin: 0 27px;
    width: auto;
  }
}

/*
    tag
*/
img {
  height: auto;
}

/*
    header
*/
/*
    footer
*/
.cmn-ft-pagetop {
  display: none !important;
}

/*
    contents
*/
/* -- cmn -- */
.cmn-main {
  margin: 38px 0 104px;
}
.cmn-main.top {
  margin-top: 0;
}
.cmn-title-wrap::before {
  margin-left: -584px;
  background: #FAFAFA;
}
.cmn-title-wrap .cmn-title {
  font-size: 40px;
  letter-spacing: 0.042em;
  padding-left: 79px;
}
.cmn-title-wrap .cmn-title::before {
  position: relative;
  top: 2px;
  margin-right: -5px;
}
.cmn-subtit {
  text-align: right;
  margin-top: 64px;
  margin-bottom: -7px;
}
@media screen and (max-width: 900px) {
  .cmn-main {
    margin: 40px 0 80px;
  }
  .cmn-title-wrap::before {
    margin-left: 0;
  }
  .cmn-title-wrap .cmn-title {
    font-size: 24px;
    padding-left: 5px;
  }
  .cmn-title-wrap .cmn-title::before {
    top: 0;
    margin-right: 0;
  }
  .cmn-subtit {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .job .cmn-subtit img {
    width: 63.7546666667vw;
  }
  .faq .cmn-subtit {
    margin-top: 59px;
  }
  .faq .cmn-subtit img {
    width: 85.6vw;
  }
}

/* -- crm -- */
@media screen and (min-width: 901px) {
  .crm3 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .crm3 > * {
    width: 27.445%;
  }
  .crm3 > *:not(:nth-child(3n)) {
    margin-right: 8.8325%;
  }
  .crm3 > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 86px;
  }
}
@media screen and (max-width: 900px) {
  .crm3 > *:not(:last-child) {
    margin-bottom: 28px;
  }
}

/* -- recruit -- */
.recruit-h2 {
  font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 40px;
  letter-spacing: 0.042em;
  position: relative;
  padding: 31px 0 0 48px;
}
.recruit-h2::before {
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 32px;
  height: 1px;
  background: #000;
  content: "";
}
.recruit-h2 img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.recruit-h3 {
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .recruit-h2 {
    font-size: 24px;
    padding: 16px 0 0 28px;
  }
  .recruit-h2::before {
    bottom: 14px;
    width: 16px;
  }
  .recruit-h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}

/* -- blankicon -- */
.blankicon svg {
  stroke: #434548;
  transition: stroke 0.6s;
}
.blankicon svg g {
  transition: fill 0.6s, stroke 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover .blankicon svg {
    stroke: #FFF;
  }
  a:hover .blankicon svg g {
    stroke: #404245;
    fill: #404245;
  }
}
@media screen and (max-width: 900px) {
  .blankicon svg {
    width: 100%;
    height: auto;
  }
}

/* -- btn -- */
.link {
  margin-top: 23px;
}
@media screen and (min-width: 901px) {
  .link {
    margin-top: 24px;
  }
}
.link a {
  color: #424548;
  fill: #424548;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 16px;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  .link a:hover .arrow {
    background: #424548;
    fill: #FAFAFA;
  }
}
.link .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1.5px solid;
  border-radius: 100%;
  padding-bottom: 3px;
  transition: 0.4s;
}
.link .arrow svg {
  width: 16px;
  height: 5px;
}

/* -- nav -- */
#nav {
  display: none;
}

.nav {
  text-align: right;
  position: fixed;
  right: 40px;
  bottom: 32px;
  z-index: 1000;
}
.nav li:not(:last-child) {
  margin-bottom: 8px;
}
.nav li a {
  background: #FFF;
}
.nav li.bg a {
  background: linear-gradient(155deg, #d8e8e8 5%, #b6cae2 100%);
}
.nav a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  letter-spacing: 0;
  padding: 5px 27px 2px 8px;
}
.nav a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  height: 4px;
  width: 11px;
  top: -2px;
  background: url(../img/common/nav_arrow.svg) no-repeat 0 0/100% auto;
  content: "";
}
.nav a[target=_blank]::after {
  top: 1px;
  height: 11px;
  background: url(../img/common/nav_blank.svg) no-repeat 0 0/100% auto;
}
@media screen and (min-width: 901px) {
  .nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 900px) {
  .nav {
    right: 0;
    bottom: 17px;
  }
  .nav li:not(:last-child) {
    margin-bottom: 7px;
  }
  .nav a {
    font-size: 11px;
    padding: 5px 26px 2px 8px;
  }
  .nav a::after {
    top: 2px;
  }
  .nav a[target=_blank]::after {
    top: 3px;
  }
}

/* -- entry -- */
.entry {
  margin-top: 140px;
}
@media screen and (min-width: 901px) {
  .entry-link {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    margin-top: 41px;
  }
  .entry-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: 16px;
    bottom: 16px;
    width: 1px;
    background: #D8D8D8;
    content: "";
  }
  .entry-link > * {
    width: 47.256%;
  }
}
.entry-link a {
  display: block;
  position: relative;
  padding: 44px 21% 48px 56px;
  height: 100%;
  background: linear-gradient(155deg, #d8e8e8 5%, #b6cae2 100%);
}
.entry-link-tit {
  font-size: 32px;
  letter-spacing: 0.04em;
}
.entry-link-txt {
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-top: 14px;
}
.entry-link .blankicon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12%;
  margin: auto 0;
  height: 40px;
  width: 40px;
  top: 1px;
}
@media screen and (max-width: 900px) {
  .entry {
    margin-top: 80px;
  }
  .entry .recruit-h2 img {
    width: 44.7973333333vw;
  }
  .entry-link {
    margin: 22px 12px 0;
  }
  .entry-link > *:not(:last-child) {
    margin-bottom: 16px;
  }
  .entry-link a {
    padding: 28px 25% 30px 35px;
  }
  .entry-link-tit {
    font-size: 19px;
  }
  .entry-link-txt {
    font-size: 11px;
    margin-top: 9px;
  }
  .entry-link .blankicon {
    right: 14%;
    width: 25px;
    height: 25px;
  }
}

/* -- job -- */
.job-catch {
  line-height: 2;
  margin-right: 300px;
}
.job-works {
  margin-top: 71px;
}
.job-works-tit {
  font-size: 20px;
  margin-top: 23px;
}
.job-works-txt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 11px;
}
.job-flow {
  text-align: center;
  margin-top: 135px;
}
.job-flow-img {
  margin: 29px 0 0 0.6%;
}
@media screen and (max-width: 900px) {
  .job-catch {
    font-size: 14px;
    line-height: 2.15;
    letter-spacing: 0.04em;
    margin: 0 12px;
  }
  .job-works {
    margin: 23px 12px 0;
  }
  .job-works-img {
    position: relative;
    overflow: hidden;
    padding-top: 75.085%;
  }
  .job-works-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
  }
  .job-works-tit {
    margin-top: 15px;
  }
  .job-flow {
    margin-top: 75px;
  }
  .job-flow-img {
    margin: 21px -12px 0;
  }
}

/* -- faq -- */
.faq-info {
  margin-top: 24px;
}
.faq-info-list {
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-top: 29px;
}
@media screen and (min-width: 901px) {
  .faq-info-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .faq-info-list li {
    width: 48.971%;
  }
  .faq-info-list li:not(:nth-child(2n)) {
    margin-right: 2.058%;
  }
  .faq-info-list li:not(:nth-last-child(-n+2)) {
    margin-bottom: 16px;
  }
}
.faq-info-list li {
  padding: 31px 0 30px 32px;
  background: #FFF;
}
.faq-info-list span {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-indent: 0;
  display: inline-block;
  margin-left: 19px;
}
.faq-benefits {
  margin-top: 79px;
}
.faq-benefits-cnt {
  margin-top: 45px;
}
.faq-benefits-cnt > :not(:last-child) {
  margin-bottom: 47px;
}
.faq-benefits-cnt-tit {
  font-size: 24px;
  letter-spacing: 0.04em;
  position: relative;
}
.faq-benefits-cnt-tit .txt {
  display: inline-block;
  padding-right: 26px;
}
.faq-benefits-cnt-tit .line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  height: 1px;
  background: #434548;
  content: "";
}
.faq-benefits-cnt-list {
  margin-top: 37px;
}
.faq-benefits-cnt-list > * {
  padding: 55px 32px 52px;
  background: #FFF;
}
@media screen and (min-width: 901px) {
  .faq-benefits-cnt-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .faq-benefits-cnt-list > * {
    width: 29.675%;
  }
  .faq-benefits-cnt-list > *:not(:nth-child(3n)) {
    margin-right: 5.4875%;
  }
}
.faq-benefits-cnt-list-tit {
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
}
.faq-benefits-cnt-list-img {
  text-align: center;
  margin-top: 14px;
}
.faq-benefits-cnt-list-txt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 13px;
}
.faq-faq {
  margin-top: 141px;
}
.faq-faq .recruit-h2 {
  padding-top: 24px;
}
.faq-faq-faq {
  margin: 59px auto 0;
  max-width: 882px;
}
.faq-faq-faq dt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 38px;
}
.faq-faq-faq dt::before {
  position: absolute;
  top: 0;
  left: -5px;
  width: 27px;
  height: 26px;
  background: url(../img/faq/q.svg) no-repeat 0 0/100% auto;
  content: "";
}
.faq-faq-faq dd {
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  margin: 14px 39px 0 40px;
  padding: 12px 15px;
  background: #FFF;
}
.faq-faq-faq dd:not(:last-child) {
  margin-bottom: 52px;
}
.faq-faq-faq dd::before {
  position: absolute;
  top: 20px;
  left: -42px;
  width: 22px;
  height: 21px;
  background: url(../img/faq/a.svg) no-repeat 0 0/100% auto;
  content: "";
}
@media screen and (max-width: 900px) {
  .faq-info-list {
    font-size: 14px;
    line-height: 1.53;
    margin-top: 22px;
  }
  .faq-info-list li {
    padding: 14px 13px 13px 22px;
  }
  .faq-info-list li:not(:last-child) {
    margin-bottom: 7px;
  }
  .faq-info-list span {
    font-size: 12px;
    display: block;
    margin: -2px 0 0 -3px;
  }
  .faq-benefits {
    margin-top: 80px;
  }
  .faq-benefits-cnt {
    margin-top: 37px;
  }
  .faq-benefits-cnt > :not(:last-child) {
    margin-bottom: 38px;
  }
  .faq-benefits-cnt-tit {
    font-size: 20px;
  }
  .faq-benefits-cnt-tit .txt {
    padding-right: 19px;
  }
  .faq-benefits-cnt-list {
    margin: 30px 12px 0;
  }
  .faq-benefits-cnt-list > * {
    padding: 39px 18px 35px;
  }
  .faq-benefits-cnt-list > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .faq-benefits-cnt-list-txt {
    margin: 14px 11px 0;
  }
  .faq-faq {
    margin-top: 80px;
  }
  .faq-faq .recruit-h2 {
    padding-top: 9px;
  }
  .faq-faq .recruit-h2 img {
    width: 23.9626666667vw;
  }
  .faq-faq-faq {
    margin: 41px auto 0;
    max-width: none;
  }
  .faq-faq-faq dt {
    line-height: 1.34;
    padding-left: 45px;
  }
  .faq-faq-faq dt::before {
    top: 2px;
    left: 1px;
  }
  .faq-faq-faq dd {
    font-size: 14px;
    margin: 13px 5px 0 46px;
    padding: 13px 16px 11px;
  }
  .faq-faq-faq dd:not(:last-child) {
    margin-bottom: 43px;
  }
  .faq-faq-faq dd::before {
    top: 20px;
    left: -41px;
  }
}

/*
    top
*/
.top .entry {
  margin-top: 103px;
}
@media screen and (max-width: 900px) {
  .top .entry {
    margin-top: 80px;
  }
}

/* -- mv -- */
.mv-tit {
  position: relative;
  margin: -114px 0 0 40px;
  z-index: 20;
}
.mv-tit > * {
  position: relative;
  padding: 8px 14px 11px 18px;
  width: fit-content;
}
.mv-tit > *::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 0;
  background: linear-gradient(90deg, #d8e8e8 5%, #b6cae2 100%);
  content: "";
  transition: width linear;
}
.mv-tit > *:not(:last-child) {
  margin-bottom: 4px;
}
.mv-tit > * > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  z-index: 20;
  transition: opacity 0.5s;
}
.mv-tit > *:nth-child(1)::after {
  transition-duration: 0.45s;
}
.mv-tit > *:nth-child(1) > :nth-child(2) {
  margin: 0 1px;
}
.mv-tit > *:nth-child(2)::after {
  transition-delay: 0.6s;
  transition-duration: 1s;
}
.mv-tit > *:nth-child(2) > :nth-child(1) {
  top: 4px;
}
.mv-tit > *:nth-child(2) > :nth-child(2) {
  top: 11px;
}
.mv-tit > *:nth-child(2) > :nth-child(3) {
  top: 1px;
  margin-left: 10px;
}
.mv-tit > *:nth-child(2) > :nth-child(4) {
  top: 1px;
  margin-left: -2px;
}
.mv-tit > *:nth-child(2) > :nth-child(5) {
  top: 3px;
  margin-left: -3px;
}
.mv-tit > *:nth-child(2) > :nth-child(6) {
  top: 3px;
  margin-left: 14px;
}
.mv-tit > *:nth-child(2) > :nth-child(7) {
  top: 3px;
  margin-left: 15px;
}
.mv-tit > *:nth-child(2) > :nth-child(8) {
  top: 3px;
}
.mv-tit > *:nth-child(2) > :nth-child(9) {
  top: 4px;
  margin-left: 3px;
}
.mv-tit > *:nth-child(2) > :nth-child(10) {
  top: 3px;
  margin-left: 3px;
}
.mv-tit.show > *::after {
  width: 100%;
}
.mv-tit.show > * > * {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .mv {
    margin-top: 24px;
  }
  .mv-tit {
    margin: -52px 0 0 15px;
  }
  .mv-tit > * {
    padding: 3px 6px 5px 8px;
  }
  .mv-tit > *:not(:last-child) {
    margin-bottom: 2px;
  }
  .mv-tit > *:nth-child(1) > :nth-child(1) {
    width: 30px;
  }
  .mv-tit > *:nth-child(1) > :nth-child(2) {
    margin: 0 -2px 0 -3px;
    width: 26px;
  }
  .mv-tit > *:nth-child(1) > :nth-child(3) {
    width: 21px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(1) {
    top: 1px;
    width: 22px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(2) {
    top: 4px;
    margin-left: -2px;
    width: 16px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(3) {
    top: -1px;
    margin-left: 2px;
    width: 25px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(4) {
    top: -1px;
    margin-left: -4px;
    width: 26px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(5) {
    top: 0;
    margin-left: -4px;
    width: 22px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(6) {
    top: 0;
    margin-left: 3px;
    width: 11px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(7) {
    top: 0;
    margin-left: 5px;
    width: 17px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(8) {
    top: 0;
    margin-left: -2px;
    width: 30px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(9) {
    top: 0;
    margin-left: -2px;
    width: 22px;
  }
  .mv-tit > *:nth-child(2) > :nth-child(10) {
    top: 1px;
    margin-left: -1px;
    width: 17px;
  }
}

/* -- works -- */
.works {
  margin-top: 142px;
}
.works .recruit-h2 {
  padding-top: 15px;
}
.works-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.works-cnt-imgCnt {
  margin-top: 39px;
  width: 50%;
}
.works-cnt-imgCnt-inner {
  position: relative;
  padding-top: 79%;
}
.works-cnt-imgCnt-inner > * {
  position: absolute;
}
.works-cnt-imgCnt-img01 {
  top: 0;
  left: 0;
  width: 28.3%;
}
.works-cnt-imgCnt-img02 {
  top: 0;
  right: 0;
  width: 61.8%;
}
.works-cnt-imgCnt-img03 {
  bottom: 0;
  left: 11.3%;
  width: 34.1%;
}
.works-cnt-txtCnt {
  width: 43.1%;
  margin-top: 89px;
}
.works-cnt-txtCnt-txt {
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .works {
    margin-top: 161px;
  }
  .works .recruit-h2 {
    padding-top: 30px;
  }
  .works .recruit-h2 img {
    right: -12px;
    width: 63.7546666667vw;
  }
  .works-cnt {
    display: block;
  }
  .works-cnt-imgCnt {
    margin: 21px 12px 0;
    width: auto;
  }
  .works-cnt-txtCnt {
    margin: 26px 12px 0;
    width: auto;
  }
  .works-cnt-txtCnt-txt {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 2.14;
  }
}

/* -- interview -- */
.interview {
  margin-top: 105px;
}
.interview .recruit-h2 {
  padding-top: 14px;
}
.interview .recruit-h2 img {
  right: 4px;
}
.interview-cnt {
  margin-top: 60px;
}
@media screen and (min-width: 901px) {
  .interview-cnt.crm3 > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 64px;
  }
}
.interview-cnt a {
  display: block;
  position: relative;
}
@media screen and (min-width: 901px) {
  .interview-cnt a:hover .interview-cnt-tit {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
}
.interview-cnt-tit {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 11px;
}
.interview-cnt-division {
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-top: 21px;
  padding-right: 50px;
}
.interview-cnt-name {
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-top: 7px;
  padding-right: 50px;
}
.interview-cnt .blankicon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.interview-cnt-btn {
  text-align: center;
}
.interview-cnt-btn a {
  padding: 65px 20px 79px;
  background: linear-gradient(135deg, #d8e8e8 5%, #b6cae2 100%);
}
.interview-cnt-btn .interview-cnt-division {
  margin-top: 11px;
  padding-right: 0;
}
.interview-cnt-btn .blankicon {
  position: static;
  margin-top: 38px;
}
.interview-cnt-btn-txt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .interview {
    margin-top: 79px;
  }
  .interview .recruit-h2 {
    padding-top: 29px;
  }
  .interview .recruit-h2 img {
    right: -12px;
    width: 74.4053333333vw;
  }
  .interview-cnt {
    margin: 23px 36px 0;
  }
  .interview-cnt > * {
    margin: 0 auto;
    max-width: 320px;
  }
  .interview-cnt.crm3 > *:not(:last-child) {
    margin-bottom: 22px;
  }
  .interview-cnt-tit {
    font-size: 16px;
    margin-top: 9px;
  }
  .interview-cnt-division {
    margin-top: 6px;
    padding-right: 35px;
  }
  .interview-cnt-name {
    margin-top: 1px;
    padding-right: 35px;
  }
  .interview-cnt .blankicon {
    bottom: 2px;
    width: 31px;
    height: 31px;
  }
  .interview-cnt-btn a {
    padding: 33px 20px 46px;
  }
  .interview-cnt-btn .interview-cnt-tit {
    line-height: 1.875;
  }
  .interview-cnt-btn .interview-cnt-division {
    line-height: 1.61;
    margin-top: 5px;
  }
  .interview-cnt-btn .blankicon {
    margin: 11px auto 0;
  }
  .interview-cnt-btn-txt {
    margin-top: 16px;
  }
}

/* -- enviromentFaq -- */
.enviromentFaq {
  margin-top: 105px;
}
.enviromentFaq .recruit-h2 {
  padding-top: 13px;
}
.enviromentFaq .recruit-h2 img:nth-child(2) {
  top: 90px;
}
.enviromentFaq-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  text-align: right;
  margin-top: 71px;
}
.enviromentFaq-cnt-img {
  width: 59.2%;
}
.enviromentFaq-cnt-txtCnt {
  position: relative;
  margin-left: -9.2%;
  padding: 46px 54px 46px 45px;
  width: 44.5%;
  background: #FFF;
  z-index: 20;
}
.enviromentFaq-cnt-txtCnt-txt {
  font-size: 18px;
  letter-spacing: 0.04em;
}
.enviromentFaq-cnt-txtCnt .link {
  margin-top: 29px;
}
@media screen and (max-width: 900px) {
  .enviromentFaq {
    margin-top: 81px;
  }
  .enviromentFaq .recruit-h2 {
    padding-top: 34px;
  }
  .enviromentFaq .recruit-h2 img:nth-child(1) {
    width: 85.464vw;
  }
  .enviromentFaq .recruit-h2 img:nth-child(2) {
    top: 11.4666666667vw;
    width: 20.656vw;
  }
  .enviromentFaq-cnt {
    display: block;
    text-align: left;
    margin: 32px 12px 0;
  }
  .enviromentFaq-cnt-img {
    width: auto;
  }
  .enviromentFaq-cnt-txtCnt {
    margin-left: 0;
    padding: 29px 25px 25px 25px;
    width: auto;
  }
  .enviromentFaq-cnt-txtCnt-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .enviromentFaq-cnt-txtCnt .link {
    margin-top: 4px;
  }
  .enviromentFaq-cnt-txtCnt .link a {
    font-size: 11px;
    gap: 0 2px;
  }
  .enviromentFaq-cnt-txtCnt .link .arrow {
    width: 44px;
    height: 44px;
  }
}/*# sourceMappingURL=style.css.map */