<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/nas6tqj.css");

/*---------------------------------
繧ｿ繝�
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-tab-area {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
  }

  .rn23-tab {
    display: flex;
    padding-left: 0;
  }

  .rn23-tab &gt; li {
    color: #CC0022;
    background-color: #F2F3F0;
    font-size: 16px;
    padding: 20px 30px;
    list-style: none;
    border-left: 1px solid #DADCDC;
    cursor: pointer;
  }

  .rn23-tab &gt; li:first-child {
    border: none;
  }

  .rn23-tab &gt; .js-rn23-tab-active {
    color: #fff;
    background-color: #CC0022;
    font-weight: 600;
  }

  .rn23-panel {
    position: relative;
    box-shadow: 0 -3px 5px -5px #808080;
  }

  .rn23-panel &gt; div {
    display: none;
  }

  .rn23-panel &gt; div.js-rn23-tab-active {
    display: block;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-tab {
    display: flex;
    padding-left: 0;
  }

  .rn23-tab &gt; li {
    color: #CC0022;
    background-color: #F2F3F0;
    font-size: 16px;
    padding: 10px 6px;
    list-style: none;
    border-left: 1px solid #DADCDC;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rn23-tab &gt; li:first-child {
    border: none;
  }

  .rn23-tab &gt; .js-rn23-tab-active {
    color: #fff;
    background-color: #CC0022;
    font-weight: 600;
  }

  .rn23-panel-area {
    position: relative;
    box-shadow: 0 -3px 5px -5px #808080;
  }

  .rn23-panel &gt; div {
    display: none;
  }

  .rn23-panel &gt; div.js-rn23-tab-active {
    display: block;
  }
}

/*---------------------------------
rn23-career-flow
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-career-flow {
    display: flex;
  }

  .rn23-career-flow &gt; div:not(:last-child) {
    margin-right: 20px;
  }

  .rn23-career-flow__step {
    position: relative;
    flex: 1;
  }

  .rn23-career-flow__step &gt; *:nth-child(2) {
    text-align: center;
    margin: auto;
    border: 1px solid #000;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rn23-career-flow__img {
    width: 165px;
    margin: 0 auto 20px;
  }

  .rn23-career-flow__step--figure {
    font-size: 18px;
    line-height: 1;
  }

  .rn23-career-flow__step--figure p {
    margin: 0;
  }

  .rn23-career-flow__step--figure p:last-child {
    display: inline-flex;
    align-items: center;
  }

  .rn23-career-flow__step--num {
    font-size: 60px;
    letter-spacing: -0.07em;
    font-family: "din-2014";
    display: flex;
    align-items: center;
  }

  .rn23-career-flow__step--num &gt; span {
    font-size: 32px;
  }

  .rn23-career-flow__step--num + span {
    font-size: 22px;
    margin-left: 3px;
  }

  .rn23-career-flow__text {
    font-size: 15px;
    text-align: left;
    margin: 0 30px;
    line-height: 1.8;
  }

  .rn23-career-flow__text--head {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #rn23-career-flow__step--01 {
    color: #E73134;
    border-color: #E73134;
  }

  #rn23-career-flow__step--02 {
    color: #CC0022;
    border-color: #CC0022;
  }

  #rn23-career-flow__step--03 {
    color: #8D2D00;
    border-color: #AA1A00;
  }

  .rn23-career-flow__step:has(#rn23-career-flow__step--01)::after {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/style/_assets/img/rn23-career-flow__step--01-line.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(142px + 20px + 60px);
    left: calc(calc(100% - 120px) / 2 + 120px + 15px);
    height: 8.48px;
    width: calc(100% - 120px + 20px - 30px);
  }

  .rn23-career-flow__step:has(#rn23-career-flow__step--02)::after {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/style/_assets/img/rn23-career-flow__step--02-line.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(142px + 20px + 60px);
    left: calc(calc(100% - 120px) / 2 + 120px + 15px);
    height: 8.48px;
    width: calc(100% - 120px + 20px - 30px);
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .rn23-career-flow {
    display: block;
  }

  .rn23-career-flow__step &gt; *:nth-child(2) {
    text-align: center;
    border: 1px solid #000;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    line-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rn23-career-flow &gt; div:not(:last-child) {
    padding-bottom: 55px;
  }

  .rn23-career-flow__step {
    display: flex;
    position: relative;
  }

  .rn23-career-flow__step::after {
    content: "";
    position: absolute;
    top: 85px;
    left: 37.5px;
    transform: translateX(-50%);
    width: 1px;
    background-color: #000;
    height: calc(100% - 75px - 10px - 10px);
  }

  .rn23-career-flow__step:has(.rn23-career-flow__text--01)::after {
    background-color: #E73134;
  }

  .rn23-career-flow__step:has(.rn23-career-flow__text--02)::after {
    background-color: #CC0022;
  }

  .rn23-career-flow__step:has(.rn23-career-flow__text--03)::after {
    background-color: #8D2D00;
  }

  .rn23-career-flow__step &gt; *:last-child {
    width: 72%;
  }

  .rn23-career-flow__step--figure {
    font-size: 14px;
    line-height: 1;
  }

  .rn23-career-flow__step--figure p {
    margin: 0;
  }

  .rn23-career-flow__step--figure p:last-child {
    display: inline-flex;
    align-items: center;
  }

  .rn23-career-flow__step--num {
    font-size: 38px;
    letter-spacing: -0.07em;
    font-family: "din-2014";
    display: flex;
    align-items: center;
  }

  .rn23-career-flow__step--num &gt; span {
    font-size: 20px;
  }

  .rn23-career-flow__step--num + span {
    font-size: 14px;
    margin-left: 3px;
  }

  .rn23-career-flow__text {
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    margin: 30px 0 0 18px;
  }

  .rn23-career-flow__img {
    width: 165px;
    margin-bottom: 25px;
  }

  .rn23-career-flow__text--head {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
  }

  #rn23-career-flow__step--01 {
    color: #E73134;
    border-color: #E73134;
    position: relative;
  }

  #rn23-career-flow__step--02 {
    color: #CC0022;
    border-color: #CC0022;
    position: relative;
  }

  #rn23-career-flow__step--03 {
    color: #8D2D00;
    border-color: #AA1A00;
  }
}
</pre></body></html>