<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
rn23-growth-bgOver
---------------------------------*/
.rn23-growth-bgOver,
.rn23-growth-bgOver__sp {
  background-color: #F2F3F0;
  display: flex;
  justify-content: center;
}

.rn23-growth-bgOver {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-growth-bgOver {
    padding: 30px 0 39px;
  }

  .rn23-growth-bgOver img {
    max-width: 752px;
  }

  .rn23-growth-bgOver__sp {
    padding: 27px 0 32px;
  }

  .rn23-growth-bgOver__sp img {
    max-width: 877px;
    width: 100%;
    padding: 0 20px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-growth-bgOver {
    padding: 40px 0 40px 4px;
  }

  .rn23-growth-bgOver__sp {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 0 47px;
  }
}




/*---------------------------------
rn23-domain
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-domain{
    background-color: #F2F3F0;
    margin-top: 25px;
    padding: 44px 20px;
  }
  .rn23-domain-inr{
    max-width: 778px;
    margin: 0 auto;
  }
  .rn23-domain__ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .rn23-domain__ttl--small{
    font-size: 16px;
  }
  .rn23-domain__head{
    display: block;
    width: 392px;
    background-color: #fff;
    border-radius: 85px;
    margin: 0 auto 49px;
    padding: 17px 0 16px;
    text-align: center;
    color: #CC0022;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .rn23-domain__head-main{
    font-size: 30px;
    line-height: 1em;
    display: block;
    margin-bottom: 8px;
  }
  .rn23-domain__head-sub{
    font-size: 16px;
    line-height: 1em;
    display: block;
  }
  .rn23-domain__body{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .rn23-domain__body-box{
    width: 180px;
    position: relative;
  }
  .rn23-domain__body-box::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  .rn23-domain__body-box:nth-of-type(1)::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/arrow_domain_left_pc.svg?20240528);
    width: 76px;
    height: 61px;
    right: -20px;
    top: -79px;
  }
  .rn23-domain__body-box:nth-of-type(2)::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/arrow_domain_center_pc.svg?20240528);
    width: 17px;
    height: 41px;
    transform: translateX(-50%);
    left: 50%;
    top: -52px;
  }
  .rn23-domain__body-box:nth-of-type(3)::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/arrow_domain_right_pc.svg?20240528);
    width: 76px;
    height: 61px;
    left: -20px;
    top: -79px;
  }
  .rn23-domain__body-box-ttl{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 8px;
  }
  .rn23-domain__body-box-item{
    background-color: #fff;
    border-radius: 50%;
    color: #CC0022;
    text-align: center;
    font-weight: bold;
    padding: 85px 0 43px;
    width: 100%;
    position: relative;
  }
  .rn23-domain__body-box-item::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .rn23-domain__body-box:nth-of-type(1) .rn23-domain__body-box-item::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_domain_01.svg?20240528);
    top: 29.3px;
    width: 50px;
    height: 46px;
  }
  .rn23-domain__body-box:nth-of-type(2) .rn23-domain__body-box-item::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_domain_02.svg?20240528);
    top: 32.3px;
    width: 59px;
    height: 41px;
  }
  .rn23-domain__body-box:nth-of-type(3) .rn23-domain__body-box-item::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_domain_03.svg?20240528);
    top: 29.3px;
    width: 52px;
    height: 46px;
  }
  .rn23-domain__body-box-item-ttl{
    display: block;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 8px;
  }
  .rn23-domain__body-box-item-txt{
    display: block;
    font-size: 16px;
    line-height: 1em;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-domain{
    background-color: #f8f8f8;
    margin-top: 40px;
    padding: 43px 0 47px;
    width: 100vw;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
  .rn23-domain-inr{
    padding: 0 20px;
  }
  .rn23-domain__ttl{
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .rn23-domain__ttl--small{
    font-size: 16px;
  }
  .rn23-domain__head{
    display: block;
    width: 275px;
    background-color: #fff;
    border-radius: 94px;
    margin: 0 auto 56px;
    padding: 15px 0 13px;
    text-align: center;
    color: #CC0022;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .rn23-domain__head-main{
    font-size: 30px;
    line-height: 1em;
    display: block;
    margin-bottom: 8px;
  }
  .rn23-domain__head-sub{
    font-size: 12px;
    line-height: 1em;
    display: block;
  }
  .rn23-domain__body{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .rn23-domain__body-box{
    width: 100px;
    position: relative;
  }
  .rn23-domain__body-box::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  .rn23-domain__body-box:nth-of-type(1)::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/arrow_domain_left_sp.svg?20240528);
    width: 36px;
    height: 36px;
    right: 10px;
    top: -46px;
  }
  .rn23-domain__body-box:nth-of-type(2)::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/arrow_domain_center_sp.svg?20240528);
    width: 17px;
    height: 41px;
    transform: translateX(-50%);
    left: 50%;
    top: -51px;
  }
  .rn23-domain__body-box:nth-of-type(3)::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/arrow_domain_right_sp.svg?20240528);
    width: 36px;
    height: 36px;
    left: 10px;
    top: -46px;
  }
  .rn23-domain__body-box-ttl{
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 5px;
  }
  .rn23-domain__body-box-item{
    background-color: #fff;
    border-radius: 50%;
    color: #CC0022;
    text-align: center;
    font-weight: bold;
    padding: 36px 0 27px;
    width: 100%;
    position: relative;
  }
  .rn23-domain__body-box-item::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
  .rn23-domain__body-box:nth-of-type(1) .rn23-domain__body-box-item::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_domain_01.svg?20240528);
    top: 12px;
    width: 22px;
    height: 20px;
  }
  .rn23-domain__body-box:nth-of-type(2) .rn23-domain__body-box-item::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_domain_02.svg?20240528);
    top: 13px;
    width: 26px;
    height: 18px;
  }
  .rn23-domain__body-box:nth-of-type(3) .rn23-domain__body-box-item::before{
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/company/_assets/img/icon_domain_03.svg?20240528);
    top: 9px;
    width: 26px;
    height: 23px;
  }
  .rn23-domain__body-box-item-ttl{
    display: block;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 4px;
  }
  .rn23-domain__body-box:nth-of-type(2) .rn23-domain__body-box-item-ttl{
    font-size: 20px;
  }
  .rn23-domain__body-box-item-txt{
    display: block;
    font-size: 12px;
    line-height: 1em;
  }
}
</pre></body></html>