body {
  font-family: "Noto Sans JP", serif;
  color: #000;
}

.ul-page.jobcareer-top .ul-main,
.ul-page.jobcareer .ul-main {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer-top .ul-main,
.ul-page.jobcareer .ul-main {
    padding-top: 0;
  }
}
.ul-page.jobcareer-top .ul-main__titleArea .titleLine,
.ul-page.jobcareer .ul-main__titleArea .titleLine {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer-top .ul-main__titleArea .titleLine,
.ul-page.jobcareer .ul-main__titleArea .titleLine {
    width: 95%;
    min-height: 19.0839694656vw;
  }
}

.ul-page.jobcareer .ul-main {
  padding-top: 0;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main {
    margin-top: 15.2671755725vw;
  }
}

.jobitems {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.jobitem {
  padding: 50px 0;
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .jobitem {
    padding: 10.1781170483vw 0;
  }
}
.jobitem.reverse {
  background-color: #f5f5f5;
}
.jobitem.reverse .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .jobitem.reverse .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jobitem.reverse .jobitem__text {
  width: 40.3225806452%;
}
@media (max-width: 1024px) {
  .jobitem.reverse .jobitem__text {
    width: 100%;
  }
}
@media (max-width: 1290px) {
  .jobitem.reverse .jobitem__staffCont {
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .jobitem.reverse .jobitem__staffCont {
    width: 100%;
  }
}
.jobitem .inner {
  gap: 10px;
  gap: 7.6335877863vw;
}
@media (max-width: 1024px) {
  .jobitem .inner {
    -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;
  }
}

.jobitem__text {
  width: 48.3870967742%;
}
@media (max-width: 1024px) {
  .jobitem__text {
    width: 100%;
  }
}
.jobitem__text .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .jobitem__text .titleArea {
    margin-bottom: 3vw;
  }
}
.jobitem__text .titleArea .icon {
  width: 140px;
}
@media (max-width: 1024px) {
  .jobitem__text .titleArea .icon {
    width: 24vw;
  }
}
.jobitem__text .titleArea .icon img {
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.jobitem__text .titleArea .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .jobitem__text .titleArea .title {
    font-size: 7.1246819338vw;
  }
}
.jobitem__text .titleArea .title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  color: #df5611;
  font-weight: 300;
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .jobitem__text .titleArea .title span {
    font-size: 4.0712468193vw;
    margin-bottom: 4.1vw;
  }
}
.jobitem__text .titleArea .title span::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #df5611;
}
@media screen and (max-width: 768px) {
  .jobitem__text .titleArea .title span::before {
    bottom: -2vw;
    width: 25.4452926209vw;
  }
}

.jobitem__desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .jobitem__desc {
    font-size: 4.0712468193vw;
  }
}

.jobitem__staffCont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 1290px) {
  .jobitem__staffCont {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .jobitem__staffCont {
    -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;
    gap: 3.8167938931vw;
    width: 100%;
  }
}
.jobitem__staffCont .staffItem.manSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .jobitem__staffCont .staffItem.manSide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jobitem__staffCont .staffItem.manSide .staffInfo {
  display: block;
}
@media screen and (max-width: 768px) {
  .jobitem__staffCont .staffItem.manSide .staffInfo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.jobitem__staffCont .staffItem.manSide .staffInfo .text {
  margin-bottom: 10px;
}
.jobitem__staffCont .staffItem .staffInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 100%;
}
.jobitem__staffCont .staffItem .staffInfo.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.jobitem__staffCont .staffItem .img {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .jobitem__staffCont .staffItem .img {
    height: 57.2519083969vw;
  }
}
.jobitem__staffCont .staffItem .img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .jobitem__staffCont .staffItem .img img {
    margin: auto;
  }
}
.jobitem__staffCont .staffItem .text {
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .jobitem__staffCont .staffItem .text {
    font-size: 4.0712468193vw;
  }
}
.jobitem__staffCont .staffItem .btn {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .jobitem__staffCont .staffItem .btn {
    width: 55.9796437659vw;
    margin: 0 auto;
  }
}

.jobitem.--electrical .staffItem:nth-of-type(1) {
  margin-right: -30px;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .jobitem.--electrical .staffItem:nth-of-type(1) {
    margin-right: -7.6335877863vw;
    margin-bottom: 0;
  }
}
.jobitem.--electrical .staffItem:nth-of-type(1) .img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .jobitem.--electrical .staffItem:nth-of-type(1) .img {
    margin-right: 3.8167938931vw;
  }
}
.jobitem.--electrical .staffItem:nth-of-type(2) .staffInfo {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .jobitem.--electrical .staffItem:nth-of-type(2) .staffInfo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.jobitem.--electrical .staffItem:nth-of-type(2) .staffInfo .text {
  margin-right: -35px;
}
@media screen and (max-width: 768px) {
  .jobitem.--electrical .staffItem:nth-of-type(2) .staffInfo .text {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .jobitem.--engineering .jobitem__staffCont {
    margin-top: -10vw;
  }
}

.jobitem.--welding .staffItem:nth-of-type(1) .img {
  margin-right: 10px;
}

.jobitem.--layout .staffItem:nth-of-type(1) .img {
  margin-right: 30px;
}

.jobitem.--office .staffItem:nth-of-type(1) {
  margin-bottom: 74px;
}
.jobitem.--office .staffItem:nth-of-type(1) .img {
  margin-right: 10px;
}
.jobitem.--office .staffItem:nth-of-type(2) .staffInfo {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .jobitem.--office .staffItem:nth-of-type(2) .staffInfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.jobitem.--office .staffItem:nth-of-type(2) .staffInfo .text {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .jobitem.--office .staffItem:nth-of-type(2) .staffInfo .text {
    margin-right: 0;
    margin-left: 2vw;
  }
}

.ul-page.jobcareer .ul-main {
  height: 800px;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main {
    height: auto;
  }
}
.ul-page.jobcareer .ul-main .inner {
  height: inherit;
  position: relative;
  padding: 0;
}
.ul-page.jobcareer .ul-main .inner .overlay {
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF5900;
  mix-blend-mode: multiply;
}
.ul-page.jobcareer .ul-main__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main__img {
    position: static;
  }
}
.ul-page.jobcareer .ul-main__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main__img img {
    aspect-ratio: 393/400;
    height: 100%;
  }
}
.ul-page.jobcareer .ul-main__jobTitle {
  width: 400px;
  height: inherit;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main__jobTitle {
    width: 100%;
    height: auto;
  }
}
.ul-page.jobcareer .ul-main__jobTitle::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 83.75%;
  max-width: 335px;
  height: 236px;
  background: no-repeat center/contain url(../images/jobcareer_mv_illust.png);
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main__jobTitle::before {
    display: none;
  }
}
.ul-page.jobcareer .ul-main__jobTitle .text-wrapper {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  mix-blend-mode: initial;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main__jobTitle .text-wrapper {
    height: 101.7811704835vw;
    position: static;
    -webkit-transform: none;
            transform: none;
    background-color: #ff7c3a;
    padding: 0 1vw 8.9058524173vw;
  }
}
.ul-page.jobcareer .ul-main__jobTitle .text-wrapper .sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main__jobTitle .text-wrapper .sub {
    display: none;
  }
}
.ul-page.jobcareer .ul-main__jobTitle .text-wrapper .sub span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.ul-page.jobcareer .ul-main__jobTitle .text-wrapper .title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main__jobTitle .text-wrapper .title {
    font-size: 7.1246819338vw;
    margin-bottom: 0;
    height: 61.0687022901vw;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ul-page.jobcareer .ul-main__jobTitle .text-wrapper .initial {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main__jobTitle .text-wrapper .initial {
    font-size: 10.1781170483vw;
    margin-bottom: 5.0890585242vw;
  }
}
.ul-page.jobcareer .ul-main__jobTitle .text-wrapper .desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@media screen and (max-width: 768px) {
  .ul-page.jobcareer .ul-main__jobTitle .text-wrapper .desc {
    font-size: 3.5623409669vw;
  }
}

.jobcareer-point {
  padding: 70px 0 0;
  padding: 4.375rem 0 0;
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .jobcareer-point {
    padding: 5.0890585242vw 0;
    margin-bottom: 38.1679389313vw;
  }
}
.jobcareer-point .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jobcareer-point .inner {
    gap: 10.1781170483vw;
  }
}
.jobcareer-point .item {
  width: 48.3870967742%;
}
@media screen and (max-width: 768px) {
  .jobcareer-point .item {
    width: 100%;
  }
}
.jobcareer-point .item .number {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #df5611;
  width: 100px;
  border-bottom: 1px solid #df5611;
  padding-bottom: 3px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .jobcareer-point .item .number {
    font-size: 7.1246819338vw;
    width: 25.4452926209vw;
    padding-bottom: 1vw;
    margin-bottom: 5.0890585242vw;
  }
}
.jobcareer-point .item .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .jobcareer-point .item .title {
    font-size: 7.1246819338vw;
    margin-bottom: 5.0890585242vw;
  }
}

.jobcareer-career {
  position: relative;
  background: no-repeat center/cover url(../images/career_bg.png);
  padding: 55px 0 0;
  padding: 3.4375rem 0 0;
}

@media screen and (max-width: 768px) {
  .jobcareer-career {
    background: no-repeat center/cover url(../images/career_bg-sp.png);
    padding: 44.3vw 0 9.6692111959vw;
  }
}
.jobcareer-career .title {
  width: 565px;
  min-height: 55px;
  background-color: #fff;
  border-radius: 0 0 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #ff7c3a;
  text-transform: uppercase;
  padding-left: 100px;
  padding-left: 2.25rem;
}
@media screen and (max-width: 768px) {
  .jobcareer-career .title {
    width: 89.8218829517%;
    min-height: 10.1781170483vw;
    border-radius: 0 0 40vw 0;
    font-size: 8.1424936387vw;
    padding-left: 5.0890585242vw;
  }
}
.jobcareer-career .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jobcareer-career .inner {
    padding-inline: 4vw;
  }
}
.jobcareer-career .inner .man {
  width: 48.3870967742%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobcareer-career .inner .man {
    width: 100%;
    margin-bottom: 5.0890585242vw;
  }
}
.jobcareer-career .inner .man img {
  display: block;
  width: 288px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .jobcareer-career .inner .man img {
    width: 100%;
    height: 82.4427480916vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
    left: auto;
    right: -1.5vw;
  }
}
.jobcareer-career .inner .desc {
  color: #fff;
  width: 48.3870967742%;
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .jobcareer-career .inner .desc {
    width: 100%;
    margin-bottom: 0;
  }
}
.jobcareer-career .inner .desc p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jobcareer-career .inner .desc span {
  display: block;
}
.jobcareer-career .inner .desc span.year {
  width: 70px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .jobcareer-career .inner .desc span.year {
    width: 17.8117048346vw;
  }
}
.jobcareer-career .inner .desc span.detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.jobcareer-imgs .inner {
  padding: 0;
}

.jobcareer-bottom {
  padding: 55px 0;
  padding: 3.4375rem 0;
}
@media screen and (max-width: 768px) {
  .jobcareer-bottom {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 768px) {
  .jobcareer-bottom .business__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.jobcareer-bottom .business__link:hover .manIcon {
  -webkit-animation: jump 1s ease;
          animation: jump 1s ease;
}
@media screen and (max-width: 768px) {
  .jobcareer-bottom .business__link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.jobcareer-bottom .business__link .manIcon {
  height: 250px;
}
.jobcareer-bottom .business__link .manIcon img {
  width: auto;
  height: 100%;
}
.jobcareer-bottom .business__link .text .en {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .jobcareer-bottom .btn {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 3.125rem;
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.jobcareer.--nk .jobcareer-career .man img {
  width: 244px;
}
@media screen and (max-width: 768px) {
  .jobcareer.--nk .jobcareer-career .man img {
    width: 100%;
    height: 82.4427480916vw;
  }
}
.jobcareer.--nk .jobcareer-career .desc {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .jobcareer.--nk .jobcareer-imgs .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .jobcareer.--kt .jobcareer-point {
    margin-bottom: 48vw;
  }
}
.jobcareer.--kt .jobcareer-career .man img {
  width: 257px;
  bottom: 47px;
  bottom: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .jobcareer.--kt .jobcareer-career .man img {
    width: 100%;
    height: 82.4427480916vw;
    bottom: 0;
  }
}
.jobcareer.--kt .jobcareer-career .desc {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .jobcareer.--kt .jobcareer-career .desc {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .jobcareer.--kt .jobcareer-imgs .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.jobcareer.--oh .jobcareer-career .man img {
  width: 343px;
}
@media screen and (max-width: 768px) {
  .jobcareer.--oh .jobcareer-career .man img {
    width: 100%;
    height: 68.7022900763vw;
  }
}
.jobcareer.--oh .jobcareer-career .desc {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .jobcareer.--oh .jobcareer-career .desc {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .jobcareer.--oh .jobcareer-imgs .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.jobcareer.--my .jobcareer-career .man img {
  width: 269px;
}
@media screen and (max-width: 768px) {
  .jobcareer.--my .jobcareer-career .man img {
    width: 100%;
    height: 82.4427480916vw;
  }
}
.jobcareer.--my .jobcareer-career .desc {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .jobcareer.--my .jobcareer-career .desc {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .jobcareer.--my .jobcareer-imgs .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .jobcareer.--nn .jobcareer-imgs .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.jobcareer.--im .jobcareer-career .man img {
  width: 279px;
  bottom: 40px;
  bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .jobcareer.--im .jobcareer-career .man img {
    width: 100%;
    height: 82.4427480916vw;
    bottom: 0;
  }
}

.jobcareer.--ym .jobcareer-career .man img {
  width: 226px;
  bottom: 50px;
  bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .jobcareer.--ym .jobcareer-career .man img {
    width: 100%;
    height: 82.4427480916vw;
    bottom: 0;
    right: 3vw;
  }
}

.business__links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.business__link {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .business__link {
    display: none !important;
  }
}
.business__link:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.business__link:hover .page-name {
  color: #df5611;
}
.business__link.--before .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.business__link.--before:hover .arrow {
  -webkit-transform: rotate(180deg) translateX(5px);
          transform: rotate(180deg) translateX(5px);
}
.business__link .arrow {
  width: 40px;
  margin-top: 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.business__link .text {
  width: 200px;
}
.business__link .text .en {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  font-weight: 300;
  color: #df5611;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #df5611;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.business__link .text .page-name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: -10px;
}

.btn.arrow.business__link-all {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .btn.arrow.business__link-all {
    width: 100%;
    max-width: 55.9796437659vw;
  }
}

.ul-page.careerpath .ul-main {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .ul-page.careerpath .ul-main {
    padding-top: 47.7vw;
    margin-bottom: 12.7226463104vw;
  }
}
.ul-page.careerpath .ul-main__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.ul-page.careerpath .ul-main__titleArea .titleLine {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 90px 8px 100px;
}
@media screen and (max-width: 768px) {
  .ul-page.careerpath .ul-main__titleArea .titleLine {
    width: 95%;
    min-height: 19.0839694656vw;
    padding: 2vw 2.5vw 2vw 2.5vw;
  }
}
.ul-page.careerpath .titleSet {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ul-page.careerpath .titleSet {
    margin-bottom: 12.7226463104vw;
  }
}
.ul-page.careerpath .titleSet .sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  color: #df5611;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .ul-page.careerpath .titleSet .sub {
    font-size: 4.0712468193vw;
  }
}
.ul-page.careerpath .titleSet .title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: bold;
  color: #3e6e82;
}
@media screen and (max-width: 768px) {
  .ul-page.careerpath .titleSet .title {
    font-size: 7.8880407125vw;
  }
}
.ul-page.careerpath .lead {
  text-align: center;
  letter-spacing: -0.05em;
}

.careerpath-model {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .careerpath-model {
    margin-bottom: 12.7226463104vw;
  }
}
.careerpath-model .lead {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .careerpath-model .lead {
    margin-bottom: 12.7226463104vw;
  }
}

@media screen and (max-width: 768px) {
  .careerpath-model__table {
    overflow-x: auto;
    margin-right: calc(50% - 50vw);
  }
}
.careerpath-model__table .wrap {
  display: contents;
  width: 930px;
}
@media screen and (max-width: 768px) {
  .careerpath-model__table .wrap {
    display: block;
  }
}

.qualifications .lead {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .qualifications .lead {
    margin-bottom: 7.6335877863vw;
  }
}

.qualifications__table {
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .qualifications__table {
    margin-bottom: 25.4452926209vw;
  }
}
@media screen and (max-width: 768px) {
  .qualifications__table tbody.skill tr:last-child {
    height: 12.7226463104vw;
  }
}
@media screen and (max-width: 768px) {
  .qualifications__table tbody.office tr:first-child th:nth-child(2) {
    background-color: #C1EBB9;
  }
}
.qualifications__table .light-blue {
  background-color: rgba(194, 221, 255, .25);
}
.qualifications__table .light-green {
  background-color: #effaed;
}
.qualifications__table td.long {
  position: relative;
}
.qualifications__table td.long .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .qualifications__table td.long .item {
    position: static;
  }
}
.qualifications__table .item {
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qualifications__table .item {
    padding: 10px 1vw 15px;
    font-size: 4.0712468193vw;
  }
}
.qualifications__table .item + .item {
  margin-top: 3px;
}
.qualifications__table .item .main {
  font-weight: bold;
}
.qualifications__table .item .desc {
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .qualifications__table .item .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qualifications__table .item .desc + .desc {
    margin-top: 1em;
  }
}
.qualifications__table span {
  display: block;
}
.qualifications__table span.parent, .qualifications__table span.child {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .qualifications__table span.parent, .qualifications__table span.child {
    display: block;
  }
}
.qualifications__table span.parent {
  width: 297px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .qualifications__table span.parent {
    width: auto;
  }
}
.qualifications__table span.parent::after {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 160px;
  height: 14px;
  background: repeat center/15px 14px url(../images/careerpath/dot.png);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .qualifications__table span.parent::after {
    display: none;
  }
}
.qualifications__table span.parent .name {
  display: inline-block;
  background-color: #effaed;
  position: relative;
  z-index: 1;
  padding-right: 0.5em;
  min-width: 197px;
}
@media screen and (max-width: 768px) {
  .qualifications__table span.parent .name {
    min-width: auto;
  }
}
.qualifications__table tr:first-child th {
  padding: 10px;
  min-height: 50px;
  min-height: 3.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .qualifications__table tr:first-child th {
    padding: 2.5445292621vw;
    min-height: 12.7226463104vw;
    font-size: 4.5801526718vw;
  }
}
.qualifications__table tr:first-child th:nth-child(1) {
  width: 15.7258064516%;
}
@media screen and (max-width: 768px) {
  .qualifications__table tr:first-child th:nth-child(1) {
    width: 31.0432569975vw;
  }
}
.qualifications__table tr:first-child th:nth-child(2) {
  background-color: #c2ddff;
  width: 29.0322580645%;
}
@media screen and (max-width: 768px) {
  .qualifications__table tr:first-child th:nth-child(2) {
    width: 57.7608142494vw;
  }
}
.qualifications__table tr:first-child th:nth-child(3) {
  background-color: #c1ebb9;
}
.qualifications__table tr:nth-child(n+2) th {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .qualifications__table tr:nth-child(n+2) th {
    font-size: 4.5801526718vw;
  }
}
.qualifications__table tr:nth-child(2) th {
  background-color: #ed6c00;
}
.qualifications__table tr:nth-child(2) td .item .name {
  min-width: 150px;
}
.qualifications__table tr:nth-child(3) th {
  background-color: #ed9a00;
}
.qualifications__table tr:nth-child(3) td:nth-child(3) {
  position: relative;
}
.qualifications__table tr:nth-child(3) td:nth-child(3)::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 28%;
  height: 42%;
  background: no-repeat right bottom/contain url(../images/careerpath/careerpath_img.png);
}
@media screen and (max-width: 768px) {
  .qualifications__table tr:nth-child(3) td:nth-child(3)::after {
    display: none;
  }
}
.qualifications__table tr:nth-child(4) th {
  background-color: #5fd221;
}
.qualifications__table tr:nth-child(5) th {
  background-color: #00b2ed;
}
/*# sourceMappingURL=jobcareer.css.map */
