@charset "UTF-8";
/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/

.p_flex {
  display: flex; }
  .p_flex.a_reverse {
    flex-direction: row-reverse; }
  .p_flex.a_center {
    justify-content: center; }
  .p_flex .p_flex_col {
    box-sizing: border-box; }
  .p_flex.a_col_2 .p_flex_col {
    width: 50%;
    padding: 0 5px; }
  .p_flex.a_nogap .p_flex_col {
    padding: 0; }
  .p_flex.a_col_1to2, .p_flex.a_col_2to1, .p_flex.a_col_2to3 {
    flex-wrap: wrap; }
  .p_flex.a_col_1to2 .p_flex_col {
    width: 100%; }
  .p_flex.a_col_2to1 .p_flex_col {
    width: 50%; }
  .p_flex.a_col_2to3 .p_flex_col {
    width: 50%; }
    .p_flex.a_col_2to3 .p_flex_col.a_wide {
      width: 100%; }

/* 〜479px：SP portrait
------------------------------ */
/***************************
    container
***************************/
section.block > .inner {
  width: 100%;
  /* padding: 25px 0 65px; */
 }
section.block h2.title {
  margin: 0;
  font-size: 28px;
  line-height: 1em; }
  section.block h2.title span {
    font-size: 13px; }
section.block .lead {
  width: 90.65%;
  margin: 1.8em auto; }
section.block h3.title {
  font-size: 18px; }


@keyframes jump {
  0% {
    transform: translate(0px, 200px); }
  45% {
    transform: translate(0px, -50px); }
  50% {
    transform: translate(0px, -50px); }
  100% {
    transform: translate(0px, 0px); } }
@keyframes jump-pc {
  0% {
    transform: translate(0px, 200px); }
  45% {
    transform: translate(0px, -70px); }
  50% {
    transform: translate(0px, -70px); }
  100% {
    transform: translate(0px, 0px); } }

#block-concept > .bg {
  background: url("../img/concept_bg_sp.png") top center no-repeat;
  background-size: contain; }
#block-concept > .inner {
  padding: 30px 0 40px; }
#block-concept h2.title {
  font-size: 24px;
  line-height: 1.3em; }
  #block-concept h2.title > span {
    display: block;
    font-size: 10px;
    line-height: 1.6em;
    letter-spacing: 0em;
    margin-top: 0.6em;
    color: #f39800; }
#block-concept .box-txt {
  width: 90%;
  margin: 0 auto;
  font-size: 13px;
  letter-spacing: 0; }
  #block-concept .box-txt > p {
    margin-top: 1.8em; }
#block-concept .accr {
  width: 140px;
  margin: 1.8em auto 0; }

#block-course .box .bg {
  background: url("/robo/general/img/bg_green_box.jpg") left top repeat;
  background-size: 94px 162px; }
  #block-course .box .bg:before {
    background: url("../img/course_bg_sp.png") center top no-repeat;
    background-size: cover; }
/* #block-course .box:first-child {
  position: relative;
  padding: 55px 0;
  overflow: hidden; }
  #block-course .box:first-child .box-head,
  #block-course .box:first-child .box-foot {
    text-align: center;
    color: #fff; }
  #block-course .box:first-child .box-head {
    font-size: 18px; }
  #block-course .box:first-child .box-body {
    padding: 1.8em 0; }
  #block-course .box:first-child .objects {
    width: 0;
    height: 0; }
    #block-course .box:first-child .objects .obj {
      position: absolute;
      pointer-events: none; }
      #block-course .box:first-child .objects .obj:nth-child(1) {
        max-width: 66px;
        top: 36px;
        left: -25px; }
      #block-course .box:first-child .objects .obj:nth-child(2) {
        max-width: 160px;
        top: 80px;
        right: -96px; }
      #block-course .box:first-child .objects .obj:nth-child(3) {
        max-width: 108px;
        bottom: 100px;
        left: -60px; }
      #block-course .box:first-child .objects .obj:nth-child(4) {
        max-width: 103px;
        bottom: 50px;
        right: -38px; } */
/* #block-course .box {
  padding: 35px 0 0; } */
  #block-course .box .box-head {
    text-align: center;
    color: #f39800;
    font-size: 18px; }
  #block-course .box .box-body {
    position: relative;
    width: 90.65%;
    max-width: 340px;
    margin: 2.4em auto 50px; }
  #block-course .box .unit {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  
  @media screen and (max-width: 960px) {
    #block-course .box .unit .unit-icon{
     width: 3.5em;
     height: auto;
     margin-left: 15px;
    }
  }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    #block-course .box .unit .unit-icon{
      width: 50px;
      height: auto;
      position: absolute;
      right: -20px;
      top: -35px;
    }
  }
  @media screen and (min-width: 1281px) {
    #block-course .box .unit .unit-icon{
      width: 64px;
      height: auto;
      position: absolute;
      right: -10px;
      top: -25px;
    }
  }
  #block-course .box .list .item:not(:first-child) {
    margin-top: 8px; }
    
  #block-course .box .unit.pre-pink {
    border: 5px solid #EB6D9A; }
  #block-course .box .unit.pink {
    border: 5px solid #e366ba; }
  #block-course .box .unit.yellow {
    border: 5px solid #efb424; }
  #block-course .box .unit.green {
    border: 5px solid #3ec34f; }
  #block-course .box .unit.blue {
    border: 5px solid #2ca8ee; }
    
    
  #block-course .box .unit.pre-pink .unit-head {
    background-color: #FFECF3; }
  #block-course .box .unit.pink .unit-head {
    background-color: #fae2f2; }
  #block-course .box .unit.yellow .unit-head {
    background-color: #fdebca; }
  #block-course .box .unit.green .unit-head {
    background-color: #dbfcdf; }
  #block-course .box .unit.blue .unit-head {
    background-color: #d0e9fc; }
  #block-course .box .unit .unit-head h4.title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 3em;
    line-height: 1.5;
    padding: 10px 5px 10px 30px;
  font-weight: 700; }
    #block-course .box .unit .unit-head h4.title::before {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 4px;
      transform: translateY(-50%); }
    #block-course .box .unit.pre-pink .unit-head h4.title::before {
    background: url("../img/course_icon_pre-pink.png") center center no-repeat;
    background-size: contain; }
  #block-course .box .unit.pink .unit-head h4.title::before {
    background: url("../img/course_icon_pink.png") center center no-repeat;
    background-size: contain; }
  #block-course .box .unit.yellow .unit-head h4.title::before {
    background: url("../img/course_icon_yellow.png") center center no-repeat;
    background-size: contain; }
  #block-course .box .unit.green .unit-head h4.title::before {
    background: url("../img/course_icon_green.png") center center no-repeat;
    background-size: contain; }
  #block-course .box .unit.blue .unit-head h4.title::before {
    background: url("../img/course_icon_blue.png") center center no-repeat;
    background-size: contain; }
  #block-course .box .unit .unit-body {
    background-color: #fff; }
    #block-course .box .unit .unit-body .unit-img {
      width: 33%; }
    #block-course .box .unit .unit-body .unit-txt {
      padding: 0.8em 22% 12% 1.2em;
      font-size: 15px;
      line-height: 1.5em;
      flex: 1; }
  #block-course .box .unit.pre-pink .unit-body .unit-txt {
    background: url("../img/course_bg_pre-pink.png") left bottom no-repeat;
    background-size: 70% auto;
  }
  #block-course .box .unit.pink .unit-body .unit-txt {
    background: url("../img/course_bg_pink.png") left bottom no-repeat;
    background-size: 70% auto;
  }
  #block-course .box .unit.yellow .unit-body .unit-txt {
    background: url("../img/course_bg_yellow.png") left bottom no-repeat;
    background-size: 70% auto;
  }
  #block-course .box .unit.green .unit-body .unit-txt {
    background: url("../img/course_bg_green.png") left bottom no-repeat;
    background-size: 70% auto;
  }
  #block-course .box .unit.blue .unit-body .unit-txt {
    background: url("../img/course_bg_blue.png") left bottom no-repeat;
    background-size: 70% auto;
  }
  #block-course .box .chart .lines {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 2em;
    letter-spacing: -0.25em;
    color: #fff;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 15px;
    right: 5px; }
    #block-course .box .chart .lines .line {
      position: relative;
      margin-top: auto;
      margin-right: 5px;
      font-size: 13px;
      letter-spacing: 0.03em;
      width: 7.6%; }
      #block-course .box .chart .lines .line::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 13px 0 13px; }
      #block-course .box .chart .lines .line::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 13px 0 13px; }
      #block-course .box .chart .lines .line.orange {
        background-color: #b92132;
        float: right;
        height: 18%;
        z-index: 1; }
        #block-course .box .chart .lines .line.orange::before {
          border-color: #e14754 transparent transparent transparent; }
        #block-course .box .chart .lines .line.orange::after {
          border-color: #b92132 transparent transparent transparent; }
      #block-course .box .chart .lines .line.yellow {
        background-color: #e14754;
        height: 98%;
        margin-top: auto; }
        #block-course .box .chart .lines .line.yellow::before {
          content: none; }
      #block-course .box .chart .lines .line.blue {
        background-color: #2ca8ee;
        height: 37%; }
        #block-course .box .chart .lines .line.blue::after {
          border-color: #2ca7ee transparent transparent transparent; }
        #block-course .box .chart .lines .line.blue::before {
          content: none; }




/* 600px〜959px：tablet
------------------------------ */

/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {
  .p_flex.a_col_1to2 .p_flex_col {
    width: 50%; }
  .p_flex.a_col_2to1 .p_flex_col {
    width: 100%; }
  .p_flex.a_col_2to3 .p_flex_col {
    width: 33.333%; }
    .p_flex.a_col_2to3 .p_flex_col.a_wide {
      width: 33.333%; }

  /* section.block > .inner {
    padding: 40px 0 120px; } */
  section.block h2.title {
    font-size: 48px; }
    section.block h2.title span {
      margin: 0;
      font-size: 26px; }
  section.block .lead {
    width: 100%;
    text-align: center;
    margin-top: 3.2em; }


  /***************************
      container
  ***************************/

  #block-concept > .bg {
    background: url("../img/concept_bg_pc.png") top center no-repeat;
    background-size: 100%; }
  #block-concept > .inner {
    padding: 40px 0 80px;
    box-sizing: border-box; }
  #block-concept h2.title {
    font-size: 48px; }
    #block-concept h2.title > span {
      font-size: 14px;
      margin-top: 1.8em; }
  #block-concept .box-txt {
    font-size: 16px;
    text-align: center; }
  #block-concept .accr {
    width: 240px; }

  #block-course h3.title {
    font-size: 22px; }
  #block-course .outer:nth-child(1) .box .bg {
    background: url("/robo/general/img/bg_green_box.jpg") repeat;
    background-size: 188px 324px; }
    #block-course .outer:nth-child(1) .box .bg:before {
      background: url("../img/course_bg_pc.png") center top no-repeat;
      background-size: cover; }
  /* #block-course .outer:nth-child(1) .box:nth-child(1) {
    padding: 100px 0; }
    #block-course .outer:nth-child(1) .box:nth-child(1) .box-img {
      max-width: 650px;
      margin: 0 auto; } */
  #block-course .outer:nth-child(1) .box .box-body {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-bottom: 80px; }
  #block-course .outer:nth-child(1) .box .list {
    display: flex;
    justify-content: center; }
    #block-course .outer:nth-child(1) .box .list .item {
      width: 150px;
      margin: 0 10px; }
      #block-course .outer:nth-child(1) .box .list .item:first-child {
        margin-left: 0; }
      #block-course .outer:nth-child(1) .box .list .item:last-child {
        margin-right: 0; }
  /* #block-course .box {
    padding-top: 50px; } */
    #block-course .box .unit.pre-pink {
      border: 3px solid #EB6D9A; }
    #block-course .box .unit.pink {
      border: 3px solid #e366ba; }
    #block-course .box .unit.yellow {
      border: 3px solid #efb424; }
    #block-course .box .unit.green {
      border: 3px solid #3ec34f; }
    #block-course .box .unit.blue {
      border: 3px solid #2ca8ee; }
    #block-course .box .unit .unit-body .unit-txt {
      min-height: 200px;
      padding: 1em 1em; }
    #block-course .box .unit .unit-body .unit-img {
      width: 100%; }

    #block-course .box .unit.pre-pink .unit-body .unit-txt {
      background-size: 80% auto;
    background-position: center bottom;
    }
    #block-course .box .unit.pink .unit-body .unit-txt {
      background-size: 80% auto;
    background-position: center bottom;
    }
    #block-course .box .unit.yellow .unit-body .unit-txt {
      background-size: 80% auto;
    background-position: center bottom;
    }
    #block-course .box .unit.green .unit-body .unit-txt {
      background-size: 80% auto;
    background-position: center bottom; }
    #block-course .box .unit.blue .unit-body .unit-txt {
      background-size: 80% auto;
    background-position: center bottom; }

    
  #block-course .outer:nth-child(1) .box .unit .unit-body {
    display: block; }
  #block-course .box .chart .lines {
    -webkit-writing-mode: initial;
    writing-mode: initial;
    position: relative;
    bottom: 0;
    right: 0; }
    #block-course .box .chart .lines .line::before, #block-course .box .chart .lines .line::after {
      border-width: 16px 0 16px 21px;
      right: -20px;
      left: auto;
      bottom: 0; }
    #block-course .box .chart .lines .line.orange, #block-course .box .chart .lines .line.yellow {
      height: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      font-size: 14px;
      letter-spacing: 0.015em;
      margin-right: 0;
      margin-top: 0; }
    #block-course .box .chart .lines .line.blue {
      height: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      font-size: 14px;
      letter-spacing: 0.015em;
      margin-right: 0;
      margin-top: 0;
      width: 300px;
      bottom: 54px;
      margin-left: 245px; }
    #block-course .box .chart .lines .line.yellow {
    width: 640px;
    bottom: -22px;
    margin-left: -95px;}
    #block-course .box .chart .lines .line.orange {
      float: none;
      width: 180px;
      bottom: -54px;
      margin-left: 310px;
      box-sizing: border-box;
      padding-left: 21px; }
    #block-course .box .chart .lines .line.blue::after {
      border-color: transparent transparent transparent #2ca7ee; }
    #block-course .box .chart .lines .line.orange::before {
      right: 160px;
      border-color: transparent transparent transparent #e14754; }
    #block-course .box .chart .lines .line.orange::after {
      border-color: transparent transparent transparent #b92132; }

}
/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  /***************************
      container
  ***************************/

  #block-course h3.title {
    font-size: 30px; }
  /* #block-course .outer:nth-child(1) .box:nth-child(1) .box-img {
    max-width: 956px; } */
  #block-course .outer:nth-child(1) .box .list .item {
    width: 260px;
    margin: 0 5px; }
  #block-course .box .unit .unit-head h4.title {
    font-size: 18px;
    min-height: 64px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
    padding-left: 44px; }
    #block-course .box .unit .unit-head h4.title::before {
      width: 29px;
      height: 29px;
      left: 10px; }
  #block-course .box .unit.pre-pink {
    border: 3px solid #eb6d9a; }
  #block-course .box .unit.pink {
    border: 3px solid #e366ba; }
  #block-course .box .unit.yellow {
    border: 3px solid #efb424; }
  #block-course .box .unit.green {
    border: 3px solid #3ec34f; }
  #block-course .box .unit.blue {
    border: 3px solid #2ca8ee; }
  #block-course .box .unit .unit-body .unit-txt {
    min-height: 200px;
    font-size: 14px;
    padding: 1em 1em; }
    
    #block-course .box .unit.pre-pink .unit-body .unit-txt {
      background-size: 80% auto;
    }
    #block-course .box .unit.pink .unit-body .unit-txt {
      background-size: 80% auto;
    }
    #block-course .box .unit.yellow .unit-body .unit-txt {
    background-size: 80% auto;
    }
    #block-course .box .unit.green .unit-body .unit-txt {
    background-size: 80% auto; }
    #block-course .box .unit.blue .unit-body .unit-txt {
    background-size: 80% auto;} 
    #block-course .box .chart .lines .line.orange, #block-course .box .chart .lines .line.yellow {
    font-size: 16px; } 
    #block-course .box .chart .lines .line.blue {
    font-size: 16px;
    width: 510px;
    margin-left: 400px; }
   #block-course .box .chart .lines .line.yellow {
    width: 1100px;
    margin-left: -120px; }
   #block-course .box .chart .lines .line.orange {
    width: 242px;
    margin-left: 530px; } 
    #block-course .box .chart .lines .line.orange::before {
      right: 221px; } 
}
/* 1400px〜：largest PC
------------------------------ */


/* 20250609 追記・改修 */

#block-course .pc, .pc-inline {
    display: none !important;
}
@media screen and (min-width: 960px) {
    #block-course .pc {
        display: inherit !important;
    }
}

@media screen and (min-width: 960px) {
    #block-course .sp, .sp-inline {
        display: none !important;
    }
}

#block-course .f_bold {
    font-family: "NotoSansCJKjp-Bold";
}


#block-course .unit-date {
    font-weight: 700;
}

#block-course .f_bold {
    font-family: "NotoSansCJKjp-Bold";
}