<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------
r23-lead
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .r23-lead{
    margin-bottom: 80px;
  }
  .r23-lead-inr{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
  }
  .r23-lead__ttl{
    color: #CC0022;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1em;
  }
  .r23-lead__ttl-txt{
    display: inline-block;
    padding: 0 40px;
    position: relative;
  }
  .r23-lead__ttl-txt::before,
  .r23-lead__ttl-txt::after{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 24.5px;
    position: absolute;
    top: -4px;
  }
  .r23-lead__ttl-txt::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_double_quotation_open.svg?20240528);
    left: 0;
  }
  .r23-lead__ttl-txt::after{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_double_quotation_close.svg?20240528);
    right: 0;
  }
  .r23-lead__txt{
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 50px;
  }
  .r23-lead__feature-ttl{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 25px;
  }
  .r23-lead__feature-txt{
    font-size: 15px;
    line-height: 1.8em;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .r23-lead{
    margin-bottom: 80px;
  }
  .r23-lead-inr{
    padding: 0 20px;
  }
  .r23-lead__ttl{
    color: #CC0022;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.667em;
  }
  .r23-lead__ttl-txt{
    display: inline-block;
    padding-left: 40px;
    position: relative;
  }
  .r23-lead__ttl-txt::before,
  .r23-lead__ttl-txt::after{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 24.5px;
    position: absolute;
  }
  .r23-lead__ttl-txt::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_double_quotation_open.svg?20240528);
    left: 0;
    top: -4px;
  }
  .r23-lead__ttl-txt::after{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_double_quotation_close.svg?20240528);
    right: 0;
    bottom: 0;
  }
  .r23-lead__txt{
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .r23-lead__feature{
    padding: 0 30px;
  }
  .r23-lead__feature-ttl{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 15px;
  }
  .r23-lead__feature-txt{
    font-size: 15px;
    line-height: 1.8em;
  }
}




/*---------------------------------
r23-sec
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .r23-sec{
    margin-bottom: 80px;
  }
  .r23-sec-inr{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .r23-sec{
    margin-bottom: 80px;
  }
  .r23-sec-inr{
    padding: 0 50px;
  }
}




/*---------------------------------
r23-sec__wrap
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .r23-sec__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 60px;
  }
  .r23-sec__wrap-box:nth-of-type(2n){
    margin-left: 90px;
  }
  .r23-sec__wrap-box-img{
    max-width: 445px;
    max-height: 150px;
    margin-bottom: 20px;
  }
  .r23-sec__wrap-box-ttl{
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 13px;
  }
  .r23-sec__wrap-box-txt{
    font-size: 15px;
    line-height: 1.8em;
  }
  .r23-sec__wrap-box-txt:not(:last-of-type){
    margin-bottom: 4px;
  }
  .r23-sec__wrap-box-txt-link{
    text-decoration: none;
    color: #4D6991;
  }
  .r23-sec__wrap-box-txt-link:hover{
    text-decoration: underline;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .r23-sec__wrap{
    margin-bottom: 80px;
  }
  .r23-sec__wrap-box:not(:last-of-type){
    margin-bottom: 60px;
  }
  .r23-sec__wrap-box-img{
    width: 73.33vw;
    height: 24.72vw;
    min-height: 92.7px;
    margin-bottom: 20px;
  }
  .r23-sec__wrap-box-ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 7px;
  }
  .r23-sec__wrap-box-txt{
    font-size: 15px;
    line-height: 1.8em;
  }
  .r23-sec__wrap-box-txt-link{
    text-decoration: none;
    color: #4D6991;
  }
}




/*---------------------------------
r23-sec__cont
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .r23-sec__cont{
    margin-bottom: 60px;
  }
  .r23-sec__cont-ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding-left: 8px;
    position: relative;
    margin-bottom: 20px;
  }
  .r23-sec__cont-ttl::before{
    content: "";
    width: 3px;
    height: 100%;
    background-color: #CC0022;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
  .r23-sec__cont-txt{
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 40px;
  }
  .r23-sec__cont-txt--logo{
    margin-bottom: 15px;
  }
  .r23-sec__cont-group{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .r23-sec__cont-group--left {
    justify-content: left;
  }
  .r23-sec__cont-group-unit {
    flex: 1;
    max-width: 46%;
  }
  .r23-sec__cont-group-unit:nth-of-type(2n){
    margin-left: 90px;
  }
  .r23-sec__cont-group-unit-img{
    max-width: 445px;
    max-height: 163px;
    margin-bottom: 20px;
  }
  .r23-sec__cont-group-unit-ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 13px;
  }
  .r23-sec__cont-group-unit-txt{
    font-size: 15px;
    line-height: 1.8em;
  }
  .r23-sec__cont-group-unit-txt:not(:last-of-type){
    margin-bottom: 4px;
  }
  .r23-sec__cont-group-unit-txt-link{
    text-decoration: none;
    color: #4D6991;
  }
  .r23-sec__cont-group-unit-txt-link:hover{
    text-decoration: underline;
  }
  .r23-sec__cont-logos{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .r23-sec__cont-logos-item{
    width: auto;
    height: 30px;
  }
  .r23-sec__cont-logos-item:not(:last-of-type){
    margin-right: 40px;
  }
  .r23-sec__cont-logos-item--size{
    width: 291px;
    height: 36px;
  }
  .r23-sec__cont-logos-item--size:not(:last-of-type){
    margin-right: 25px;
  }
  .r23-sec__cont-logos-item-img{
    width: 100%;
    height: 100%;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .r23-sec__cont{
    margin-bottom: 80px;
    position: relative;
  }
  .r23-sec__cont-ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding-left: 8px;
    position: relative;
    margin-bottom: 20px;
  }
  .r23-sec__cont-ttl::before{
    content: "";
    width: 3px;
    height: 100%;
    background-color: #CC0022;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
  .r23-sec__cont-txt{
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 35px;
  }
  .r23-sec__cont-txt--logo{
    margin-bottom: 15px;
  }
  .r23-sec__cont-group-unit:not(:last-of-type){
    margin-bottom: 60px;
  }
  .r23-sec__cont-group-unit-img{
    width: 73.33vw;
    height: 24.72vw;
    min-height: 92.7px;
    margin-bottom: 20px;
  }
  .r23-sec__cont-group-unit-ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
  .r23-sec__cont-group-unit-txt{
    font-size: 15px;
    line-height: 1.8em;
  }
  .r23-sec__cont-group-unit-txt-link{
    text-decoration: none;
    color: #4D6991;
    word-break: break-all;
  }
  .r23-sec__cont-logos{
    min-width: 291px;
    position: relative;
    left: 0;
  }
  .r23-sec__cont-logos-item{
    width: auto;
    height: 30px;
  }
  .r23-sec__cont-logos-item:not(:last-of-type){
    margin-bottom: 10px;
  }
  .r23-sec__cont-logos-item--size{
    width: 291px;
    height: 36px;
  }
  .r23-sec__cont-logos-item--size:not(:last-of-type){
    margin-bottom: 0;
  }
  .r23-sec__cont-logos-item-img{
    width: auto;
    height: 100%;
  }
}




/*---------------------------------
r23-sec__main
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .r23-sec__main{
    width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    background-color: #F2F3F0;
    padding: 60px 0;
    margin-bottom: 40px;
  }
  .r23-sec__main-inr{
    max-width: 881.5px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .r23-sec__main-head{
    width: 303.5px;
    height: 405px;
  }
  .r23-sec__main-body{
    width: 578px;
  }
  .r23-sec__main-body-unit{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .r23-sec__main-body-unit:not(:last-of-type){
    margin-bottom: 7.7px;
  }
  .r23-sec__main-body-unit-ttl{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 21px 0 22.3px 36px;
    width: 34.6%;
  }
  .r23-sec__main-body-unit-ttl--red{
    background-color: #EB312D;
  }
  .r23-sec__main-body-unit-ttl--blue{
    background-color: #0168B2;
  }
  .r23-sec__main-body-unit-ttl--yellow{
    background-color: #FEC506;
  }
  .r23-sec__main-body-unit-ttl--green{
    background-color: #049F37;
  }
  .r23-sec__main-body-unit-ttl--gray{
    background-color: #A1A4A9;
  }
  .r23-sec__main-body-unit-ttl--pink{
    background-color: #E63B85;
  }
  .r23-sec__main-body-unit-ttl--orange{
    background-color: #EF8200;
  }
  .r23-sec__main-body-unit-txt{
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-left: 24px;
    width: 65.4%;
    line-height: 1.486em;
    position: relative;
  }
  .r23-sec__main-body-unit-txt-inr {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .r23-sec__main{
    width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    background-color: #F2F3F0;
    padding: 36px 0;
    margin-bottom: 60px;
  }
  .r23-sec__main-inr{
    width: 100%;
    padding: 0 20px;
  }
  .r23-sec__main-head{
    width: 137px;
    height: 140px;
    margin: 0 auto 21px;
  }
  .r23-sec__main-body-unit{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    text-align: center;
  }
  .r23-sec__main-body-unit:not(:last-of-type){
    margin-bottom: 6px;
  }
  .r23-sec__main-body-unit-ttl{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 25px 0;
    width: 41.2%;
  }
  .r23-sec__main-body-unit-ttl--red{
    background-color: #EB312D;
  }
  .r23-sec__main-body-unit-ttl--blue{
    background-color: #0168B2;
  }
  .r23-sec__main-body-unit-ttl--yellow{
    background-color: #FEC506;
  }
  .r23-sec__main-body-unit-ttl--green{
    background-color: #049F37;
  }
  .r23-sec__main-body-unit-ttl--gray{
    background-color: #A1A4A9;
  }
  .r23-sec__main-body-unit-ttl--pink{
    background-color: #E63B85;
  }
  .r23-sec__main-body-unit-ttl--orange{
    background-color: #EF8200;
  }
  .r23-sec__main-body-unit-txt{
    font-size: 12px;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 58.8%;
    line-height: 1.333em;
    position: relative;
  }
  .r23-sec__main-body-unit-txt-inr {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
  }
  .r23-sec__main-body-unit-txt-bold{
    font-weight: bold;
  }
}

a[target="_blank"] .c-icn-_blank {
  margin: 0 0 0 .35em;
  vertical-align: middle;
}
</pre></body></html>