@charset "UTF-8";
/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/
/* 〜479px：SP portrait
------------------------------ */
/***************************
    container
***************************/
#title-bar {
  background-image: url(../img/h1_sp.png); }
  #title-bar h1 {
    width: 230px; }

#block-intro > .bg {
  background: url(../img/intro_bg_sp.png) left top no-repeat;
  background-size: 100%; }
#block-intro > .inner {
  padding: 20px 0 65px; }
#block-intro .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 34px 0 0; }
  #block-intro .box li {
    width: 48.529411764705884%;
    margin: 10px 0 0;
    line-height: 22px;
    font-size: 10px;
    text-align: center;
    background: #fff;
    border: 3px solid #000;
    box-sizing: border-box; }
    #block-intro .box li .title {
      padding: 13px 0;
      line-height: 13px;
      font-size: 13px;
      font-weight: bold; }
    #block-intro .box li .description {
      padding: 15px 0; }
    #block-intro .box li:nth-child(1) {
      margin: 0;
      border-color: #e5a33a; }
      #block-intro .box li:nth-child(1) .title {
        background: #f2d19c; }
    #block-intro .box li:nth-child(2) {
      margin: 0;
      border-color: #83d0e9; }
      #block-intro .box li:nth-child(2) .title {
        background: #c1e7f4; }
    #block-intro .box li:nth-child(3) {
      border-color: #fbe631; }
      #block-intro .box li:nth-child(3) .title {
        background: #fdf298; }
    #block-intro .box li:nth-child(4) {
      border-color: #e76b56; }
      #block-intro .box li:nth-child(4) .title {
        background: #f3b5aa; }
    #block-intro .box li:nth-child(5) {
      border-color: #955bd6; }
      #block-intro .box li:nth-child(5) .title {
        background: #caadea; }
    #block-intro .box li:nth-child(6) {
      border-color: #e261b0; }
      #block-intro .box li:nth-child(6) .title {
        background: #f0b0d7; }

#block-course > .bg {
  background: url("/robo/general/img/bg_green_box.jpg") left top repeat;
  background-size: 94px 162px; }
  #block-course > .bg:before {
    top: -37px;
    height: calc(100% + 37px);
    background: url(../img/course_bg_sp.png) no-repeat;
    background-size: 100%; }
  #block-course > .bg:after {
    content: '';
    position: absolute;
    top: auto;
    left: auto;
    right: 4.666666666666667%;
    bottom: 0;
    width: 158px;
    height: 88px;
    background: url(../img/course_deco.png) bottom no-repeat;
    background-size: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s; }
  #block-course > .bg.show:after {
    opacity: 1;
    transform: translateY(0); }
  #block-course > .inner {
    padding: 38px 0 100px; }

    /* 20220927 コース追加 */
  #block-course .course-list {
    max-width: 950px;
    margin: 35px auto 0;
  }
  #block-course .course-list > li{
    margin-bottom: 40px;
  }
  #block-course .course-title {
    color: #fff;
    font-size: 35px;
    font-family: "NotoSansCJKjp-Black";
    line-height: 1.5;
  }
  #block-course .course-table {
    background: #fff;
    border: 6px solid #EB6D9A;
    width: 100%;
  }
  #block-course .course-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #block-course .course-item > img {
    width: 70%;
    margin-top: 10px;
  }
  #block-course .course-table thead th {
    background: #EB6D9A;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 10px 12px;
    text-align: center;
    position: relative;
  }
  #block-course .course-icon {
    width: 38px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #block-course .course-table tbody th {
    background: #FFECF3;
    padding: 15px;
    font-weight: bold;
    width: 30%;
  }
  #block-course .course-table tbody th {
    border-top: 1px solid #EB6D9A;
    padding: 15px;
    vertical-align:middle
  }

  #block-course .course-table tbody td {
    border-top: 1px solid #EB6D9A;
    line-height: 1.6;
    font-weight: 700;
    padding: 15px;
    width: 70%;
    vertical-align:middle
  }
  #block-course .course02 .course-table {
    border: 6px solid #E366BA;
  }
  #block-course .course02 .course-table thead th {
    background: #E366BA;
  }
  #block-course .course02 .course-table tbody th {
    background: #FAE2F1;
  }
  #block-course .course02 .course-table tbody th,
  #block-course .course02 .course-table tbody td {
    border-top: 1px solid #E366BA;
  }

  #block-course .course03 .course-table {
    border: 6px solid #F29700;
  }
  #block-course .course03 .course-table thead th {
    background: #F29700;
  }
  #block-course .course03 .course-table tbody th {
    background: #FDEBCA;
  }
  #block-course .course03 .course-table tbody th,
  #block-course .course03 .course-table tbody td {
    border-top: 1px solid #F29700;
  }

  #block-course .course04 .course-table {
    border: 6px solid #3FC34F;
  }
  #block-course .course04 .course-table thead th {
    background: #3FC34F;
  }
  #block-course .course04 .course-table tbody th {
    background: #DBFCDF;
  }
  #block-course .course04 .course-table tbody th,
  #block-course .course04 .course-table tbody td {
    border-top: 1px solid #3FC34F;
  }

  #block-course .course05 .course-table {
    border: 6px solid #2CA8EE;
  }
  #block-course .course05 .course-table thead th {
    background: #2CA8EE;
  }
  #block-course .course05 .course-table tbody th {
    background: #D0E9FC;
  }
  #block-course .course05 .course-table tbody th,
  #block-course .course05 .course-table tbody td {
    border-top: 1px solid #2CA8EE;
  }

    /* 20220927 コース追加ここまで */

#block-course .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 35px 0 0; }
  #block-course .box li {
    width: 100%; }
    #block-course .box li + li {
      margin: 25px 0 0; }
    #block-course .box li .title {
      line-height: 36px;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      color: #fff; }
    #block-course .box li table {
      width: 100%;
      line-height: 22px;
      font-size: 11px;
      font-weight: bold;
      border-left: 3px solid #000;
      border-right: 3px solid #000;
      box-sizing: border-box;
      background: #fff; }
      #block-course .box li table tbody tr + tr {
        border-top: 1px solid #cecece; }
      #block-course .box li table tbody tr th {
        padding: 14px 0;
        width: 28.74251497005988%;
        font-weight: bold;
        text-align: center;
        vertical-align: middle; }
      #block-course .box li table tbody tr td {
        padding: 14px 10px;
        width: 71.40718562874252%; }
    #block-course .box li .photo {
      border-left: 3px solid #000;
      border-right: 3px solid #000;
      border-bottom: 3px solid #000; }
    #block-course .box li:nth-child(1) .title {
      background: #e366ba; }
    #block-course .box li:nth-child(1) table {
      border-color: #e366ba; }
      #block-course .box li:nth-child(1) table th {
        background: #fae2f2; }
    #block-course .box li:nth-child(1) .photo {
      border-color: #e366ba; }
    #block-course .box li:nth-child(2) .title {
      background: #f39800; }
    #block-course .box li:nth-child(2) table {
      border-color: #f39800; }
      #block-course .box li:nth-child(2) table th {
        background: #fdebca; }
    #block-course .box li:nth-child(2) .photo {
      border-color: #f39800; }
    #block-course .box li:nth-child(3) .title {
      background: #3ec34f; }
    #block-course .box li:nth-child(3) table {
      border-color: #3ec34f; }
      #block-course .box li:nth-child(3) table th {
        background: #dbfcdf; }
    #block-course .box li:nth-child(3) .photo {
      border-color: #3ec34f; }
    #block-course .box li:nth-child(4) .title {
      background: #2ca8ee; }
    #block-course .box li:nth-child(4) table {
      border-color: #2ca8ee; }
      #block-course .box li:nth-child(4) table th {
        background: #d0e9fc; }
    #block-course .box li:nth-child(4) .photo {
      border-color: #2ca8ee; }

#block-flow > .bg:before {
  background: url(../img/flow_bg_sp.png) left top no-repeat;
  background-size: 100%; }
#block-flow > .inner {
  padding: 36px 0 65px; }
#block-flow h3 {
  margin: 30px 0 20px; }
#block-flow .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #block-flow .box li {
    width: 100%; }
    #block-flow .box li .title {
      line-height: 36px;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      color: #fff; }
    #block-flow .box li .description {
      padding: 16px 0;
      font-size: 12px;
      text-align: center;
      border: 3px solid #000;
      border-top: none; }
    #block-flow .box li:nth-child(1) .title {
      background: #217fc4; }
    #block-flow .box li:nth-child(1) .description {
      border-color: #217fc4; }
    #block-flow .box li:nth-child(2) {
      margin: 60px 0 0; }
      #block-flow .box li:nth-child(2) .title {
        position: relative;
        background: #feb700; }
        #block-flow .box li:nth-child(2) .title:before {
          content: '変化をつくる力';
          position: absolute;
          left: 50%;
          top: -35px;
          transform: translateX(-50%);
          width: 123.5px;
          height: 41px;
          padding: 6px 0 0;
          line-height: 12px;
          font-size: 12px;
          box-sizing: border-box;
          background: url(../img/flow_arrow.png) left top no-repeat;
          background-size: 100% 100%; }
      #block-flow .box li:nth-child(2) .description {
        border-color: #feb700; }

#block-understanding > .bg {
  background: url("/robo/general/img/bg_cream_box.jpg") left top repeat;
  background-size: 94px 162px; }
  #block-understanding > .bg:before {
    top: -55px;
    height: calc(100% + 55px);
    background: url(../img/understanding_bg_sp.png) left top no-repeat;
    background-size: 100%; }
#block-understanding > .inner {
  padding: 36px 0 65px; }
#block-understanding .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #block-understanding .box li {
    width: 100%;
    margin: 30px 0 0;
    text-align: center; }
    #block-understanding .box li .title {
      font-size: 15px;
      font-weight: bolder;
      color: #11a523; }
      #block-understanding .box li .title span {
        background: linear-gradient(transparent 70%, #fed545 70%); }
    #block-understanding .box li .description {
      margin: 14px 0 0;
      font-size: 12px; }

#block-kit > .bg {
  background: url("/robo/general/img/bg_green_box.jpg") left top repeat;
  background-size: 94px 162px; }
  #block-kit > .bg:before {
    top: -88px;
    height: calc(100% + 88px);
    background: url(../img/kit_bg_sp.png) left top no-repeat;
    background-size: 100%; }
#block-kit > .inner {
  padding: 36px 0 65px; }
#block-kit .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 35px 0 0; }
  #block-kit .box li {
    width: 100%;
    text-align: center;
    background: #fff; }
    #block-kit .box li + li {
      margin-top: 25px; }
    #block-kit .box li .title {
      line-height: 36px;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      color: #fff; }
    #block-kit .box li .description {
      padding: 16px 0;
      font-size: 12px;
      text-align: center;
      border: 3px solid #000;
      border-top: none; }
    #block-kit .box li:nth-child(1) .title {
      background: #217fc4; }
    #block-kit .box li:nth-child(1) .description {
      border-color: #217fc4; }
    #block-kit .box li:nth-child(2) .title {
      background: #3ec34f; }
    #block-kit .box li:nth-child(2) .description {
      border-color: #3ec34f; }
    #block-kit .box li:nth-child(3) .title {
      background: #2ca8ee; }
    #block-kit .box li:nth-child(3) .description {
      border-color: #2ca8ee; }

#block-enjoy > .bg {
  background: #f9f8f0; }
  #block-enjoy > .bg:before {
    top: -55px;
    height: calc(100% + 55px);
    background: url(../img/enjoy_bg_sp.png) left top no-repeat;
    background-size: 100%; }
#block-enjoy > .inner {
  padding: 36px 0 65px; }

#block-cost > .bg {
  background: url("/robo/general/img/bg_gray_box.jpg") left top repeat;
  background-size: 94px 162px; }
  #block-cost > .bg:before {
    top: -35px;
    height: calc(100% + 35px);
    background: url(../img/cost_bg_sp.png) left top no-repeat;
    background-size: 100%; }
#block-cost > .inner {
  padding: 36px 0 30px; }
#block-cost .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #block-cost .box li {
    width: 100%; }
    #block-cost .box li table {
      width: 100%;
      margin: 0 0 30px;
      background: #fff;
      border-collapse: collapse; }
      #block-cost .box li table th, #block-cost .box li table td {
        line-height: 18px;
        box-sizing: border-box;
        border: 1px solid #cecece; }
      #block-cost .box li table th {
        width: 28.676470588235293%;
        padding: 12px 0;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        background: #fdebca; }
      #block-cost .box li table td {
        width: 71.32352941176471%;
        padding: 12px 10px;
        font-size: 12px; }
        #block-cost .box li table td span {
          display: block;
          margin-left: 1em;
          text-indent: -1em;
          font-size: 10px; }

/* 480px〜599px：SP landscape
------------------------------ */
@media screen and (min-width: 414px) {
  /***************************
      container
  ***************************/ }
/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
  /***************************
      container
  ***************************/ }
/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {
  /***************************
      container
  ***************************/
  #title-bar {
    background-image: url(../img/h1_pc.png); }
    #title-bar h1 {
      width: auto; }

  #block-intro > .bg {
    background: url(../img/intro_bg_pc.png) left top no-repeat;
    background-size: 100%; }
  #block-intro > .inner {
    padding: 44px 0 120px; }
  #block-intro .box {
    width: 950px;
    margin: 56px auto 0; }
    #block-intro .box li {
      width: 303px;
      margin: 20px 0 0;
      line-height: 30px;
      font-size: 16px;
      border: 4px solid #000; }
      #block-intro .box li .title {
        line-height: 22px;
        font-size: 22px; }
      #block-intro .box li .description {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 166px;
        padding: 0; }
      #block-intro .box li:nth-child(3) {
        margin: 0; }

  #block-course > .bg {
    background-size: 188px 324px; }
    #block-course > .bg:before {
      top: -140px;
      height: calc(100% + 140px);
      background: url(../img/course_bg_pc.png) left top no-repeat;
      background-size: 100%; }
    #block-course > .bg:after {
      content: none; }
  #block-course > .inner {
    padding: 100px 0 120px; }

    /* 20220927 コース追加 */
  #block-course .course-list > li{
    margin-bottom: 80px;
  }
  #block-course .course-title {
    font-size: 60px;
}
  #block-course .course-table {
    width: 67.3%;
  }
  #block-course .course-item {
    flex-direction: row;
  }
  #block-course .course-item > img {
    width: 32.7%;
    margin: 0;
  }
  #block-course .course-table thead th {
    font-size: 22px;
    padding: 12px 16px 16px;
  }
  #block-course .course-icon {
    width: 52px;
  }
  #block-course .course-table tbody th {
    background: #FFECF3;
    padding: 15px;
    font-weight: 700;
    width: 30%;
  }
  #block-course .course-table tbody td {
    font-size: 15px;
  }
    /* 20220927 コース追加ここまで */

  #block-course .box {
    width: 950px;
    margin: 50px auto 0; }
    #block-course .box li {
      position: relative;
      width: 465px; }
      #block-course .box li + li {
        margin: 0; }
      #block-course .box li:nth-child(odd) {
        margin: 20px 0 0; }
      #block-course .box li:nth-child(even) {
        margin: 20px 0 0 20px; }
      #block-course .box li .title {
        line-height: 54px;
        font-size: 22px; }
      #block-course .box li table {
        line-height: 30px;
        font-size: 15px;
        border-left: 4px solid #000;
        border-right: 4px solid #000; }
        #block-course .box li table tbody tr + tr {
          border-top: 2px solid #cecece; }
        #block-course .box li table tbody tr th {
          padding: 20px 0; }
        #block-course .box li table tbody tr td {
          padding: 20px; }
      #block-course .box li .photo {
        border-left: 4px solid #000;
        border-right: 4px solid #000;
        border-bottom: 4px solid #000; }
      #block-course .box li:before {
        position: absolute;
        top: -4px;
        line-height: 56px;
        font-size: 56px;
        font-family: "NotoSansCJKjp-Black";
        color: #fff;
        transform: rotate(90deg);
        transform-origin: 0 0; }
      #block-course .box li:nth-child(1):before {
        content: 'PRIMARY';
        left: -10px; }
      #block-course .box li:nth-child(2):before {
        content: 'BASIC';
        left: calc(100% + 56px + 10px); }
      #block-course .box li:nth-child(3):before {
        content: 'MIDDLE';
        left: -10px; }
      #block-course .box li:nth-child(4):before {
        content: 'ADVANCE';
        left: calc(100% + 56px + 10px);
        top: 0; }

  #block-flow > .bg:before {
    top: -113px;
    height: calc(100% + 113px);
    background: url(../img/flow_bg_pc.png) left top no-repeat;
    background-size: 100%; }
  #block-flow > .inner {
    padding: 100px 0 120px; }
  #block-flow h3 {
    margin: 70px 0 85px; }
  #block-flow .box {
    width: 950px;
    margin: 0 auto; }
    #block-flow .box li {
      width: 465px; }
      #block-flow .box li .title {
        line-height: 54px;
        font-size: 22px; }
      #block-flow .box li .description {
        padding: 28px 0;
        font-size: 16px;
        border: 4px solid #000; }
      #block-flow .box li:nth-child(2) {
        margin: 0; }
        #block-flow .box li:nth-child(2) .title:before {
          top: -46px;
          width: 175px;
          height: 58px;
          padding: 9px 0 0;
          line-height: 18px;
          font-size: 18px; }

  #block-understanding > .bg {
    background-size: 188px 324px; }
    #block-understanding > .bg:before {
      top: -90px;
      height: calc(100% + 90px);
      background: url(../img/understanding_bg_pc.png) left top no-repeat;
      background-size: 100%; }
  #block-understanding > .inner {
    padding: 100px 0 120px; }
  #block-understanding .box {
    width: 950px;
    margin: 0 auto; }
    #block-understanding .box li {
      width: 465px;
      margin: 60px 0 0; }
      #block-understanding .box li .title {
        font-size: 22px; }
      #block-understanding .box li .description {
        margin: 20px 0 0;
        font-size: 16px; }

  #block-kit > .bg {
    background-size: 188px 324px; }
    #block-kit > .bg:before {
      top: -280px;
      height: calc(100% + 280px);
      background: url(../img/kit_bg_pc.png) left top no-repeat;
      background-size: 100%; }
  #block-kit > .inner {
    padding: 100px 0 120px; }
  #block-kit .box {
    width: 950px;
    margin: 75px auto 0; }
    #block-kit .box li {
      width: 303px; }
      #block-kit .box li + li {
        margin: 0; }
      #block-kit .box li .title {
        line-height: 54px;
        font-size: 22px; }
      #block-kit .box li .description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: calc(100% - 118px);
        padding: 28px 0;
        font-size: 16px;
        border: 4px solid #000; }

  #block-enjoy > .bg:before {
    top: -180px;
    height: calc(100% + 180px);
    background: url(../img/enjoy_bg_pc.png) left top no-repeat;
    background-size: 100%; }
  #block-enjoy > .inner {
    padding: 100px 0 120px; }

  #block-cost > .bg {
    background-size: 188px 324px; }
    #block-cost > .bg:before {
      top: -130px;
      height: calc(100% + 130px);
      background: url(../img/cost_bg_pc.png) left top no-repeat;
      background-size: 100%; }
  #block-cost > .inner {
    padding: 100px 0 120px; }
  #block-cost .box {
    width: 950px;
    margin: 0 auto; }
    #block-cost .box li {
      width: 465px; }
      #block-cost .box li table {
        margin: 0; }
        #block-cost .box li table th, #block-cost .box li table td {
          line-height: 22px;
          border: 2px solid #cecece; }
        #block-cost .box li table th {
          width: 144px;
          padding: 20px 0;
          font-size: 16px; }
        #block-cost .box li table td {
          width: 321px;
          padding: 20px;
          font-size: 16px; }
          #block-cost .box li table td span {
            margin-top: 5px;
            line-height: 18px;
            font-size: 12px; } }
/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  /***************************
      container
  ***************************/ }
/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {
  /***************************
      container
  ***************************/ }

/*# sourceMappingURL=index.css.map */



/* ---------20231031追加---------- */
@media (max-width: 960px) {
	#header .menu-wrapper .lang {
    margin-top: 58px;
}

}
