<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------
rn23-cont
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-cont {
    background-color: #FCF0EC;
    padding: 80px 0;
  }
  .rn23-cont--orange {
    background-color: #FCE1D7;
  }
  .rn23-cont__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .rn23-cont__wrap-box {
    border-radius: 15px;
    width: 316px;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: block;
  }
  .rn23-cont__wrap-box::after {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/icon_arrow_circle_right.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 18px;
    bottom: 16px;
  }
  .rn23-cont__wrap-box:not(:nth-of-type(3n)) {
    margin-right: 16px;
  }
  .rn23-cont__wrap-box:nth-of-type(n + 4) {
    margin-top: 40px;
  }
  .rn23-cont__wrap-box-thumb {
    width: 100%;
    height: 197px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
    line-height: 0;
    overflow: hidden;
  }
  .rn23-cont__wrap-box-thumb-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  .rn23-cont__wrap-box-body {
    background-color: #fff;
    padding: 20px 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .rn23-cont__wrap-box-body-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .rn23-cont__wrap-box-body-txt {
    color: #8b8b8b;
    font-size: 14px;
    padding-top: 17px;
    line-height: 1.3em;
    position: relative;
  }
  .rn23-cont__wrap-box-body-txt::before {
    content: "";
    background-color: #CC0022;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .rn23-cont__wrap-box:hover .rn23-cont__wrap-box-thumb-img {
    transform: scale(1.2);
  }
  .rn23-cont__wrap-box:hover .rn23-cont__wrap-box-body-ttl {
    color: #CC0022;
  }
}

/* tablet */
@media print, screen and (max-width: 1019px) and (min-width: 768px) {
  .rn23-cont__wrap-box:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .rn23-cont__wrap-box:not(:nth-of-type(2n)) {
    margin-right: 16px;
  }
  .rn23-cont__wrap-box:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .rn23-cont__wrap-box:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-cont {
    background-color: #FCF0EC;
    padding: 80px 0;
  }
  .rn23-cont--orange {
    background-color: #FCE1D7;
  }
  .rn23-cont__wrap-box {
    border-radius: 4vw;
    width: 100%;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: block;
  }
  .rn23-cont__wrap-box::after {
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/work/_assets/img/icon_arrow_circle_right.svg?20240528);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 17px;
    bottom: 16px;
  }
  .rn23-cont__wrap-box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .rn23-cont__wrap-box-thumb {
    width: 100%;
    height: 40vw;
    min-height: 150px;
    overflow: hidden;
  }
  .rn23-cont__wrap-box-thumb-img {
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    width: 100%;
  }
  .rn23-cont__wrap-box-body {
    background-color: #fff;
    padding: 20px 15px;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
  }
  .rn23-cont__wrap-box-body-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .rn23-cont__wrap-box-body-txt {
    color: #8b8b8b;
    font-size: 14px;
    padding-top: 17px;
    line-height: 1.3em;
    position: relative;
  }
  .rn23-cont__wrap-box-body-txt::before {
    content: "";
    background-color: #CC0022;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

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

/* SP */
@media print, screen and (max-width: 768px) {
}
</pre></body></html>