/* career-top - recommend image */
#module_header {
  /* career-top-mv */
  /* sub-nav-pickup */
}
#module_header .career-top-mv {
  position: relative;
}
#module_header .career-top-mv-inner {
  overflow: hidden;
  background-image: url(/saiyo/career/img/img_mv_air.svg), url(/saiyo/career/img/img_mv_wave.svg), url(/saiyo/career/img/img_mv_front.png), url(/saiyo/career/img/img_mv_middle.svg), url(/saiyo/career/img/img_mv_back.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: center center, center center, center center, center center, center center;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  opacity: 0;
}
#module_header .career-top-mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 26.75%;
  height: 21.4975845411%;
  font-size: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 1.5s ease;
}
#module_header .career-top-mv-title > svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 4px #fff);
}
#module_header .career-top-mv-pin {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background: url(/saiyo/career/img/img_mv_pin_shadow.svg) no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#module_header .career-top-mv-pin > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(-37.5%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: inherit;
  filter: drop-shadow(0 0 11px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 6.5px rgba(255, 255, 255, 0.6));
  pointer-events: none;
}
#module_header .career-top-mv-pin > span {
  position: absolute;
  display: block;
  font-weight: 700;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.96);
  color: #cf0e0f;
  opacity: 0;
  border-radius: 3px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
#module_header .career-top-mv-pin > span:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.96);
  content: "";
}
#module_header .career-top-mv-pin.bottom > span {
  transform: translateY(1em);
}
#module_header .career-top-mv-pin.bottom > span:before {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotate(180deg);
}
#module_header .career-top-mv-pin.left > span {
  transform: translateX(-1em);
}
#module_header .career-top-mv-pin.left > span:before {
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%) rotate(-90deg);
}
@media screen and (min-width: 641px) {
  #module_header .career-top-mv-pin:hover > span {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
@media screen and (max-width: 640px) {
  #module_header .career-top-mv-pin.isShow > span {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
@media screen and (min-width: 641px) {
  #module_header .career-top-mv-guide {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #module_header .career-top-mv-guide {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    padding: 70px 0 15px;
    width: 122px;
    font-weight: 500;
    font-size: 0.75rem;
    text-align: center;
    line-height: 2.5;
    background: rgba(0, 0, 0, 0.78) url(/saiyo/career/img/img_mv_guide.svg) no-repeat left 42px top 20px;
    color: #fff;
    opacity: 0;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
#module_header .career-top-mv.isLoaded .career-top-mv-inner {
  opacity: 1;
}
#module_header .career-top-mv.isLoaded .career-top-mv-title {
  opacity: 1;
}
#module_header .career-top-mv.isLoaded .career-top-mv-pin {
  opacity: 1;
}
#module_header .career-top-mv.isLoaded .career-top-mv-pin > svg {
  opacity: 1;
  transform: none;
}
#module_header .career-top-mv.isShrink .career-top-mv-outer {
  overflow: hidden;
  padding-top: 51.75%;
  font-size: 1rem;
}
#module_header .career-top-mv.isShrink .career-top-mv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1600px;
  height: 828px;
  transform-origin: left top;
}
#module_header .career-top-mv.isShrink .career-top-mv-pin {
  width: 71px;
  height: 85px;
}
#module_header .career-top-mv.isShrink .career-top-mv-pin > span {
  box-shadow: 0 0 10px 0 rgba(204, 0, 1, 0.2);
  line-height: 2.75;
}
#module_header .career-top-mv.isShrink .career-top-mv-pin > span:before {
  border-width: 0 7px 16px;
}
#module_header .career-top-mv.isScroll .career-top-mv-outer {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 409px;
  font-size: 0.625rem;
}
#module_header .career-top-mv.isScroll .career-top-mv-inner {
  width: 800px;
  height: 409px;
}
@media screen and (max-width: 640px) {
  #module_header .career-top-mv.isScroll .career-top-mv-guide {
    animation: mv_guide 3s ease forwards;
  }
}
#module_header .career-top-mv.isScroll .career-top-mv-pin {
  width: 35.5px;
  height: 42.5px;
}
#module_header .career-top-mv.isScroll .career-top-mv-pin > span {
  box-shadow: 0 0 5px 0 rgba(204, 0, 1, 0.2);
  line-height: 2.7;
}
#module_header .career-top-mv.isScroll .career-top-mv-pin > span:before {
  border-width: 0 3.5px 8px;
}
#module_header .career-top-mv.isShrink .building {
  top: 694.5px;
  left: 130.5px;
}
#module_header .career-top-mv.isShrink .building > span {
  top: -32.5px;
  left: -44.5px;
  width: 161px;
}
#module_header .career-top-mv.isScroll .building {
  top: 347.25px;
  left: 65.25px;
}
#module_header .career-top-mv.isScroll .building > span {
  top: -16.25px;
  left: -22.25px;
  width: 80.5px;
}
#module_header .career-top-mv.isShrink .industry {
  top: 630.5px;
  left: 992.5px;
}
#module_header .career-top-mv.isShrink .industry > span {
  top: -34.5px;
  left: -44.5px;
  width: 161px;
}
#module_header .career-top-mv.isScroll .industry {
  top: 315.25px;
  left: 496.25px;
}
#module_header .career-top-mv.isScroll .industry > span {
  top: -17.25px;
  left: -22.25px;
  width: 80.5px;
}
#module_header .career-top-mv.isShrink .public {
  top: 207.5px;
  left: 625.5px;
}
#module_header .career-top-mv.isShrink .public > span {
  top: -34.5px;
  left: -44.5px;
  width: 161px;
}
#module_header .career-top-mv.isScroll .public {
  top: 103.75px;
  left: 312.75px;
}
#module_header .career-top-mv.isScroll .public > span {
  top: -17.25px;
  left: -22.25px;
  width: 80.5px;
}
#module_header .career-top-mv.isShrink .energy {
  top: 121.5px;
  left: 986.5px;
}
#module_header .career-top-mv.isShrink .energy > span {
  top: -33.5px;
  left: -44.5px;
  width: 161px;
}
#module_header .career-top-mv.isScroll .energy {
  top: 60.75px;
  left: 493.25px;
}
#module_header .career-top-mv.isScroll .energy > span {
  top: -16.75px;
  left: -22.25px;
  width: 80.5px;
}
#module_header .career-top-mv.isShrink .transportation {
  top: 522.5px;
  left: 128.5px;
}
#module_header .career-top-mv.isShrink .transportation > span {
  top: -34.5px;
  left: -44.5px;
  width: 161px;
}
#module_header .career-top-mv.isScroll .transportation {
  top: 261.25px;
  left: 64.25px;
}
#module_header .career-top-mv.isScroll .transportation > span {
  top: -17.25px;
  left: -22.25px;
  width: 80.5px;
}
#module_header .career-top-mv.isShrink .automobile {
  top: 452.5px;
  left: 448.5px;
}
#module_header .career-top-mv.isShrink .automobile > span {
  top: -32.5px;
  left: -44.5px;
  width: 161px;
}
#module_header .career-top-mv.isScroll .automobile {
  top: 226.25px;
  left: 224.25px;
}
#module_header .career-top-mv.isScroll .automobile > span {
  top: -16.25px;
  left: -22.25px;
  width: 80.5px;
}
#module_header .career-top-mv.isShrink .space {
  top: 7.5px;
  left: 546.5px;
}
#module_header .career-top-mv.isShrink .space > span {
  top: 18.5px;
  left: 63.5px;
  width: 161px;
}
#module_header .career-top-mv.isScroll .space {
  top: 3.75px;
  left: 273.25px;
}
#module_header .career-top-mv.isScroll .space > span {
  top: 9.25px;
  left: 31.75px;
  width: 80.5px;
}
#module_header .career-top-mv.isShrink .communication {
  top: 208.5px;
  left: 211.5px;
}
#module_header .career-top-mv.isShrink .communication > span {
  top: -34.5px;
  left: -44.5px;
  width: 161px;
}
#module_header .career-top-mv.isScroll .communication {
  top: 104.25px;
  left: 105.75px;
}
#module_header .career-top-mv.isScroll .communication > span {
  top: -17.25px;
  left: -22.25px;
  width: 80.5px;
}
#module_header .career-top-mv.isShrink .device {
  top: 644.5px;
  left: 548.5px;
}
#module_header .career-top-mv.isShrink .device > span {
  top: -34.5px;
  left: -71.5px;
  width: 215px;
}
#module_header .career-top-mv.isScroll .device {
  top: 322.25px;
  left: 274.25px;
}
#module_header .career-top-mv.isScroll .device > span {
  top: -17.25px;
  left: -35.75px;
  width: 107.5px;
}
#module_header .career-top-mv.isShrink .conditioning {
  top: 367.5px;
  left: 1143.5px;
}
#module_header .career-top-mv.isShrink .conditioning > span {
  top: -34.5px;
  left: -44.5px;
  width: 161px;
}
#module_header .career-top-mv.isScroll .conditioning {
  top: 183.75px;
  left: 571.75px;
}
#module_header .career-top-mv.isScroll .conditioning > span {
  top: -17.25px;
  left: -22.25px;
  width: 80.5px;
}
#module_header .career-top-mv.isShrink .home {
  top: 540.5px;
  left: 1298.5px;
}
#module_header .career-top-mv.isShrink .home > span {
  top: -34.5px;
  left: -79.5px;
  width: 232px;
}
#module_header .career-top-mv.isScroll .home {
  top: 270.25px;
  left: 649.25px;
}
#module_header .career-top-mv.isScroll .home > span {
  top: -17.25px;
  left: -39.75px;
  width: 116px;
}
#module_header .career-top-mv.isShrink .itsolution {
  top: 181.5px;
  left: 1252.5px;
}
#module_header .career-top-mv.isShrink .itsolution > span {
  top: -33.5px;
  left: -54.5px;
  width: 182px;
}
#module_header .career-top-mv.isScroll .itsolution {
  top: 90.75px;
  left: 626.25px;
}
#module_header .career-top-mv.isScroll .itsolution > span {
  top: -16.75px;
  left: -27.25px;
  width: 91px;
}
#module_header .sub-nav-pickup {
  border-bottom: 1px solid #c2c2c2;
}
#module_header .sub-nav-pickup .sub-nav-pickup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:first-of-type {
    width: 100px;
    font-size: 0.75rem;
  }
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type {
  background-color: #222;
}
@media screen and (min-width: 641px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 640px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 640px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul {
    padding: 0;
  }
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 640px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 641px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    content: "";
    display: block;
    height: calc(100% - 24px);
    width: 1px;
    background-color: #c2c2c2;
  }
}
@media screen and (min-width: 641px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li.swiper-slide-duplicate {
    display: none !important;
  }
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 641px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li a {
    padding: 12px 20px;
  }
}
@media screen and (min-width: 641px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li a::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 641px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li a:hover::before {
    opacity: 1;
  }
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li .image-pickup {
  width: 79px;
  border: 1px solid #c2c2c2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li .image-pickup {
    width: 62px;
    order: 2;
  }
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li .image-pickup img {
  display: block;
  width: 100%;
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li p {
  width: calc(100% - 98px);
  color: #fff;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li p {
    font-size: 0.75rem;
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 641px) {
  #module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li:last-of-type::after {
  display: none;
}
#module_header .sub-nav-pickup .sub-nav-pickup-list > li:last-of-type > ul > li.swiper-slide-next + .swiper-slide::after {
  opacity: 0;
}

/* career-top */
.career-top {
  /* section-bg common */
  /* section-bg category */
  /* button */
  /* section - headline */
  /* section - headline-sub */
  /* career-top-caption */
  /* career-top-works-slider */
  /* career-top-3col-link */
  /* career-top-2col-link */
  /* career-top-2col */
  /* career-top-1col-link */
  /* career-top-pickup-list */
  /* section - unique */
}
.career-top-section::before, .career-top-section::after {
  content: "";
  position: absolute;
}
.career-top-section.company {
  padding: 200px 0 150px;
}
@media screen and (max-width: 640px) {
  .career-top-section.company {
    padding: 95px 0 75px;
  }
}
.career-top-section.works {
  padding: 200px 0 150px;
}
@media screen and (max-width: 640px) {
  .career-top-section.works {
    padding: 95px 0 65px;
    overflow-y: hidden;
  }
}
.career-top-section.environment {
  padding: 348px 0 150px;
}
@media screen and (max-width: 640px) {
  .career-top-section.environment {
    padding: 160px 0 55px;
  }
}
.career-top-section.recruit {
  padding: 200px 0 150px;
}
@media screen and (max-width: 640px) {
  .career-top-section.recruit {
    padding: 95px 0 55px;
  }
}
.career-top-section.pickup {
  padding: 180px 0 0px;
}
@media screen and (max-width: 640px) {
  .career-top-section.pickup {
    padding: 60px 0 0;
  }
}
.career-top-section.recommend {
  padding: 80px 0 110px;
}
@media screen and (max-width: 640px) {
  .career-top-section.recommend {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section-inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .career-top-section-inner {
    max-width: 1180px;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section-inner {
    margin: 0 20px;
  }
}
.career-top-section.bg-left-top {
  background-image: url(/saiyo/career/img/svg_triangle_left.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15.9375% auto;
}
@media screen and (min-width: 1600px) {
  .career-top-section.bg-left-top {
    background-size: 255px auto;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section.bg-left-top {
    background-image: url(/saiyo/career/img/svg_triangle_left_sp.svg);
    background-size: 95px auto;
  }
}
.career-top-section.bg-right-top {
  background-image: url(/saiyo/career/img/svg_triangle_right.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 15.9375% auto;
}
@media screen and (min-width: 1600px) {
  .career-top-section.bg-right-top {
    background-size: 255px auto;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section.bg-right-top {
    background-image: none;
  }
}
.career-top-section.bg-left-bottom {
  background-image: url(/saiyo/career/img/svg_triangle_left_bottom.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 15.9375% auto;
}
@media screen and (min-width: 1600px) {
  .career-top-section.bg-left-bottom {
    background-size: 255px auto;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section.bg-left-bottom {
    background-image: none;
  }
}
.career-top-section.company::before, .career-top-section.company::after, .career-top-section.works::before, .career-top-section.works::after, .career-top-section.environment::before, .career-top-section.environment::after, .career-top-section.recruit::before, .career-top-section.recruit::after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: -5;
}
.career-top-section.company::before {
  background-color: #f2f2f2;
}
@media screen and (min-width: 641px) {
  .career-top-section.company::before {
    left: 5%;
    bottom: 0;
    width: 95%;
    height: 570px;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section.company::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 400px);
    min-height: 75px;
  }
}
.career-top-section.company::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 641px) {
  .career-top-section.company::after {
    left: calc(5% - 1px);
    bottom: -1px;
    border-width: 111px 0 0 111px;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section.company::after {
    left: 0;
    bottom: 0;
    border-width: 56px 0 0 56px;
  }
}
.career-top-section.works {
  background-image: url(/saiyo/career/img/svg_works_right_bottom.svg), url(/saiyo/career/img/svg_environment_bg_right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, right top;
  background-size: 16.875% auto, 13.75% auto;
}
@media screen and (min-width: 1600px) {
  .career-top-section.works {
    background-size: 270px auto, 220px auto;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section.works {
    background: url(/saiyo/career/img/svg_triangle_right_sp.svg) right top/95px auto no-repeat;
  }
}
@media screen and (min-width: 641px) {
  .career-top-section.works::before {
    right: 0;
    bottom: 0;
    background-color: #f7eeed;
    height: 1285px;
    width: 84.5%;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section.works::before {
    right: 0;
    bottom: 0;
    background-color: #f7eeed;
    height: calc(100% - 420px);
    width: 100%;
  }
}
.career-top-section.environment {
  background-image: url(/saiyo/career/img/svg_environment_bg_right.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 16.875% auto;
}
@media screen and (max-width: 640px) {
  .career-top-section.environment {
    background: none;
  }
}
@media screen and (min-width: 1600px) {
  .career-top-section.environment {
    background-size: 270px auto;
  }
}
.career-top-section.environment::before {
  background-color: #f2f2f2;
  right: 15.5%;
  bottom: 0;
  width: 84.5%;
  height: 864px;
}
@media screen and (max-width: 640px) {
  .career-top-section.environment::before {
    right: 0;
    width: 100%;
    height: calc(100% - 95px);
  }
}
@media screen and (min-width: 641px) {
  .career-top-section.environment::after {
    right: calc(15.5% - 1px);
    bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 81px 81px;
    border-color: transparent transparent #ffffff transparent;
  }
}
@media screen and (max-width: 640px) {
  .career-top-section.environment::after {
    background: url(/saiyo/career/img/svg_triangle_right_sp_full.svg) right top/cover no-repeat;
    content: "";
    position: absolute;
    right: 0;
    top: -95px;
    width: 95px;
    height: 190px;
  }
}
.career-top-section.recruit::before {
  background-color: #f2f2f2;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 47%;
}
@media screen and (max-width: 640px) {
  .career-top-section.recruit::before {
    right: 0;
    width: 100%;
    height: calc(100% - 315px);
  }
}
.career-top-section.recruit .bg-recruit {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: -2;
  width: 95%;
  height: 1020px;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .career-top-section.recruit .bg-recruit {
    display: none;
  }
}
.career-top-section.recruit .bg-recruit::before, .career-top-section.recruit .bg-recruit::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 91px 91px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.career-top-section.recruit .bg-recruit::before {
  left: -1px;
  top: -1px;
}
.career-top-section.recruit .bg-recruit::after {
  left: -1px;
  bottom: -1px;
  transform: rotate(270deg);
}
.career-top .career-top-btn {
  width: 100%;
}
.career-top .career-top-btn a,
.career-top .career-top-btn .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  padding: 0.5em 2em;
  font-size: 1rem;
  color: #222;
  letter-spacing: 0.18em;
  text-align: center;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.2s;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-btn a,
  .career-top .career-top-btn .btn {
    font-size: 0.937rem;
    padding: 0 2em;
    min-height: 40px;
  }
}
.career-top .career-top-btn a::before, .career-top .career-top-btn a::after,
.career-top .career-top-btn .btn::before,
.career-top .career-top-btn .btn::after {
  content: "";
  position: absolute;
  display: block;
  transition: all ease 0.2s;
}
.career-top .career-top-btn a::before,
.career-top .career-top-btn .btn::before {
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #c00;
}
.career-top .career-top-btn a::after,
.career-top .career-top-btn .btn::after {
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(45deg);
}
@media screen and (min-width: 641px) {
  .career-top .career-top-btn a:hover {
    color: #fff;
    background-color: #c00;
    border-color: #c00;
  }
  .career-top .career-top-btn a:hover::before {
    background-color: #fff;
  }
  .career-top .career-top-btn a:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .career-top .career-top-btn a:hover .blank::after {
    background: url(/saiyo/career/img/icon_blank_white.png) 0 0 no-repeat !important;
  }
}
.career-top .career-top-btn-large {
  width: 100%;
}
.career-top .career-top-btn-large a,
.career-top .career-top-btn-large .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  padding: 0.5em 2em;
  font-size: 1.125rem;
  color: #222;
  letter-spacing: 0.18em;
  text-align: center;
  width: 100%;
  min-height: 68px;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.2s;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-btn-large a,
  .career-top .career-top-btn-large .btn {
    font-size: 1rem;
  }
}
.career-top .career-top-btn-large a::before, .career-top .career-top-btn-large a::after,
.career-top .career-top-btn-large .btn::before,
.career-top .career-top-btn-large .btn::after {
  content: "";
  position: absolute;
  display: block;
  transition: all ease 0.2s;
}
.career-top .career-top-btn-large a::before,
.career-top .career-top-btn-large .btn::before {
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #c00;
}
.career-top .career-top-btn-large a::after,
.career-top .career-top-btn-large .btn::after {
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(45deg);
}
@media screen and (min-width: 641px) {
  .career-top .career-top-btn-large a:hover {
    opacity: 0.7;
  }
}
.career-top .career-top-headline {
  font-size: 6.375rem;
  letter-spacing: 0.16em;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-headline {
    font-size: 2.5rem;
  }
}
.career-top .career-top-headline::first-letter {
  color: #c00;
}
.career-top .career-top-headline.center-border {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-headline.center-border {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.career-top .career-top-headline.center-border > span {
  display: inline-block;
  background-color: #fff;
  padding: 0 0 0 0.25em;
}
.career-top .career-top-headline.center-border > span::first-letter {
  color: #c00;
}
.career-top .career-top-headline.center-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
}
@media screen and (min-width: 641px) and (max-width: 860px) {
  .career-top .career-top-headline {
    font-size: 4.25rem;
  }
}
.career-top .career-top-headline-sub {
  font-size: 1.375rem;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-headline-sub {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.career-top .career-top-headline-sub > span {
  color: #c00;
}
.career-top .career-top-headline-sub.center-headline-sub {
  text-align: center;
}
.career-top .career-top-caption {
  letter-spacing: 0.16em;
  line-height: 1.75;
  margin-bottom: 60px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-caption {
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }
}
.career-top .career-top-caption.center-caption {
  text-align: center;
}
.career-top-toggle--head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  .career-top-toggle--head {
    display: none;
  }
}
.career-top-toggle--head span {
  display: inline-block;
  color: #cc0000;
  vertical-align: top;
  position: relative;
  padding-right: 25px;
}
.career-top-toggle--head span::before, .career-top-toggle--head span::after {
  background-color: #cc0000;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 15px;
  height: 2px;
}
.career-top-toggle--head span::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.career-top-toggle--head.is-opened span::after {
  transform: rotate(0);
}
.career-top-toggle--head.color-reverse span {
  color: #fff;
}
.career-top-toggle--head.color-reverse span::before, .career-top-toggle--head.color-reverse span::after {
  background-color: #fff;
}
.career-top-toggle--body {
  display: none;
}
@media screen and (min-width: 641px) {
  .career-top-toggle--body {
    display: block !important;
  }
}
.career-top-summary a {
  background-color: #333333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  height: 70px;
}
.career-top-summary a:hover {
  text-decoration: none;
}
.career-top .career-top-works-slider {
  width: 100%;
  opacity: 0;
  margin-bottom: 90px;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-works-slider {
    overflow: visible !important;
    transform: translate(-33.3333%);
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider {
    margin-bottom: 45px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.career-top .career-top-works-slider.swiper-initialized {
  opacity: 1;
}
.career-top .career-top-works-slider .career-top-works-slider-item {
  /* swiper */
}
.career-top .career-top-works-slider .career-top-works-slider-item a {
  display: block;
  opacity: 1;
  text-decoration: none;
  transform: scale(0.83);
  transform-origin: center top;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-works-slider .career-top-works-slider-item a:hover .slider-image img {
    opacity: 0.7;
  }
}
.career-top .career-top-works-slider .career-top-works-slider-item a .slider-image {
  margin-bottom: 1em;
  background-color: #fff;
}
.career-top .career-top-works-slider .career-top-works-slider-item a .slider-image img {
  display: block;
  width: 100%;
  transition: opacity ease 0.2s;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-works-slider .career-top-works-slider-item a .slider-image img {
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider .career-top-works-slider-item a .slider-image img {
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.13);
  }
}
.career-top .career-top-works-slider .career-top-works-slider-item a .slider-image p {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 0.2em 0.75em;
  letter-spacing: 0.18em;
  color: #fff;
  font-size: 0.937rem;
  z-index: 2;
  background-color: #c00;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider .career-top-works-slider-item a .slider-image p {
    font-size: 0.75rem;
    padding: 0.4em 1em;
  }
}
.career-top .career-top-works-slider .career-top-works-slider-item a .slider-image p.clerk {
  background-color: #075aaa;
}
.career-top .career-top-works-slider .career-top-works-slider-item a .type {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.4em;
}
.career-top .career-top-works-slider .career-top-works-slider-item a .type .tag-01,
.career-top .career-top-works-slider .career-top-works-slider-item a .type .tag-02 {
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider .career-top-works-slider-item a .type .tag-01,
  .career-top .career-top-works-slider .career-top-works-slider-item a .type .tag-02 {
    font-size: 0.75rem;
    padding: 0.4em 0.5em;
  }
}
.career-top .career-top-works-slider .career-top-works-slider-item a .type .tag-01 {
  background-color: #222;
  color: #fff;
}
.career-top .career-top-works-slider .career-top-works-slider-item a .type .tag-02 {
  background-color: #e0e0e0;
  color: #222;
}
.career-top .career-top-works-slider .career-top-works-slider-item a .slider-department {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider .career-top-works-slider-item a .slider-department {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .career-top .career-top-works-slider .career-top-works-slider-item a .slider-department.narrow {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
}
.career-top .career-top-works-slider .career-top-works-slider-item a .slider-name {
  font-size: 1.625rem;
  color: #fff;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-works-slider .career-top-works-slider-item a .slider-name {
    margin-top: 0.25em;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider .career-top-works-slider-item a .slider-name {
    font-size: 1.312rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-works-slider .career-top-works-slider-item {
    padding: 0;
    margin: 0;
  }
  .career-top .career-top-works-slider .career-top-works-slider-item a {
    translate: 0;
  }
  .career-top .career-top-works-slider .career-top-works-slider-item.swiper-slide-active {
    margin: 0 31px;
  }
  .career-top .career-top-works-slider .career-top-works-slider-item.swiper-slide-active a {
    translate: 0 0;
  }
  .career-top .career-top-works-slider .career-top-works-slider-item.swiper-slide-prev a, .career-top .career-top-works-slider .career-top-works-slider-item.swiper-slide-next a {
    translate: 0 0;
  }
  .career-top .career-top-works-slider .career-top-works-slider-item:not(.swiper-slide-active) .slider-image p {
    transform: scale(1.25);
    transform-origin: left top;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider .career-top-works-slider-item a {
    transform: scale(0.7);
  }
  .career-top .career-top-works-slider .career-top-works-slider-item.swiper-slide-active {
    margin: 0;
    padding: 0;
  }
  .career-top .career-top-works-slider .career-top-works-slider-item.swiper-slide-active a {
    transform: scale(1);
  }
}
.career-top .career-top-works-slider .career-top-works-slider-item.swiper-slide-active {
  padding: 0;
}
.career-top .career-top-works-slider .career-top-works-slider-item.swiper-slide-active a {
  transform: scale(1);
}
.career-top .career-top-works-slider .career-top-works-slider-item.swiper-slide-duplicate-active a {
  transform: scale(1);
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider-arrow {
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-works-slider-arrow {
    max-width: 1180px;
    width: auto;
    margin: 0 auto;
  }
}
.career-top .career-top-works-slider-arrow-inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 16%;
  bottom: 60px;
  width: 150px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider-arrow-inner {
    right: 20px;
    bottom: 40px;
    width: 90px;
  }
}
.career-top .career-top-works-slider-arrow .slider-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background-color: #c00;
  overflow: hidden;
  text-indent: -200%;
  transition: all ease 0.2s;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider-arrow .slider-arrow {
    width: 40px;
    height: 40px;
  }
}
.career-top .career-top-works-slider-arrow .slider-arrow::before, .career-top .career-top-works-slider-arrow .slider-arrow::after {
  content: "";
  display: block;
  position: absolute;
  transition: all ease 0.2s;
}
.career-top .career-top-works-slider-arrow .slider-arrow::before {
  width: 19px;
  height: 2px;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.career-top .career-top-works-slider-arrow .slider-arrow::after {
  width: 9px;
  height: 9px;
  margin: auto;
  top: 0;
  bottom: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.career-top .career-top-works-slider-arrow .slider-arrow.career-top-slide-prev::before {
  left: 20px;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider-arrow .slider-arrow.career-top-slide-prev::before {
    left: 10px;
  }
}
.career-top .career-top-works-slider-arrow .slider-arrow.career-top-slide-prev::after {
  transform: rotate(-135deg);
  left: 20px;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider-arrow .slider-arrow.career-top-slide-prev::after {
    left: 10px;
  }
}
.career-top .career-top-works-slider-arrow .slider-arrow.career-top-slide-next::before {
  right: 20px;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider-arrow .slider-arrow.career-top-slide-next::before {
    right: 10px;
  }
}
.career-top .career-top-works-slider-arrow .slider-arrow.career-top-slide-next::after {
  transform: rotate(45deg);
  right: 20px;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider-arrow .slider-arrow.career-top-slide-next::after {
    right: 10px;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-works-slider-arrow .slider-arrow:hover {
    background-color: #fff;
  }
  .career-top .career-top-works-slider-arrow .slider-arrow:hover::before {
    background-color: #c00;
  }
  .career-top .career-top-works-slider-arrow .slider-arrow:hover::after {
    border-top-color: #c00;
    border-right-color: #c00;
  }
}
.career-top .career-top-works-slider-outside .career-top-section-inner {
  max-width: 1100px;
}
.career-top .career-top-works-slider-outside::before, .career-top .career-top-works-slider-outside::after {
  content: "";
  display: block;
  position: absolute;
}
.career-top .career-top-works-slider-outside::before {
  background-color: #c00;
  z-index: -3;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-works-slider-outside::before {
    right: 15.5%;
    top: 27.5%;
    width: 84.5%;
    height: 853px;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-works-slider-outside::before {
    right: 0;
    top: 25.3333333333vw;
    width: 100%;
    height: calc(100% + 220px);
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-works-slider-outside::after {
    z-index: -2;
    top: calc(27.5% - 1px);
    right: calc(15.5% - 1px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 101px 101px 0;
    border-color: transparent #ffffff transparent transparent;
  }
}
.career-top .career-top-3col-link,
.career-top .career-top-4col-link {
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-3col-link,
  .career-top .career-top-4col-link {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
.career-top .career-top-3col-link > li,
.career-top .career-top-4col-link > li {
  background-color: #000;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-3col-link > li,
  .career-top .career-top-4col-link > li {
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-3col-link > li,
  .career-top .career-top-4col-link > li {
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-3col-link > li,
  .career-top .career-top-4col-link > li {
    width: calc((100% - 2px) / 3);
    margin: 0 0 1px 1px;
  }
  .career-top .career-top-4col-link > li {
    width: calc((100% - 3px) / 4);
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-3col-link > li:nth-of-type(n+2),
  .career-top .career-top-4col-link > li:nth-of-type(n+3) {
    border-top: 1px solid #afafaf;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-3col-link > li:nth-of-type(3n+1),
  .career-top .career-top-4col-link > li:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
.career-top .career-top-3col-link > li > a,
.career-top .career-top-4col-link > li > a {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-3col-link > li > a:hover img,
  .career-top .career-top-4col-link > li > a:hover img {
    opacity: 1;
    transform: scale(1.04);
  }
}
.career-top .career-top-3col-link > li img,
.career-top .career-top-4col-link > li img {
  display: block;
  z-index: 1;
  opacity: 0.6;
  width: 100%;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.career-top .career-top-3col-link > li .text-box,
.career-top .career-top-4col-link > li .text-box {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  color: #fff;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 2%, rgba(255, 255, 255, 0) 40%);
  padding: 0 30px 30px;
}
@media print, screen and (min-width: 641px) and (max-width: 800px) {
  .career-top .career-top-3col-link > li .text-box,
  .career-top .career-top-4col-link > li .text-box {
    padding-bottom: 40px;
  }
  .career-top .career-top-4col-link > li .text-box {
    padding: 0 10px 40px 15px;
  }
}
.career-top .career-top-3col-link > li .text-box::before, .career-top .career-top-3col-link > li .text-box::after,
.career-top .career-top-4col-link > li .text-box::before, .career-top .career-top-4col-link > li .text-box::after {
  content: "";
  position: absolute;
  display: block;
}
.career-top .career-top-3col-link > li .text-box::before,
.career-top .career-top-4col-link > li .text-box::before {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-top: 19px solid #c00;
  border-right: 11px solid #c00;
  border-bottom: 19px solid #c00;
  border-left: 10px solid #c00;
  background-color: #fff;
  z-index: 1;
}
.career-top .career-top-3col-link > li .text-box::after,
.career-top .career-top-4col-link > li .text-box::after {
  right: 10px;
  bottom: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-3col-link > li .text-box,
  .career-top .career-top-4col-link > li .text-box {
    padding: 0 15px 20px;
  }
}
.career-top .career-top-3col-link > li .text-box p,
.career-top .career-top-4col-link > li .text-box p {
  letter-spacing: 0.18em;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 641px) and (max-width: 800px) {
	.career-top .career-top-4col-link > li .text-box p {
		font-size: calc(15/16*1rem);
	}
}
@media screen and (max-width: 640px) {
  .career-top .career-top-3col-link > li .text-box p,
  .career-top .career-top-4col-link > li .text-box p {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.career-top .career-top-2col-link > li {
  background-color: #000;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col-link > li {
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col-link > li {
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col-link > li {
    width: calc((100% - 1px) / 2);
    margin: 0 0 1px 1px;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col-link > li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col-link > li:nth-of-type(n+2) {
    border-top: 1px solid #afafaf;
  }
}
.career-top .career-top-2col-link > li > a {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col-link > li > a:hover img {
    opacity: 1;
    transform: scale(1.04);
  }
}
.career-top .career-top-2col-link > li img {
  display: block;
  z-index: 1;
  opacity: 0.6;
  width: 100%;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.career-top .career-top-2col-link > li .text-box {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  color: #fff;
  height: 100%;
  width: 100%;
  z-index: 2;
  letter-spacing: 0.18em;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 2%, rgba(255, 255, 255, 0) 40%);
}
.career-top .career-top-2col-link > li .text-box::before, .career-top .career-top-2col-link > li .text-box::after {
  content: "";
  position: absolute;
  display: block;
}
.career-top .career-top-2col-link > li .text-box::before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-top: 24px solid #c00;
  border-right: 14px solid #c00;
  border-bottom: 24px solid #c00;
  border-left: 12px solid #c00;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col-link > li .text-box::before {
    width: 40px;
    height: 40px;
    border-top: 19px solid #c00;
    border-right: 11px solid #c00;
    border-bottom: 19px solid #c00;
    border-left: 9px solid #c00;
  }
}
.career-top .career-top-2col-link > li .text-box::after {
  right: 13px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col-link > li .text-box::after {
    right: 11px;
    bottom: 16px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col-link > li .text-box {
    font-size: 1.25rem;
    padding: 0 30px 25px;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 800px) {
  .career-top .career-top-2col-link > li .text-box {
    padding: 0 20px 15px;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col-link > li .text-box {
    font-size: 0.75rem;
    padding: 0 20px 20px;
  }
}
.career-top .career-top-2col-link > li .text-box h4 {
  letter-spacing: 0.18em;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 641px) and (max-width: 800px) {
  .career-top .career-top-2col-link > li .text-box h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col-link > li .text-box h4 {
    font-size: 1.1875rem;
    margin-bottom: 15px;
  }
}
.career-top .career-top-2col-link > li .text-box h4::after {
  vertical-align: initial;
}
.career-top .career-top-2col-link > li .text-box p {
  letter-spacing: 0.18em;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media print, screen and (min-width: 641px) and (max-width: 800px) {
  .career-top .career-top-2col-link > li .text-box p {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col-link > li .text-box p {
    font-size: 0.75rem;
    line-height: 1.5;
    padding-right: 30px;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col {
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col {
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col .col-text,
  .career-top .career-top-2col .col-image {
    width: 50%;
  }
}
.career-top .career-top-2col .col-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col .col-text {
    padding: 0 56px 20px;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col .col-text {
    padding: 25px 20px;
  }
}
.career-top .career-top-2col .col-text h3 {
  transition: all ease 0.2s;
  font-weight: 700;
  letter-spacing: .31em;
  line-height: 1.5833333333;
  text-align: center;
  margin-bottom: 15px;
  color: #222;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col .col-text h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col .col-text h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: .2em;
  }
}
.career-top .career-top-2col .col-text h3 > span {
  color: #c00;
}
.career-top .career-top-2col .col-text p {
  transition: all ease 0.2s;
  letter-spacing: 0.18em;
  text-align: center;
  color: #222;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col .col-text p {
    font-size: 0.937rem;
    line-height: 1.733333;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col .col-text p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.career-top .career-top-2col .col-image {
  background-color: #fff;
}
.career-top .career-top-2col .col-image img {
  transition: all ease 0.2s;
  width: 100%;
  display: block;
}
.career-top .career-top-2col.project-story {
  margin-bottom: 50px;
}
.career-top .career-top-2col.project-story .col-image img{
  display: block;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col.project-story {
    margin-bottom: 30px;
  }
}
.career-top .career-top-2col.second-career {
  margin-bottom: 50px;
}
.career-top .career-top-2col.second-career.reverse > div:nth-of-type(1){
  order: 1;
}
.career-top .career-top-2col.second-career.reverse > div:nth-of-type(2){
  order: 0;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-2col.second-career {
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col.second-career {
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col.second-career {
    margin-bottom: 35px;
  }
}
.career-top .career-top-2col.second-career .col-text {
  padding-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col.second-career .col-text {
    padding-bottom: 30px;
  }
}
.career-top .career-top-2col.second-career .col-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5833333333;
  letter-spacing: .31em;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-2col.second-career .col-text h3 {
    font-size: 1.1875rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.career-top a.career-top-2col {
  text-decoration: none;
  cursor: pointer;
}
.career-top a.career-top-2col:hover {
  text-decoration: none;
}
.career-top a.career-top-2col:hover h3, .career-top a.career-top-2col:hover p {
  opacity: 0.7;
}
.career-top a.career-top-2col:hover .col-image img {
  opacity: 0.7;
}
.career-top a.career-top-2col:hover .career-top-btn .btn {
  background-color: #c00;
  color: #fff;
  border-color: #c00;
}
.career-top a.career-top-2col:hover .career-top-btn .btn::before {
  background-color: #fff;
}
.career-top a.career-top-2col:hover .career-top-btn .btn::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.career-top a.career-top-2col:hover .career-top-btn .btn .blank::after{
  background: url(/saiyo/career/img/icon_blank_white.png) 0 0 no-repeat !important;
}
.career-top .career-top-1col-link {
  margin-top: 50px;
  margin-bottom: 0;
}
.career-top .career-top-1col-group {
  margin-top: 40px;
  display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
}
.career-top .career-top-1col-group .career-top-1col-link {
	display: flex;
  margin-top: 0;
}
.career-top .career-top-1col-group .career-top-1col-link .col-inner{
  display: flex;
	justify-content: center;
	width: 100%;
}
.career-top .career-top-1col-group .career-top-1col-link .col-inner a{
  display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
	gap: 25px 0;
	position: relative;
	padding: 35px calc(60/589*100%) 45px;
	width: 100%;
	height: 100%;
}
.career-top .career-top-1col-group .career-top-1col-link .col-inner a::before {
	background-color: #383838;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100/589*100%);
	padding-bottom: calc(100/589*100%);
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.career-top .career-top-1col-group .career-top-1col-link:nth-child(2) .col-inner a::before {
	background-color: #cc0000;
}
.career-top .career-top-1col-group .career-top-1col-link .col-inner h3{
  display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.career-top .career-top-1col-group .career-top-1col-link .col-inner .career-top-btn{
  grid-row: 2/3;
	align-self: end;
}
.career-top .career-top-1col-group .career-top-1col-link .col-inner .career-top-btn .btn{
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-1col-link {
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-1col-link {
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.13);
  }
	.career-top .career-top-1col-group {
		margin-top: 20px;
		grid-template-columns: 1fr;
		gap: 20px 0;
	}
	.career-top .career-top-1col-group .career-top-1col-link {
		display: flex;
		margin-top: 0;
	}
	.career-top .career-top-1col-group .career-top-1col-link .col-inner{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.career-top .career-top-1col-group .career-top-1col-link .col-inner a{
		gap: 20px 0;
		padding: 25px 20px;
		min-height: 200px;
	}
}
@media screen and (max-width: 640px) {
  .career-top .career-top-1col-link {
    margin: 20px 0 0 0;
  }
}
.career-top .career-top-1col-link .col-inner {
  background-color: #fff;
}
.career-top .career-top-1col-link .col-inner > a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
  flex-flow: column;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-1col-link .col-inner > a {
    padding: 35px 20px 40px;
  }
  .career-top .career-top-1col-link .col-inner > a:hover h3, .career-top .career-top-1col-link .col-inner > a:hover p {
    opacity: 0.7;
  }
  .career-top .career-top-1col-link .col-inner > a:hover .career-top-btn .btn {
    background-color: #c00;
    color: #fff;
    border-color: #c00;
  }
  .career-top .career-top-1col-link .col-inner > a:hover .career-top-btn .btn::before {
    background-color: #fff;
  }
  .career-top .career-top-1col-link .col-inner > a:hover .career-top-btn .btn::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .career-top .career-top-1col-link .col-inner > a:hover .career-top-btn .btn .blank::after {
    background: url(/saiyo/career/img/icon_blank_white.png) 0 0 no-repeat !important;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-1col-link .col-inner > a {
    padding: 25px 20px;
  }
}
.career-top .career-top-1col-link .col-inner h3 {
  transition: all ease 0.2s;
  font-size: 1.375rem;
  line-height: 1.5833333333;
  text-align: center;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-1col-link .col-inner h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-1col-link .col-inner h3 {
    font-size: 1.1875rem;
    margin-bottom: 10px;
  }
}
.career-top .career-top-1col-link .col-inner h3 > span {
  color: #c00;
}
.career-top .career-top-1col-link .col-inner p {
  transition: all ease 0.2s;
  letter-spacing: 0.18em;
  text-align: center;
  color: #222;
  margin-bottom: 28px;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-1col-link .col-inner p {
    font-size: 0.937rem;
    line-height: 1.733333;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 640px) {
  .career-top .career-top-1col-link .col-inner p {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
  }
}
.career-top .career-top-1col-link .col-inner .career-top-btn .btn {
  max-width: 470px;
  margin: 0 auto;
  min-height: 48px;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-1col-link .col-inner .career-top-btn .btn {
    min-height: 40px;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-pickup-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .career-top .career-top-pickup-list > li {
    width: 30.5%;
    max-width: 360px;
    margin: 0 0 55px 4.25%;
  }
}
.career-top .career-top-pickup-list > li:nth-of-type(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-pickup-list > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.career-top .career-top-pickup-list > li > a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 641px) {
  .career-top .career-top-pickup-list > li > a:hover img {
    opacity: 0.7;
    transform: scale(1.04);
  }
  .career-top .career-top-pickup-list > li > a:hover p {
    opacity: 0.7;
  }
}
.career-top .career-top-pickup-list > li .image {
  border: 1px solid #c2c2c2;
  margin-bottom: 20px;
  overflow: hidden;
}
.career-top .career-top-pickup-list > li .image::before, .career-top .career-top-pickup-list > li .image::after {
  content: "";
  position: absolute;
  display: block;
}
.career-top .career-top-pickup-list > li .image::before {
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-top: 19px solid #c00;
  border-right: 11px solid #c00;
  border-bottom: 19px solid #c00;
  border-left: 10px solid #c00;
  background-color: #fff;
  z-index: 1;
}
.career-top .career-top-pickup-list > li .image::after {
  right: 10px;
  bottom: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .career-top .career-top-pickup-list > li .image {
    margin-bottom: 10px;
  }
}
.career-top .career-top-pickup-list > li .image > img {
  display: block;
  width: 100%;
  z-index: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.career-top .career-top-pickup-list > li p {
  font-size: 1.125rem;
  color: #c00;
  font-weight: 700;
  line-height: 1.6777777;
  letter-spacing: 0.18em;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 640px) {
  .career-top .career-top-pickup-list > li p {
    line-height: 1.5833333333;
  }
}
.career-top .career-top-pickup-list > li p.blank::after {
  vertical-align: initial;
  opacity: 0.8;
  margin-left: 0.3em;
}
.career-top .works .career-top-btn-large {
  margin-bottom: 110px;
}
@media screen and (min-width: 641px) {
  .career-top .works .career-top-btn-large {
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) {
  .career-top .works .career-top-btn-large {
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) {
  .career-top .works .career-top-btn-large {
    margin-bottom: 30px;
  }
}

/* career-top-bottom-banner */
.career-top-bottom-banner {
  padding: 80px 1em;
  background-color: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .career-top-bottom-banner {
    margin-top: 65px;
    padding: 45px 20px;
  }
}
@media screen and (max-width: 640px) {
  .career-top-bottom-banner-inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .career-top-bottom-banner-inner {
    max-width: 1180px;
    width: auto;
    margin: 0 auto;
  }
}
.career-top-bottom-banner a {
  display: block;
  margin: 0 auto;
  transition: all ease 0.2s;
}
.career-top-bottom-banner a img {
  width: 100%;
  max-width: 1180px;
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .career-top-bottom-banner a img {
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .career-top-bottom-banner a img {
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (min-width: 641px) {
  .career-top-bottom-banner a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  .career-top-bottom-banner a img {
    box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .career-top-bottom-banner a img {
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.13);
  }
}

/* career-top-mv */
@keyframes mv_guide {
  0%, 100% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 1;
  }
}
