<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
utility
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .u-pc-mt120 {
    margin-top: 120px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .u-sp-mt120 {
    margin-top: 120px;
  }
}

/*---------------------------------
rn23-imgOver
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-imgOver {
    margin: 0 calc(50% - 44.665vw);
  }
}

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

  .rn23-general-about__contents--img {
    width: 273px;
    margin-left: 60px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-general-about__contents--img{
    margin: 0 auto;
    display: block;
  }
}

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

  .rn23-general-differen__item {
    background-color: #F2F3F0;
    position: relative;
    padding: 50px 20px 18px;
    flex: 1;
    margin-top: 18.4px;
  }

  .rn23-general-differen__item:not(:last-child) {
    margin-right: 16px;
  }

  .rn23-general-differen__head {
    background-color: #fff;
    border: 1px solid #CC0022;
    text-align: center;
    position: absolute;
    top: -18.4px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    line-height: 1.3;
    width: 80%;
  }

  .rn23-general-differen__head--subText {
    font-size: 10px;
    font-weight: 600;
    color: #CC0022;
  }

  .rn23-general-differen__head--mainText {
    font-size: 18px;
    font-weight: 600;
  }

  .rn23-general-differen__contents {
    font-size: 14px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-general-differen__item {
    background-color: #F2F3F0;
    position: relative;
    padding: 50px 20px 18px;
    margin-top: 38.4px;
  }

  .rn23-general-differen__item:first-child {
    margin-top: 48.4px;
  }

  .rn23-general-differen__head {
    background-color: #fff;
    border: 1px solid #CC0022;
    text-align: center;
    position: absolute;
    top: -18.4px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    line-height: 1.3;
    width: 80%;
  }

  .rn23-general-differen__head--subText {
    font-size: 10px;
    font-weight: 600;
    color: #CC0022;
  }

  .rn23-general-differen__head--mainText {
    font-size: 18px;
    font-weight: 600;
  }

  .rn23-general-differen__contents {
    font-size: 14px;
  }
}

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

  .rn23-direct-different__contents &gt; div {
    flex: 1;
  }

  .rn23-direct-different__contents &gt; div:first-child {
    margin-right: 80px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-direct-different__contents &gt; div:first-child {
    margin-bottom: 80px;
  }
}

/*---------------------------------
merit��demerit
---------------------------------*/
.rn23-merit__head,
.rn23-demerit__head {
  color: #fff;
  background-color: #707070;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
}

.rn23-merit__list,
.rn23-demerit__list {
  list-style: none;
  position: relative;
  padding-left: 13px;
}

.rn23-merit__list li,
.rn23-demerit__list li {
  margin-top: 10px;
}

.rn23-merit__list li::before {
  content: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/icon-merit__list.svg?20240528);
  position: absolute;
  left: 0;
}

.rn23-demerit__list li::before {
  content: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/icon-demerit__list.svg?20240528);
  position: absolute;
  left: 0;
}

/* PC */
@media print, screen and (min-width: 769px) {
}

/* SP */
@media print, screen and (max-width: 768px) {
}

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

  .rn23-direct-service__contents__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 46%;
  }

  .rn23-direct-service__contents
    &gt; .rn23-direct-service__contents__item:first-child {
    margin-right: 40px;
  }

  .rn23-direct-service__contents__item &gt; div:last-child {
    padding: 0;
    flex-grow: 1;
  }

  .rn23-direct-service__contents__item &gt; div:last-child &gt; p {
    margin-top: 20px;
  }

  .rn23-direct-service__contents__item--head {
    color: #2C2C2C;
    background-color: #F8CAB9;
    font-size: 14px;
    text-align: center;
    padding: 11px 0;
    position: relative;
  }

  .rn23-direct-service__contents__item--head span {
    font-size: 20px;
    font-weight: bold;
  }

  .rn23-direct-service__contents__item--head::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid #F8CAB9;
    border-right: 24.5px solid transparent;
    border-left: 24.5px solid transparent;
    position: absolute;
    bottom: -12px;
    right: 50%;
    transform: translateX(50%);
  }

  .c-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
  }

  .c-link {
    text-decoration: none;
    color: #4D6991;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-direct-service__contents {
    margin: 0 calc(50% - 44.665vw);
  }

  .rn23-direct-service__contents
    &gt; .rn23-direct-service__contents__item:first-child {
    margin-bottom: 20px;
  }

  .rn23-direct-service__contents__item &gt; div:last-child {
    padding: 0 30px;
  }

  .rn23-direct-service__contents__item &gt; div:last-child &gt; p {
    margin-top: 16px;
  }

  .rn23-direct-service__contents__item--head {
    color: #2C2C2C;
    background-color: #F8CAB9;
    font-size: 14px;
    text-align: center;
    padding: 11px 0;
    position: relative;
  }

  .rn23-direct-service__contents__item--head span {
    font-size: 20px;
    font-weight: bold;
  }

  .rn23-direct-service__contents__item--head::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid #F8CAB9;
    border-right: 24.5px solid transparent;
    border-left: 24.5px solid transparent;
    position: absolute;
    bottom: -12px;
    right: 50%;
    transform: translateX(50%);
  }

  .c-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
  }

  .c-link {
    text-decoration: none;
    color: #4D6991;
  }
}

/*---------------------------------
rn23-work-difference
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-work-difference {
    padding: 30px 30px 20px;
    box-sizing: border-box;
    background: #F2F3F0;
  }

  .rn23-work-difference table tbody tr {
    border-bottom: 1px dotted #c5c5c5;
  }

  .rn23-work-difference table tbody tr:first-child,
  .rn23-work-difference table tbody tr:last-child {
    border-bottom: none;
  }

  .rn23-work-difference table tbody tr th {
    width: 26%;
    padding-bottom: 10px;
    background: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/triangle.svg?20240528) no-repeat bottom
      center;
  }

  .rn23-work-difference table tbody tr th:nth-child(2) {
    background: none;
  }

  .rn23-work-difference table tbody tr th:first-child,
  .rn23-work-difference table tbody tr th:last-child {
    width: 36%;
  }

  .rn23-work-difference table tbody tr th p {
    background: #CC0022;
    color: #fff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
  }

  .rn23-work-difference table tbody tr td {
    padding: 15px 0;
    vertical-align: middle;
    text-align: center;
  }

  .rn23-work-difference table tbody tr td span:last-of-type {
    padding-left: 20px;
    text-align: left;
    line-height: 1.7em;
    font-weight: 600;
    letter-spacing: 0.03em;
  }

  .rn23-work-difference table tbody tr td span {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    min-width: 66px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-work-difference {
    box-sizing: border-box;
    background: #F2F3F0;
    padding: 25px 20px 0;
    text-align: center;
    border-top: 2px solid #CC0022;
  }

  .rn23-work-difference__item {
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px dotted #c5c5c5;
  }

  .rn23-work-difference__item--ttl {
    text-shadow: white 1px 1px 0, white -1px -1px 0,
      /*�割���綏��*/ white -1px 1px 0, white 1px -1px 0,
      /*�割���綏��*/ white 0px 1px 0, white 0-1px 0, /*�潟��綏�*/ white -1px 0 0,
      white 1px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #CC0022;
    margin-bottom: 12px;
  }

  .rn23-work-difference__item {
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: 1px dotted #c5c5c5;
  }

  .rn23-work-difference__item p:last-of-type {
    text-align: left;
    line-height: 1.7em;
    font-weight: 600;
    letter-spacing: 0.03em;
    display: inline-block;
  }

  .rn23-work-difference__item:last-of-type {
    margin-bottom: 0;
    border: none;
    padding-bottom: 20px;
  }

  .rn23-work-difference__item p:last-of-type span {
    line-height: 1.7em;
    font-size: 15px;
  }

  .rn23-work-difference__item p span:first-of-type {
    padding-right: 10px;
    box-sizing: border-box;
    min-width: 76px;
  }

  .rn23-work-difference__item p span {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
  }
}

/*---------------------------------
rn23-work-tab, rn23-work-panel
---------------------------------*/
/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-work-tab {
    display: flex;
    margin: auto;
  }

  .rn23-work-tab &gt; li {
    color: #CC0022;
    background-color: #F2F3F0;
    font-size: 18px;
    font-weight: 600;
    padding: 5.5px 0;
    list-style: none;
    width: 50%;
    text-align: center;
  }

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

  .js-rn23-work-panel {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

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

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




/*---------------------------------
rn23-panel__ttl
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-panel__ttl {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rn23-panel__ttl::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 69px;
    margin-right: 6px;
  }
  .rn23-panel__ttl--01::before{
    width: 47.02px;
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/num_tab_01.svg?20240528);
  }
  .rn23-panel__ttl--02::before{
    width: 64.28px;
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/num_tab_02.svg?20240528);
  }
  .rn23-panel__ttl--03::before{
    width: 60.25px;
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/num_tab_03.svg?20240528);
  }
  .rn23-panel__ttl-txt{
    font-size: 35px;
    line-height: 1em;
    font-weight: bold;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
.rn23-panel__ttl {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rn23-panel__ttl::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 69px;
    margin-right: 6px;
  }
  .rn23-panel__ttl--01::before{
    width: 47.02px;
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/num_tab_01.svg?20240528);
  }
  .rn23-panel__ttl--02::before{
    width: 64.28px;
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/num_tab_02.svg?20240528);
  }
  .rn23-panel__ttl--03::before{
    width: 60.25px;
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/num_tab_03.svg?20240528);
  }
  .rn23-panel__ttl-txt{
    font-size: 30px;
    line-height: 1.3em;
    font-weight: bold;
    white-space: nowrap;
  }
}
</pre></body></html>