@charset "UTF-8";
/* MEDIA QUERIES
 * * -----------------------------------------------*/
.section-entry-common {
  background: #f5f5f5;
}
.section-entry-common .is-primary-text {
  color: #00a0e9;
}

@media print, (min-width: 768px) {
  .section-entry-common {
    padding: 65px 0 100px;
  }
  .section-entry-common .wrapper {
    width: 1034px;
  }
  .section-entry-common .title-primary {
    margin-bottom: 45px;
  }
  .section-entry-common .is-primary-text {
    font-size: 20px;
    padding-bottom: 4px;
  }
  .section-entry-common .list-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-entry-common .list-entry > li {
    width: 328px;
    margin: 20px 24px 0 0;
  }
  .section-entry-common .list-entry > li:nth-child(3n) {
    margin-right: 0;
  }
  .section-entry-common .button-basic {
    font-size: 20px;
    min-height: 95px;
  }
  .section-entry-common .button-base {
    font-size: 20px;
    min-height: 95px;
    width: auto;
  }
  .section-entry-common .button-primary {
    font-size: 20px;
    min-height: 95px;
  }
  .mb-80 {
    margin-bottom: -80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-entry-common {
    padding: 0.48rem 0;
  }
  .section-entry-common .title-primary {
    margin-bottom: 0.25rem;
    font-size: 0.21rem;
  }
  .section-entry-common .is-primary-text {
    font-size: 0.2rem;
    margin-bottom: 0;
  }
  .section-entry-common .list-entry {
    padding: 0 0.11rem;
  }
  .section-entry-common .list-entry > li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .section-entry-common .button-basic {
    font-size: 0.2rem;
    min-height: 0.95rem;
  }
  .section-entry-common .button-base {
    font-size: 0.2rem;
    min-height: 0.95rem;
    width: auto;
  }
  .section-entry-common .button-primary {
    font-size: 0.2rem;
    min-height: 0.95rem;
  }
}
@media print, (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    margin-top: 0.8rem;
  }
}
.section-recruit-keyvisual {
  background: no-repeat center center/cover;
}

@media print, (min-width: 768px) {
  .section-recruit-keyvisual {
    height: 500px !important;
    background-image: url(../img/recruit/bg_keyvisual.jpg);
    position: relative;
  }
}
.recruit-news {
  position: absolute;
  right: 50%;
  margin-right: -540px;
  bottom: 0;
  width: 540px;
  background: #fff;
  padding: 1rem;
}
.recruit-news .item-news {
  display: flex;
  font-size: 14px;
  gap: 0.25rem;
  line-height: 1.5;
  font-weight: 500;
}
.recruit-news .item-news .icon-news {
  color: #e50012;
  width: 50px;
}
.recruit-news .item-news .news-time {
  width: 90px;
}
.recruit-news .item-news .news-info {
  width: calc(100% - 142px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recruit-news .item-news p {
  text-decoration: underline;
}

@media print, (min-width: 768px) {
  .is-safari .recruit-news .news-time {
    width: 90px;
  }
  .recruit-news .list-news .news-text {
    width: 360px;
  }
}
@media only screen and (max-width: 767.98px) {
  .recruit-news {
    position: static;
    margin: 0;
    width: 100%;
    padding: 0.15rem 0.075rem 0.35rem;
  }
  .recruit-news .item-news {
    flex-wrap: wrap;
    line-height: 1.5;
    gap: 0 1em;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding: 0.14rem 0.125rem;
  }
  .recruit-news .item-news .news-time {
    width: -moz-fit-content;
    width: fit-content;
  }
  .recruit-news .item-news p {
    flex-grow: 1;
    padding-top: 0.04rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-recruit-keyvisual {
    height: calc(100vh - 0.8rem);
    min-height: 4rem;
    background-image: url(../img/recruit/sp/bg_keyvisual.jpg);
    position: relative;
  }
}
.section-recruit .title-primary {
  letter-spacing: 0.3em;
  color: #00a0e9;
}
.section-recruit .recruit-banner,
.section-recruit .recruit-link {
  border: 2px solid #d2d2d2;
}
.section-recruit .recruit-banner {
  display: block;
}
.section-recruit .recruit-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.section-recruit .recruit-link .is-line {
  display: inline-block;
  position: relative;
}
.section-recruit .recruit-link .is-line:after {
  content: "";
  position: absolute;
  right: 0;
  background: #333;
}

.recruit-message {
  background: #f2f2f2;
}
.recruit-message .title-common .is-text-small {
  letter-spacing: 0.3em;
  color: #00a0e9;
  font-weight: 500;
}
.recruit-message .title-common .is-text-big {
  letter-spacing: 0.5em;
}
.recruit-message .message-caption {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
.recruit-message .message-caption.-text-color-blue {
  color: #005ead;
}

.recruit-row .recruit-title {
  line-height: 1.45;
  font-weight: bold;
  color: rgb(0, 94, 174);
}
.recruit-row .recruit-text {
  color: #00a0e9;
  display: block;
}
.recruit-row .bg_white {
  background-color: rgba(255, 255, 255, 0.55);
}

.list-recruit-menu .recruit-menu-item {
  display: block;
  text-align: center;
  background: none;
}
.list-recruit-menu .text-large {
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  display: block;
}
.list-recruit-menu .is-space {
  letter-spacing: 0;
}

@media print, (min-width: 768px) {
  .section-recruit {
    padding: 100px 0;
    font-size: 18px;
  }
  .section-recruit .recruit-banner {
    margin-top: 24px;
    margin-bottom: 100px;
  }
  .section-recruit .recruit-banner.work-space {
    margin-bottom: 0;
  }
  .section-recruit .recruit-link {
    margin-top: 31px;
  }
  .section-recruit .recruit-link {
    font-size: 26px;
    height: 137px;
    color: #00a0e9;
  }
  .section-recruit .recruit-link .is-line {
    padding-right: 19px;
    margin-right: 37px;
  }
  .section-recruit .recruit-link .is-line:after {
    top: 9px;
    bottom: 7px;
    width: 2px;
  }
  .recruit-message {
    border-radius: 20px;
    margin-bottom: 31px;
    padding: 56px 70px 62px;
  }
  .recruit-message.bottom {
    margin-bottom: 100px;
  }
  .recruit-message .title-common .is-text-small {
    margin-bottom: 12px;
  }
  .recruit-message .message-caption {
    text-align: center;
    font-size: 32px;
    margin-bottom: 31px;
  }
  .recruit-message .button-base {
    min-height: 40px;
    border-radius: 50px;
    padding-top: 6px;
  }
  .is-mac .recruit-message .button-base, .is-ipad .recruit-message .button-base {
    padding-top: 5px;
  }
  .recruit-row {
    margin-bottom: 100px;
  }
  .recruit-row .title-primary {
    margin-bottom: 25px;
  }
  .recruit-row .recruit-item {
    display: flex;
    align-items: center;
  }
  .recruit-row .recruit-photo {
    width: 722px;
  }
  .recruit-row .recruit-info {
    width: 555px;
    padding-bottom: 49px;
    margin-right: -197px;
    position: relative;
    z-index: 2;
  }
  .recruit-row .recruit-title {
    font-size: 36px;
    margin-bottom: 22px;
  }
  .recruit-row .recruit-text {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .recruit-row .button-base {
    margin: 0;
  }
  .list-recruit > li:last-child {
    margin-bottom: 0;
  }
  .list-recruit > li:nth-child(2) .recruit-info {
    padding-bottom: 25px;
  }
  .list-recruit > li:nth-child(3) .recruit-info {
    padding-bottom: 0px;
  }
  .list-recruit > li:nth-child(odd) .recruit-photo {
    order: 2;
  }
  .list-recruit > li:nth-child(odd) .recruit-info {
    order: 1;
  }
  .list-recruit > li:nth-child(even) .recruit-info {
    text-align: right;
    margin: 0 0 0 -197px;
  }
  .list-recruit > li:nth-child(even) .recruit-button {
    display: flex;
    justify-content: flex-end;
  }
  .list-recruit .top_job-leaver {
    margin-bottom: 0px;
  }
  .list-recruit .certify-info {
    margin-bottom: 4px;
  }
  .list-recruit .certify-info figure {
    display: flex;
    align-items: center;
  }
  .list-recruit .certify-info figure .info-img {
    width: 18%;
  }
  .list-recruit .certify-info figure .info-text {
    font-size: 16px;
    font-weight: 600;
  }
  .list-recruit-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .list-recruit-menu > li {
    width: 344px;
    margin: 24px 0px 0 0;
  }
  .list-recruit-menu > li:nth-child(3n) {
    margin-right: 0;
  }
  .list-recruit-menu .recruit-menu-item {
    height: 100%;
    border-radius: 10px;
    padding: 31px 5px;
  }
  .list-recruit-menu .text-large {
    font-size: 45px;
    margin-bottom: 4px;
  }
  .rec-top-point {
    padding: 0px 0 100px;
  }
  .rec-top-point .title-common {
    margin-bottom: 16px;
  }
  .rec-top-point .is-text-small {
    margin-bottom: 0;
  }
  .rec-top-point .list-point {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .rec-top-point .list-point > li {
    width: 33.333%;
    padding: 0 15px;
  }
  .rec-top-point .point-item {
    font-size: 18px;
  }
  .rec-top-point .point-item .point-photo {
    width: 252px;
    margin: 0 auto 18px;
  }
  .rec-top-point .point-item {
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
  }
}
.recruit-message .movie-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
  position: relative;
}
.recruit-message .movie-wrapper .movie-box {
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.recruit-message .movie-wrapper .movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.recruit-message .movie-wrapper .text-box {
  margin-top: 16px;
}
.recruit-message .movie-wrapper .text-box p {
  font-size: 20px;
}
.recruit-message .movie-wrapper .text-box p.movie-title {
  font-weight: bold;
}
.recruit-message .movie-wrapper .text-box p.movie-title a {
  color: #005EAD;
  text-decoration: underline;
}

.list-recruit-menu.-gray {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-recruit-menu.-gray li {
  height: 100px;
}
.list-recruit-menu.-gray li.subcon {
  width: 350px;
}
.list-recruit-menu.-gray li.subcon:nth-child(2n) {
  margin-right: 0;
}
.list-recruit-menu.-gray li.link {
  width: 528px;
  margin: 0 24px 0 0;
}
.list-recruit-menu.-gray li.link:nth-child(2n) {
  margin-right: 0;
}
.list-recruit-menu.-gray .recruit-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border-radius: 0px;
  border: 3px solid #d2d2d2;
  background: none;
  padding: 30px 30px;
}
.list-recruit-menu.-gray .recruit-menu-item.link {
  padding: 29px 48px;
}
.list-recruit-menu.-gray .recruit-menu-item .text-large {
  letter-spacing: 0.05em;
}
.list-recruit-menu.-gray .p-arrow {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  color: #333;
  text-decoration: none;
  outline: none;
  /*矢印と下線の形状*/
}
.list-recruit-menu.-gray .p-arrow:before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -7.5px;
  left: 15%;
  width: 85%;
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
.list-recruit-menu.-gray .p-arrow:after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -3px;
  right: 0;
  /*矢印の形状*/    
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}
.list-recruit-menu.-gray .menu-item-textbox {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.list-recruit-menu.-gray .menu-item-textbox span.text-large {
  color: #333333;
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 1.5;
  text-align: left;
}
.list-recruit-menu.-gray .menu-item-textbox span.text-large.japanese-text {
  font-size: 30px;
}
.list-recruit-menu.-gray .menu-item-textbox span.sub-text {
  font-size: 15px;
  color: #8F8F8F;
  text-align: left;
  letter-spacing: 0.08em;
}
.list-recruit-menu.-gray .recruit-menu-item:hover {
  background: #F8F9AE;
  transition: 0.26s ease;
}
.list-recruit-menu.-gray .recruit-menu-item:hover .p-arrow:before {
  left: 25%;
}
.list-recruit-menu.-gray .recruit-menu-item:hover .p-arrow:after {
  right: -10%;
}

.recruit-info a.button-base {
  background: #00A0E9;
  color: #ffffff;
  border-color: #00A0E9;
}
.recruit-info a.button-base:hover {
  background: #008DCD;
}

.works-seniors .list-seniors a {
  margin: 0 40px;
  width: 160px !important;
}
.works-seniors .list-seniors a .slide {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.works-seniors .list-seniors a .slide .image-common {
  border-radius: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 4px 10px #c4c4c4;
}
.works-seniors .list-seniors a .slide .staff-info {
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 22px;
}
.works-seniors .list-seniors a .slide .staff-info.design {
  color: #9d83b3;
}
.works-seniors .list-seniors a .slide .staff-info.support {
  color: #ea9c3c;
}
.works-seniors .list-seniors a .slide .staff-info.engineer {
  color: #46abbe;
}
.works-seniors .list-seniors a .slide .staff-info.itconsulting {
  color: #89a323;
}
.works-seniors .list-seniors a .slide .staff-info .name {
  font-size: 16px;
}

.slider01 {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.slider01 .case-l-inner {
  position: relative;
  box-sizing: content-box;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 2rem;
}

[class*=swiper]:focus {
  outline: none;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev:before, .swiper-button-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
}
.swiper-button-prev:after, .swiper-button-next:after {
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  border: solid #CCCCCC;
  border-width: 5px 5px 0 0;
}

.swiper-button-prev:after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.swiper-button-next:after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.swiper-button-prev:hover::after, .swiper-button-next:hover::after {
  opacity: 0.8;
  transition: opacity 0.26s ease;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

#swiper-outer {
  position: relative;
}

.slider01 .swiper-button-prev, .slider01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider01 .swiper-button-prev {
  right: calc(100% - 0rem);
}
.slider01 .swiper-button-next {
  left: calc(100% - 0rem);
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 16px 14px 30px 14px;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 64px;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transition-timing-function: linear;
}

@media print, (min-width: 768px) {
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider01 .case-l-inner {
    padding-bottom: 0;
    max-width: 100%;
    padding-top: 0.2rem;
  }
  .swiper {
    padding: 0 10% 0 10%;
  }
  .swiper .swiper-wrapper {
    margin: 0 0.05rem;
  }
  .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    margin: 16px 0;
    display: flex;
    justify-content: center;
  }
  .swiper .swiper-wrapper .swiper-slide:first-child {
    margin-top: 0;
  }
  .swiper .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .works-seniors .list-seniors a {
    width: 3rem !important;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 0.3rem;
    height: 0.3rem;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    width: 0.3rem;
    height: 0.3rem;
  }
  .slider01 .swiper-button-prev {
    right: calc(100% - 0.6rem);
  }
  .slider01 .swiper-button-next {
    left: calc(100% - 0.6rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .list-recruit-menu.-gray {
    justify-content: center;
  }
  .list-recruit-menu.-gray li {
    width: 100%;
  }
  .list-recruit-menu.-gray li.subcon {
    width: 86%;
    height: 1.2rem;
    margin: 24px 0 0 0;
  }
  .list-recruit-menu.-gray li.subcon:first-child {
    margin-top: -0.5rem;
  }
  .list-recruit-menu.-gray li.link {
    margin: 0;
    height: 1.5rem;
  }
  .list-recruit-menu.-gray li.link:nth-child(2n) {
    margin-top: 0.24rem;
  }
  .list-recruit-menu.-gray .recruit-menu-item {
    padding: 20px 16px;
    flex-direction: column;
    border: 2px solid #d2d2d2;
  }
  .list-recruit-menu.-gray .recruit-menu-item.link {
    padding: 20px 16px;
  }
  .list-recruit-menu.-gray .p-arrow {
    margin-bottom: 0.18rem;
    width: 20%;
    min-width: 80px;
  }
  .list-recruit-menu.-gray .menu-item-textbox {
    width: 100%;
  }
  .list-recruit-menu.-gray .menu-item-textbox span.text-large {
    text-align: center;
    font-size: 0.24rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .list-recruit-menu.-gray .menu-item-textbox span.text-large.japanese-text {
    font-size: 0.28rem;
  }
  .list-recruit-menu.-gray .menu-item-textbox span.sub-text {
    text-align: center;
    font-size: 0.15rem;
  }
  .section-recruit {
    padding: 0;
    font-size: 0.18rem;
  }
  .section-recruit .wrapper {
    padding: 0 0.16rem;
  }
  .section-recruit .recruit-banner,
  .section-recruit .recruit-link {
    border-width: 0.02rem;
  }
  .section-recruit .recruit-link {
    margin: 0.8rem 0.21rem 0;
    border-color: #c4c4c4;
    font-size: 0.24rem;
    height: 1.34rem;
    color: #00a0e9;
  }
  .section-recruit .recruit-link .is-line {
    padding-right: 0.2rem;
    margin-right: 0.34rem;
  }
  .section-recruit .recruit-link .is-line:after {
    top: 0.09rem;
    bottom: 0.07rem;
    width: 0.02rem;
  }
  .section-recruit .recruit-banner.aterecom {
    margin-top: 1.35em;
  }
  .section-recruit .rec-top-point {
    padding: 0.5rem 0;
  }
  .section-recruit .rec-top-point .is-text-small {
    margin-bottom: 0.05rem;
  }
  .section-recruit .rec-top-point .list-point {
    margin-bottom: 0.39rem;
  }
  .section-recruit .rec-top-point .list-point > li:not(:last-child) {
    margin-bottom: 0.47rem;
  }
  .section-recruit .rec-top-point .point-item {
    font-size: 0.18rem;
  }
  .section-recruit .rec-top-point .point-item .point-photo {
    width: 2.36rem;
    margin: 0 auto 0.15rem;
    position: relative;
    right: -0.1rem;
  }
  .section-recruit .rec-top-point .point-item {
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
  }
  .recruit-message {
    border-radius: 0.2rem;
    margin: 0 -0.16rem 0.2rem;
    padding: 0.61rem 0.34rem 0.62rem;
  }
  .recruit-message .title-common {
    margin-bottom: 0.13rem;
  }
  .recruit-message .title-common .is-text-small {
    margin-bottom: 0.15rem;
  }
  .recruit-message .title-common .is-text-big {
    padding-left: 0.11rem;
  }
  .recruit-message .movie-wrapper {
    width: 100%;
    padding: 0.1rem 0 0;
  }
  .recruit-message .movie-wrapper .text-box {
    margin-top: 0.16rem;
  }
  .recruit-message .movie-wrapper .text-box p {
    font-size: 0.16rem;
  }
  .recruit-message .message-caption {
    font-size: 0.2rem;
    text-align: justify;
    margin-bottom: 0.25rem;
    text-align: center;
  }
  .recruit-message .button-base {
    min-height: 40px;
    border-radius: 50px;
  }
  .recruit-row {
    margin-bottom: 0.8rem;
  }
  .recruit-row .title-primary {
    margin-bottom: 0.25rem;
    padding-left: 0.08rem;
  }
  .recruit-row .title-primary.-first-title {
    margin-top: 0.8rem;
  }
  .recruit-row .recruit-photo {
    margin: 0 0.19rem 0 -0.16rem;
  }
  .recruit-row .recruit-info {
    padding: 0.2rem 0.02rem 0.2rem;
  }
  .recruit-row .recruit-title {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .recruit-row .recruit-text {
    font-size: 0.24rem;
  }
  .recruit-row .button-base {
    width: 100%;
  }
  .recruit-row .recruit-button {
    padding: 0 0.21rem;
  }
  .list-recruit > li:last-child {
    margin-bottom: 0;
  }
  .list-recruit > li:nth-child(even) .recruit-photo {
    margin: 0 -0.16rem 0 0.19rem;
  }
  .list-recruit-menu {
    margin-top: 0.8rem;
  }
  .list-recruit-menu > li:not(:last-child) {
    margin-bottom: 0.24rem;
  }
  .list-recruit-menu .recruit-menu-item {
    border-radius: 0.1rem;
    padding: 0.31rem 0.1rem;
  }
  .list-recruit-menu .text-large {
    font-size: 0.45rem;
    margin-bottom: 0.04rem;
  }
  /*top-スクロールを促す表示(スマホのみ)*/
  /*スクロールダウン全体の場所*/
  .scrolldown {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 50px;
  }
  /*Scrollテキストの描写*/
  .scrolldown span {
    position: absolute;
    left: -0.25rem;
    bottom: 45px;
    color: #eee;
    font-size: 0.18rem;
    width: 6em;
    letter-spacing: 0.05em;
  }
  /* 線の描写 */
  .scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }
  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove {
    0% {
      height: 0;
      top: 50px;
      opacity: 0;
    }
    30% {
      height: 30px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 0;
      opacity: 0;
    }
  }
}
@media only screen and (max-width: 767.98px) {
  .list-recruit .top_job-leaver {
    margin-bottom: 0.1rem;
  }
  .list-recruit .certify-info {
    margin-bottom: 0.1rem;
  }
  .list-recruit .certify-info figure {
    display: flex;
    align-items: center;
  }
  .list-recruit .certify-info figure .info-img {
    width: 28%;
  }
  .list-recruit .certify-info figure .info-text {
    font-size: 0.16rem;
    font-weight: 600;
    margin-left: 0.05rem;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 50px;
}
.scroll-infinity .scroll-infinity__wrap {
  display: flex;
}
.scroll-infinity .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
  width: 194.58rem;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item img {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .scroll-infinity {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
    width: 38.6rem;
  }
}/*# sourceMappingURL=recruit.css.map */