@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#recruit figure,
#recruit picture {
  display: block;
}
@media screen and (min-width: 881px) {
  #recruit .ly_anchorNav_type03_inner a:nth-of-type(4n) {
    border-right: 1px solid #b6b7b4 !important;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  #recruit .ly_block_type01__cont {
    padding-left: 30px;
    padding-left: 3.90625vw;
    padding-right: 30px;
    padding-right: 3.90625vw;
  }
}

.un_recruitHead {
  margin-bottom: 80px;
}
@media screen and (max-width: 744px) {
  .un_recruitHead {
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .un_recruitHead picture {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.un_recruitHead picture img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .un_recruitHead picture img {
    border-radius: 0;
  }
}

.un_recruitWork {
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .un_recruitWork {
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
.un_recruitWork p {
  line-height: 3.1;
}
.un_recruitWork p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3.1) * 0.5em);
  content: "";
}
.un_recruitWork p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3.1) * 0.5em);
  content: "";
}

.un_recruitVoice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.un_recruitVoice_listItem {
  width: 296px;
  transition: 0.4s ease;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_listItem {
    width: 41.6vw;
  }
}
.un_recruitVoice_listItem:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_listItem:nth-child(n+3) {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_recruitVoice_listItem a:hover {
  opacity: 1;
}
.un_recruitVoice_listItem figure {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_listItem figure {
    border-radius: 4px;
  }
}
.un_recruitVoice_listItem figure.__imgDefault {
  display: block !important;
}
.un_recruitVoice_listItem figure.__imgHover {
  display: none !important;
}
.un_recruitVoice_listItem:hover figure.__imgDefault {
  display: none !important;
}
.un_recruitVoice_listItem:hover figure.__imgHover {
  display: block !important;
}
.un_recruitVoice_listItem p {
  margin-top: 16px;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_listItem p {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.un_recruitVoice_listItem p.__prof {
  font-size: 1.2rem;
  font-weight: 300;
  color: #75787a;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_listItem p.__prof {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.un_recruitNewgrad,
.un_recruitMidcareer {
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .un_recruitNewgrad,
  .un_recruitMidcareer {
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
.un_recruitNewgrad .ly_block_type01__cont > p,
.un_recruitMidcareer .ly_block_type01__cont > p {
  line-height: 2;
}
.un_recruitNewgrad .ly_block_type01__cont > p::before,
.un_recruitMidcareer .ly_block_type01__cont > p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.un_recruitNewgrad .ly_block_type01__cont > p::after,
.un_recruitMidcareer .ly_block_type01__cont > p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.un_recruitNewgrad .ly_block_type01__cont > p a,
.un_recruitMidcareer .ly_block_type01__cont > p a {
  text-decoration: underline !important;
}
.un_recruitNewgrad_innerBlock,
.un_recruitMidcareer_innerBlock {
  background: #e7e7e6;
  padding: 40px;
}
@media screen and (max-width: 744px) {
  .un_recruitNewgrad_innerBlock,
  .un_recruitMidcareer_innerBlock {
    padding: 40px;
    padding: 10.6666666667vw;
    padding-left: 20px;
    padding-left: 5.3333333333vw;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
  }
}
.un_recruitNewgrad_innerBlock__ttl,
.un_recruitMidcareer_innerBlock__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .un_recruitNewgrad_innerBlock__ttl,
  .un_recruitMidcareer_innerBlock__ttl {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_recruitNewgrad_innerBlock__ttl p,
.un_recruitMidcareer_innerBlock__ttl p {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .un_recruitNewgrad_innerBlock__ttl p,
  .un_recruitMidcareer_innerBlock__ttl p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.un_recruitNewgrad_innerBlock__cont,
.un_recruitMidcareer_innerBlock__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.un_recruitNewgrad_innerBlock__cont a:not(:first-of-type),
.un_recruitMidcareer_innerBlock__cont a:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 744px) {
  .un_recruitNewgrad_innerBlock__cont a:not(:first-of-type),
  .un_recruitMidcareer_innerBlock__cont a:not(:first-of-type) {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}

.un_recruitMidcareer {
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .un_recruitMidcareer {
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}

.un_recruitWelfare .ly_block_type01__cont p {
  line-height: 2;
}
.un_recruitWelfare .ly_block_type01__cont p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.un_recruitWelfare .ly_block_type01__cont p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
.un_recruitWelfare .ly_block_type01__cont p a {
  text-decoration: underline !important;
}
.un_recruitWelfare dl {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 744px) {
  .un_recruitWelfare dl {
    padding: 32px;
    padding: 8.5333333333vw;
  }
}
.un_recruitWelfare dl dt {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.un_recruitWelfare dl dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.un_recruitWelfare dl dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_recruitWelfare dl dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 32px;
    margin-bottom: 8.5333333333vw;
  }
}
.un_recruitWelfare dl dd ul li {
  padding-left: 1.5em;
  position: relative;
}
.un_recruitWelfare dl dd ul li:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 744px) {
  .un_recruitWelfare dl dd ul li:not(:first-child) {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.un_recruitWelfare dl dd ul li::before {
  display: inline-block;
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.2em;
}

.un_recruitContact {
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  .un_recruitContact {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
.un_recruitContact_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b6b7b4;
  border-left: none;
  border-right: none;
  padding: 40px 0;
}
@media screen and (max-width: 744px) {
  .un_recruitContact_inner {
    display: block;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}
.un_recruitContact_inner dt {
  font-size: 2rem;
  font-weight: 400;
  margin-right: 160px;
}
@media screen and (max-width: 744px) {
  .un_recruitContact_inner dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-right: 0;
    margin-bottom: 35px;
    margin-bottom: 9.3333333333vw;
  }
}
.un_recruitContact_inner dd p:nth-child(1) {
  font-weight: 400;
}
.un_recruitContact_inner dd p:nth-child(2) {
  margin-top: 16px;
}
@media screen and (max-width: 744px) {
  .un_recruitContact_inner dd p:nth-child(2) {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}

.un_recruitVoice_modalWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: -21px;
  width: 100%;
  height: calc(100vh + 21px);
  background: rgba(30, 28, 28, 0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalWrap {
    top: 0;
    height: 100dvh;
  }
}
.un_recruitVoice_modalWrap.is-active {
  opacity: 1;
  visibility: visible;
}

.un_recruitVoice_modalInner {
  position: relative;
  width: 800px;
  height: 640px;
  padding: 0 80px;
  background: #fff;
  border-radius: 8px;
  overflow-y: hidden;
}
@media screen and (max-width: 880px) {
  .un_recruitVoice_modalInner {
    width: 89.33333vw;
    height: 70dvh;
  }
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner {
    padding-left: 24px;
    padding-left: 6.4vw;
    padding-right: 24px;
    padding-right: 6.4vw;
    border-radius: 6px;
  }
}
.un_recruitVoice_modalInner .__scrollarea {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 80px 0;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner .__scrollarea {
    padding-top: 65px;
    padding-top: 17.3333333333vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}
.un_recruitVoice_modalInner .__img img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner .__img img {
    border-radius: 6px;
  }
}
.un_recruitVoice_modalInner .__ttl {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner .__ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 32px;
    margin-bottom: 8.5333333333vw;
  }
}
.un_recruitVoice_modalInner .__profile {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner .__profile {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_recruitVoice_modalInner .__profile p:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner .__profile p:not(:last-child) {
    margin-bottom: 0;
  }
}
.un_recruitVoice_modalInner .__img {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner .__img {
    margin-bottom: 16px;
    margin-bottom: 4.2666666667vw;
  }
}
.un_recruitVoice_modalInner .__txt dl:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner .__txt dl:not(:first-child) {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_recruitVoice_modalInner .__txt dl dt {
  margin-bottom: 24px;
  background: #e7e7e6;
  padding: 10px;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner .__txt dl dt {
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
}
.un_recruitVoice_modalInner .__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner .__close {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_recruitVoice_modalInner button {
  background: none;
  border: none;
  transition: 0.4s ease;
}
.un_recruitVoice_modalInner button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.un_recruitVoice_modalInner button.closeBtn_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 3rem;
  color: #75787a;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .un_recruitVoice_modalInner button.closeBtn_02 {
    top: 20px;
    top: 5.3333333333vw;
    right: 20px;
    right: 5.3333333333vw;
  }
}