@charset "UTF-8";
/*---------------------------------
rn23-article
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-article {
    max-width: 980px;
    margin: 0 auto 117.5px;
    padding: 0 20px;
    box-sizing: content-box;
  }
  .rn23-article__wrap {
    display: flex;
    justify-content: space-between;
  }
  .rn23-article__wrap:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .rn23-article__wrap:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .rn23-article__wrap-box {
    width: 45.9%;
  }
  .rn23-article__wrap-box-ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 50px;
    text-decoration: underline;
    text-decoration-color: #CC0022;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rn23-article__wrap-box-ttl::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 82px;
    /* position: absolute;
    top: 11px;
    left: 0; */
    margin-right: 15px;
    flex-shrink: 0;
  }
  /* .rn23-article__wrap:nth-of-type(1) .rn23-article__wrap-box-ttl {
    padding-left: 44px;
  }
  .rn23-article__wrap:nth-of-type(2) .rn23-article__wrap-box-ttl {
    padding-left: 70px;
  }
  .rn23-article__wrap:nth-of-type(3) .rn23-article__wrap-box-ttl {
    padding-left: 66px;
  } */
  .rn23-article__wrap-box-ttl--line {
    align-items: flex-end;
    line-height: 1em;
  }
  .rn23-article__wrap:nth-of-type(1) .rn23-article__wrap-box-ttl::before {
    width: 23.3px;
    background-image: url(/recruit/work/_assets/img/num_01.svg);
    margin-right: 20px;
  }
  .rn23-article__wrap:nth-of-type(2) .rn23-article__wrap-box-ttl::before {
    width: 55.2px;
    background-image: url(/recruit/work/_assets/img/num_02.svg);
  }
  .rn23-article__wrap:nth-of-type(3) .rn23-article__wrap-box-ttl::before {
    width: 50.6px;
    background-image: url(/recruit/work/_assets/img/num_03.svg);
  }
  .rn23-article__wrap-box-txt {
    font-size: 15px;
    line-height: 1.7em;
  }
  .rn23-article__wrap-box-txt:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .rn23-article__wrap-img {
    width: 49.18%;
    max-width: 482px;
    max-height: 300px;
    margin-top: 55px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-article {
    margin-bottom: 112.5px;
    padding: 0 20px;
  }
  .rn23-article__wrap:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .rn23-article__wrap-box-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 40px;
    text-decoration: underline;
    text-decoration-color: #CC0022;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .rn23-article__wrap-box-ttl::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 71px;
    /* position: absolute;
    top: 9px;
    left: 0; */
    margin-right: 15px;
    margin-top: 7px;
    flex-shrink: 0;
  }
  /* .rn23-article__wrap:nth-of-type(1) .rn23-article__wrap-box-ttl {
    padding-left: 36px;
  }
  .rn23-article__wrap:nth-of-type(2) .rn23-article__wrap-box-ttl {
    padding-left: 59px;
  }
  .rn23-article__wrap:nth-of-type(3) .rn23-article__wrap-box-ttl {
    padding-left: 59px;
  } */
  .rn23-article__wrap-box-ttl--line {
    align-items: flex-end;
    line-height: 1.2em;
  }
  .rn23-article__wrap:nth-of-type(1) .rn23-article__wrap-box-ttl::before {
    width: 20.2px;
    background-image: url(/recruit/work/_assets/img/num_01.svg);
  }
  .rn23-article__wrap:nth-of-type(2) .rn23-article__wrap-box-ttl::before {
    width: 47.2px;
    background-image: url(/recruit/work/_assets/img/num_02.svg);
    margin-right: 10px;
  }
  .rn23-article__wrap:nth-of-type(3) .rn23-article__wrap-box-ttl::before {
    width: 43.8px;
    background-image: url(/recruit/work/_assets/img/num_03.svg);
  }
  .rn23-article__wrap-box-txt {
    font-size: 15px;
    line-height: 1.7em;
    padding: 0 30px;
  }
  .rn23-article__wrap-box-txt:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .rn23-article__wrap-img {
    width: 100vw;
    height: 56vw;
    min-height: 210px;
    margin-bottom: 40px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
}

/*---------------------------------
rn23-message
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-message {
    position: relative;
    padding: 37.5px 0;
    z-index: -1;
    /* background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 50%,
      #fff7ed 50%,
      #fff7ed 100%
    ); */
  }
  .rn23-message::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F8CAB9;
    transform: skewY(-3.14deg);
    z-index: -1;
  }
  .rn23-message-inr {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: content-box;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .rn23-message__img {
    width: 54.6%;
    height: 260px;
    max-width: 535px;
    max-height: 260px;
  }
  .rn23-message__box {
    color: #2C2C2C;
    position: relative;
    width: 42.3%;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .rn23-message__box::before,
  .rn23-message__box::after {
    content: "";
    width: 139px;
    height: 50px;
    box-sizing: border-box;
    position: absolute;
    pointer-events: none;
  }
  .rn23-message__box::before {
    border-left: 1px solid #CC0022;
    border-top: 1px solid #CC0022;
    left: 0;
    top: 0;
  }
  .rn23-message__box::after {
    border-right: 1px solid #CC0022;
    border-bottom: 1px solid #CC0022;
    right: 0;
    bottom: 0;
  }
  .rn23-message__box-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
  }
  .rn23-message__box-txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8em;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-message {
    position: relative;
    background-color: #F8CAB9;
    padding: 12px 0 76px;
  }
  .rn23-message::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    border-width: 0 0px 65px 100vw;
    border-color: transparent transparent #F8CAB9 transparent;
    top: -64px;
  }
  .rn23-message-inr {
    padding: 0 20px;
  }
  .rn23-message__img {
    width: 100%;
    min-height: 60vw;
    margin-bottom: 24px;
  }
  .rn23-message__box {
    color: #2C2C2C;
    position: relative;
    padding: 25px 20px;
  }
  .rn23-message__box::before,
  .rn23-message__box::after {
    content: "";
    width: 139px;
    height: 50px;
    box-sizing: border-box;
    position: absolute;
    pointer-events: none;
  }
  .rn23-message__box::before {
    border-left: 1px solid #CC0022;
    border-top: 1px solid #CC0022;
    left: 0;
    top: 0;
  }
  .rn23-message__box::after {
    border-right: 1px solid #CC0022;
    border-bottom: 1px solid #CC0022;
    right: 0;
    bottom: 0;
  }
  .rn23-message__box-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
  }
  .rn23-message__box-txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8em;
  }
}

/*---------------------------------
rn23-schedule
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-schedule {
    position: relative;
    background-color: #fff;
    padding: 113.5px 0 140px;
    z-index: -2;
  }
  .rn23-schedule-inr {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
  }
  .rn23-schedule::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    border-width: 0 0px 65px 100vw;
    border-color: transparent transparent #fff transparent;
    top: -65px;
  }
  .rn23-schedule__ttl {
    font-size: 24px;
    color: #2C2C2C;
    font-weight: bold;
    margin-bottom: 22px;
  }
  .rn23-schedule__box-outer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .rn23-schedule__box {
    width: calc(50% - 25px);
    vertical-align: middle;
    position: relative;
    border-collapse: separate;
    border-spacing: 0px 4px;
  }
  .rn23-schedule__box::before {
    content: "";
    width: 2px;
    height: calc(100% - 12px);
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    left: 66px;
    top: 8px;
  }
  .rn23-schedule__box-unit-time {
    margin-right: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 66px;
    min-width: 66px;
  }
  .rn23-schedule__box-unit-txt {
    font-size: 16px;
    padding: 13px 22px 11px 17px;
    line-height: 1.3em;
    background-color: #F2F3F0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .rn23-schedule__box-unit:nth-of-type(2n) .rn23-schedule__box-unit-txt {
    background-color: #F2F3F0;
  }
  .rn23-schedule__box-unit-txt--other{
    padding-right: 14px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-schedule {
    position: relative;
    background-color: #fff;
    padding: 28px 0 100px;
  }
  .rn23-schedule-inr {
    padding: 0 20px;
  }
  .rn23-schedule::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    border-width: 0 0px 65px 100vw;
    border-color: transparent transparent #fff transparent;
    top: -64px;
  }
  .rn23-schedule__ttl {
    font-size: 24px;
    color: #2C2C2C;
    font-weight: bold;
    margin-bottom: 22px;
  }
  .rn23-schedule__box {
    vertical-align: middle;
    position: relative;
    border-collapse: separate;
    border-spacing: 0px 10px;
  }
  .rn23-schedule__box:nth-of-type(2) {
    margin-top: -20px;
  }
  .rn23-schedule__box::before {
    content: "";
    width: 2px;
    height: calc(100% - 30px);
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    left: 66px;
    top: 20px;
  }
  .rn23-schedule__box:last-child:before {
    height: calc(100% - 20px);
    top: 10px;
  }
  .rn23-schedule__box-unit-time {
    margin-right: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 66px;
    min-width: 66px;
  }
  .rn23-schedule__box-unit-txt {
    font-size: 16px;
    padding: 13px 12px 11px 17px;
    line-height: 1.3em;
    background-color: #F2F3F0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
  }
  .rn23-schedule__box-unit:nth-of-type(2n) .rn23-schedule__box-unit-txt {
    background-color: #F2F3F0;
  }
  .rn23-schedule__box--reverse
    .rn23-schedule__box-unit:nth-of-type(2n - 1)
    .rn23-schedule__box-unit-txt {
    /* background-color: #fff; */
  }
  .rn23-schedule__box--reverse
    .rn23-schedule__box-unit:nth-of-type(2n)
    .rn23-schedule__box-unit-txt {
    /* background-color: #ffe9ce; */
  }
}

/*---------------------------------
画像共通
---------------------------------*/
/* SP */
@media print, screen and (max-width: 768px) {
  .main img {
    width: 100%;
  }
}

/*---------------------------------
rn23-link
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-link {
    position: relative;
    background-color: #F3EFE6;
    padding: 20px 0 20px;
    margin-bottom: 195px;
    z-index: 0;
  }
  .rn23-link-inr {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
  }
  .rn23-link::before,
  .rn23-link::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .rn23-link::before {
    border-width: 0 0px 65px 100vw;
    border-color: transparent transparent #F3EFE6 transparent;
    top: -63px;
  }
  .rn23-link::after {
    border-width: 65px 100vw 0 0px;
    border-color: #F3EFE6 transparent transparent transparent;
    bottom: -63px;
  }
  .rn23-link__item {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    width: 482px;
    display: block;
    background-color: #CC0022;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    padding: 22px 0 20px;
    margin: 0 auto;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.2s;
  }
  .rn23-link__item::after {
    content: "";
    width: 23px;
    height: 17px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    mask-image: url(/recruit/work/_assets/img/interview-article/icon_arrow_right_white.svg);
    -webkit-mask-image: url(/recruit/work/_assets/img/interview-article/icon_arrow_right_white.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: #fff;
  }
  .rn23-link__item:hover,
  .rn23-link__item:focus,
  .rn23-link__item:active {
    color: #CC0022;
  }
  .rn23-link__item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    border-radius: 3px;
    border: 2px solid #CC0022;
  }
  .rn23-link__item:hover::before {
    transform: scaleX(1);
  }
  .rn23-link__item:hover::after,
  .rn23-link__item:focus::after,
  .rn23-link__item:active::after {
    background-color: #CC0022;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-link {
    position: relative;
    background-color: #F3EFE6;
    padding: 28px 0 30px;
    margin-bottom: 185px;
  }
  .rn23-link-inr {
    padding: 0 20px;
  }
  .rn23-link::before,
  .rn23-link::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .rn23-link::before {
    border-width: 0 0px 65px 100vw;
    border-color: transparent transparent #F3EFE6 transparent;
    top: -64px;
  }
  .rn23-link::after {
    border-width: 65px 100vw 0 0px;
    border-color: #F3EFE6 transparent transparent transparent;
    bottom: -64px;
  }
  .rn23-link__item {
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    width: calc(100% - 60px);
    display: block;
    background-color: #CC0022;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    padding: 22px 0 20px;
    margin: 0 auto;
  }
  .rn23-link__item::after {
    content: "";
    background-image: url(/recruit/work/_assets/img/interview-article/icon_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 17px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
  }
}




/*---------------------------------
animation
---------------------------------*/
.rn23-ani-kv__ttl {
  animation: slideInLeft 1s ease-out forwards;
  opacity: 0;
}
.rn23-ani-kv__name {
  animation: slideInLeft 1s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.js-ani-fadeDown {
  opacity: 0;
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}



.rn23-article__wrap-img {
  overflow: hidden;
  position: relative;
}
.rn23-article__wrap-img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 2;
  background: #000;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform .6s cubic-bezier(0.5, 0, 0, 1);
  transition: transform .6s cubic-bezier(0.5, 0, 0, 1);
  transition: transform .6s cubic-bezier(0.5, 0, 0, 1), -webkit-transform .6s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: none;
}
.rn23-article__wrap-img-item {
  transform: scale(1.15);
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.rn23-article__wrap-img.is-active:before {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}
.rn23-article__wrap-img.is-active .rn23-article__wrap-img-item {
  transform: scale(1.01);
}
