<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
rn23-education-system
---------------------------------*/
.rn23-education-system__note {
  font-size: 13px;
  color: #8b8b8b;
}

.rn23-education-system__graph--scroll-img {
  width: 928px;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-education-system__graph {
    background-color: #F2F3F0;
    padding: 22px 26px 20px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-education-system__graph {
    background-color: #F2F3F0;
    padding: 40px 0 32px 20px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .rn23-education-system__graph--inner &gt; div:last-child {
    margin-top: 10px;
  }

  .rn23-education-system__graph--inner .c-text {
    color: #CC0022;
  }

  .rn23-education-system__graph--scroll-img {
    margin-right: 20px;
  }

  .rn23-education-system__graph--scroll {
    overflow-x: scroll;
  }
}

/*---------------------------------
rn23-education-training
---------------------------------*/
.rn23-education-training__item--head {
  font-size: 14px;
  font-weight: 600;
  color: #CC0022;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-education-training {
    display: flex;
    justify-content: space-between;
  }

  .rn23-education-training__item {
    position: relative;
    width: 28.57%;
  }

  .rn23-education-training__item:not(:last-child)::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid #CC0022;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: -14.46%;
  }

  .rn23-education-training__item--head {
    margin-bottom: 15px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-education-training__item:not(:first-child) {
    margin-top: 10px;
  }

  .rn23-education-training__item:not(:last-child) {
    padding-bottom: 55px;
  }

  .rn23-education-training__item &gt; div {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    position: relative;
  }

  .rn23-education-training__item .c-text {
    margin-left: 18px;
  }

  .rn23-education-training__item--contents::before {
    content: "";
    background-color: #CC0022;
    position: absolute;
    top: 36px;
    left: 6px;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% + 9px);
  }

  .rn23-education-training__item:last-child
    .rn23-education-training__item--contents::before {
    height: calc(100% - 36px);
  }
}

/*---------------------------------
rn23-education-support
---------------------------------*/
.rn23-education-support__item--contents {
  font-size: 16px;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-education-support {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 40px;
  }

  .rn23-education-support__item {
    position: relative;
    background-color: #F2F3F0;
    padding: 42px 20px 16px;
    margin-top: 26px;
    width: 47.95%;
  }

  .rn23-education-support__item--head {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #CC0022;
    padding: 16.5px 22.5px 10.5px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 86.9%;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-education-support__item {
    position: relative;
    background-color: #F2F3F0;
    padding: 46px 20px 16px;
    margin-top: 60px;
  }

  .rn23-education-support__item:first-child {
    padding-top: 53px;
    margin-top: 55px;
  }

  .rn23-education-support__item--head {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #CC0022;
    padding: 16.5px 22.5px 10.5px;
    text-align: center;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 63%;
  }
}




/*---------------------------------
rn23-feature
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-feature-inr{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding-right: 13px;
    padding-bottom: 35px;
  }
  .rn23-feature__wrap{
    width: 130px;
  }
  .rn23-feature__wrap-ttl{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .rn23-feature__wrap-list{
    padding: 11px 7px 0;
    border: 1px solid #fff;
    height: 113px;
  }
  .rn23-feature__wrap:nth-of-type(3) .rn23-feature__wrap-list{
    height: 160px;
  }
  .rn23-feature__wrap:nth-of-type(4) .rn23-feature__wrap-list{
    height: 196px;
  }
  .rn23-feature__wrap:nth-of-type(5) .rn23-feature__wrap-list{
    height: 227px;
  }
  .rn23-feature__wrap:nth-of-type(6) .rn23-feature__wrap-list{
    height: 254px;
  }
  .rn23-feature__wrap:nth-of-type(7) .rn23-feature__wrap-list{
    height: 281px;
  }
  .rn23-feature__wrap-list-item{
    padding-left: 9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    position: relative;
  }
  .rn23-feature__wrap-list-item:not(:first-of-type){
    margin-top: 6px;
  }
  .rn23-feature__wrap-list-item::before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
  }

  .rn23-feature__wrap--blue .rn23-feature__wrap-ttl{
    /* color: #6666AA; */
  }
  .rn23-feature__wrap--blue .rn23-feature__wrap-list{
    background-color: #D5CDEB;
  }
  .rn23-feature__wrap--blue .rn23-feature__wrap-list-item::before{
    background-color: #6666AA;
  }
  .rn23-feature__wrap--orange .rn23-feature__wrap-ttl{
    /* color: #CC0022; */
  }
  .rn23-feature__wrap--orange .rn23-feature__wrap-list{
    background-color: #F8CAB9;
  }
  .rn23-feature__wrap--orange .rn23-feature__wrap-list-item::before{
    background-color: #CC0022;
  }

  .rn23-feature__box{
    position: absolute;
    right: 13px;
    bottom: 35px;
    background-color: #CC0022;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 14px 0;
    text-align: center;
    width: 654px;
    border: 1px solid #fff;
  }

  .rn23-feature__arrow{
    position: absolute;
    right: 13px;
    bottom: 0;
    padding-top: 21px;
    text-align: center;
    color: #8B8B8B;
    font-size: 14px;
    font-weight: bold;
    width: 654px;
    line-height: 1em;
  }
  .rn23-feature__arrow::before{
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/style/_assets/img/arrow_edu-sys__graph.svg?20230224);
    background-repeat: no-repeat;
    background-size: contain;
    width: 655px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-feature {
    width: 928px;
  }
  .rn23-feature-inr{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding-right: 13px;
    padding-bottom: 35px;
  }
  .rn23-feature__wrap{
    width: 130px;
  }
  .rn23-feature__wrap-ttl{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .rn23-feature__wrap-list{
    padding: 11px 7px 0;
    border: 1px solid #fff;
    height: 113px;
  }
  .rn23-feature__wrap:nth-of-type(3) .rn23-feature__wrap-list{
    height: 160px;
  }
  .rn23-feature__wrap:nth-of-type(4) .rn23-feature__wrap-list{
    height: 196px;
  }
  .rn23-feature__wrap:nth-of-type(5) .rn23-feature__wrap-list{
    height: 227px;
  }
  .rn23-feature__wrap:nth-of-type(6) .rn23-feature__wrap-list{
    height: 254px;
  }
  .rn23-feature__wrap:nth-of-type(7) .rn23-feature__wrap-list{
    height: 281px;
  }
  .rn23-feature__wrap-list-item{
    padding-left: 9px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    position: relative;
  }
  .rn23-feature__wrap-list-item:not(:first-of-type){
    margin-top: 6px;
  }
  .rn23-feature__wrap-list-item::before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
  }

  .rn23-feature__wrap--blue .rn23-feature__wrap-ttl{
    /* color: #6666AA; */
  }
  .rn23-feature__wrap--blue .rn23-feature__wrap-list{
    background-color: #D5CDEB;
  }
  .rn23-feature__wrap--blue .rn23-feature__wrap-list-item::before{
    background-color: #6666AA;
  }
  .rn23-feature__wrap--orange .rn23-feature__wrap-ttl{
    /* color: #CC0022; */
  }
  .rn23-feature__wrap--orange .rn23-feature__wrap-list{
    background-color: #F8CAB9;
  }
  .rn23-feature__wrap--orange .rn23-feature__wrap-list-item::before{
    background-color: #CC0022;
  }

  .rn23-feature__box{
    position: absolute;
    right: 13px;
    bottom: 35px;
    background-color: #CC0022;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 14px 0;
    text-align: center;
    width: 654px;
    border: 1px solid #fff;
  }

  .rn23-feature__arrow{
    position: absolute;
    right: 13px;
    bottom: 0;
    padding-top: 21px;
    text-align: center;
    color: #8B8B8B;
    font-size: 14px;
    font-weight: bold;
    width: 654px;
    line-height: 1em;
  }
  .rn23-feature__arrow::before{
    content: "";
    background-image: url(https://d18f657670wm8u.cloudfront.net/recruit/style/_assets/img/arrow_edu-sys__graph.svg?20230224);
    background-repeat: no-repeat;
    background-size: contain;
    width: 655px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}
</pre></body></html>