@charset "UTF-8";
/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/
html,
body {
  line-height: 2em;
  letter-spacing: 0.02em; }

.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%; }

.banner {
  width: 224px;
  text-align: center;
  margin: 0 auto; }
  .banner.a_wide {
    width: 83.46666666666667%;
    max-width: 313px; }
  .banner .btn {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 0;
    background-color: #f39800;
    transition: all 0.2s ease; }
    .banner .btn:hover {
      background-color: #d07900; }
  .banner.green .btn {
    color: #fff;
    background-color: #f39800; }
    .banner.green .btn:hover {
      background-color: #d07900; }
  .banner.white .btn {
    color: #f39800;
    background-color: #fff; }
  .banner.robopro .btn {
    color: #005fa3;
    background-color: #fff; }
    .banner.white .btn:hover {
      background-color: #eee; }
  .banner .btn.a_arrow_right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    margin-top: 1px; }
  .banner.green .btn.a_arrow_right::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }
  .banner.white .btn.a_arrow_right::after {
    border-top: 2px solid #f39800;
    border-right: 2px solid #f39800; }
  .banner.robopro .btn.a_arrow_right::after {
    border-top: 2px solid #005fa3;
    border-right: 2px solid #005fa3; }

/* 〜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; }

#block-mainvisual {
  z-index: 0; }
  #block-mainvisual:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: height 0.6s ease, top 0.6s ease; }
  #block-mainvisual.loaded:before {
    top: 100%;
    height: 0; }
  #block-mainvisual.loaded .blk-head {
    opacity: 1; }
  #block-mainvisual.loaded .scroller .item {
    animation: jump ease-in-out 1.2s forwards;
    animation-delay: 0.6s;
    animation-iteration-count: 1; }
  #block-mainvisual.loaded .badge {
    opacity: 1; }
  #block-mainvisual > .inner {
    padding: 0;
    background: #ccc; }
  #block-mainvisual .blk-head {
    opacity: 0;
    transition: opacity 0.4s linear 0.4s; }
/*
  #block-mainvisual .badge {
    position: absolute;
    top: 22px;
    right: 13px;
    max-width: 119px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease 1.0s; }
*/
#block-mainvisual .badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease 1.0s; }

  #block-mainvisual .slider {
    position: relative; }
  #block-mainvisual .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14); }
    #block-mainvisual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #f39800; }
  #block-mainvisual .scroller {
    position: relative;
    width: 100%; }
    #block-mainvisual .scroller .front {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2; }
    #block-mainvisual .scroller .item {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(300px);
      z-index: 1;
      background: url("../img/mainvisual_layer_scroll_sp.png") center left repeat-x;
      background-size: cover;
      background-position-x: 0px; }

@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-about {
  z-index: 1;
  background: #fff; }
  #block-about > .bg {
    background: url("../img/about_bg_sp.png") top center no-repeat;
    background-size: contain; }
  #block-about > .inner {
    padding: 30px 0 40px; }
  #block-about h2.title {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1.3em; }
    #block-about h2.title > span {
      display: block;
      font-size: 10px;
      line-height: 1.6em;
      letter-spacing: 0em;
      margin-top: 0.6em;
      color: #f39800; }
  #block-about .box-txt {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center; }
    #block-about .box-txt > p {
      margin-top: 1.8em; }
  #block-about .accr {
    width: 140px;
    margin: 1.8em auto 0; }

#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-topics > .inner {
  padding: 0 0 40px; }
#block-topics .slider {
  margin-top: 10px; }
  #block-topics .slider .slide {
    margin: 0 4px; }
#block-topics .swiper-button-prev,
#block-topics .swiper-button-next {
  display: none; }

#block-appeal {
  width: 100%;
  overflow: hidden; }
  #block-appeal > .bg {
    background: url("/robo/general/img/bg_green_box.jpg") left top repeat;
    background-size: 94px 162px; }
    #block-appeal > .bg:before {
      background: url("../img/appeal_bg_sp.png") center top no-repeat;
      background-size: cover; }
  #block-appeal > .inner {
    width: 100%;
    padding: 55px 0 75px; }
  #block-appeal h2.title {
    font-size: 24px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 30px; }
  #block-appeal .blk-body > .inner {
    flex-wrap: wrap; }
  #block-appeal .blk-body .box:not(:first-child) {
    margin-top: 24px; }
  #block-appeal .blk-body .box .box-ttl {
    font-size: 21px;
    line-height: 1.7em;
    letter-spacing: 0em;
    color: #fff;
    padding-left: 10px; }
    #block-appeal .blk-body .box .box-ttl > span {
      font-size: 13px; }
      #block-appeal .blk-body .box .box-ttl > span.num {
        font-size: 180%; }
  #block-appeal .blk-body .box .box-img {
    max-width: 336px;
    padding: 0 10px; }
  #block-appeal .blk-body .box .box-txt {
    color: #fff;
    padding: 0 10px; }
  #block-appeal .blk-body .box_01 {
    width: 100%; }
    #block-appeal .blk-body .box_01 .box-txt > p:nth-child(2) {
      font-size: 10px;
      line-height: 1.6; }
  #block-appeal .blk-body .box_02 {
    width: 50%; }
    #block-appeal .blk-body .box_02 .box-txt {
      font-size: 88%;
      line-height: 1.8; }
  #block-appeal .blk-body .box_03 {
    width: 50%; }
    #block-appeal .blk-body .box_03 .box-txt {
      font-size: 88%;
      line-height: 1.8; }
  #block-appeal .blk-body .box_04 {
    width: 100%; }
    #block-appeal .blk-body .box_04 .box-ttl {
      margin-bottom: 10px; }
    #block-appeal .blk-body .box_04 .box-txt {
      font-size: 88%;
      line-height: 1.8;
      padding-right: 0; }
  #block-appeal .objects {
    width: 0;
    height: 0; }
    #block-appeal .objects .obj {
      position: absolute;
      pointer-events: none; }
      #block-appeal .objects .obj:nth-child(1) {
        max-width: 160px;
        top: 12px;
        left: -116px; }
      #block-appeal .objects .obj:nth-child(2) {
        max-width: 103px;
        top: 30px;
        right: -45px; }
      #block-appeal .objects .obj:nth-child(3) {
        max-width: 160px;
        bottom: 400px;
        right: -105px; }
      #block-appeal .objects .obj:nth-child(4) {
        max-width: 238px;
        bottom: -34px;
        right: -26px; }

#block-advisor h2.title {
  letter-spacing: 0.025em;
  margin-bottom: 1em; }
#block-advisor h3.title {
  width: 90.65%;
  margin: 0 auto; }
#block-advisor .box .box-txt,
#block-advisor .box .box-img {
  width: 90.65%;
  margin: 0 auto; }
#block-advisor h3.title {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0em;
  text-align: center;
  color: #f39800;
  margin-top: 1.8em; }
#block-advisor .box .box-txt p {
  margin-top: 1.8em; }
#block-advisor .tggl {
  text-align: right; }
  #block-advisor .tggl .tggl-trigger {
    width: 200px; }
  #block-advisor .tggl .tggl-target {
    text-align: left; }
#block-advisor .profile {
  padding-top: 1.8em; }
  #block-advisor .profile h4.title {
    font-size: 14.5px; }
  #block-advisor .profile .box-txt > p:not(:nth-of-type(1)) {
    margin-top: 1.8em; }
#block-advisor .slider {
  margin-top: 25px; }
#block-advisor .swiper-wrapper {
  transition-timing-function: linear; }
#block-advisor .box .box-foot {
  margin-top: 50px; }

#block-course > .inner {
  background-color: #f9f8f0; }
#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:nth-child(2) {
  padding: 35px 0 0; }
  #block-course .box:nth-child(2) .box-head {
    text-align: center;
    color: #f39800;
    font-size: 18px; }
  #block-course .box:nth-child(2) .box-body {
    position: relative;
    width: 90.65%;
    max-width: 340px;
    margin: 2.4em auto 50px; }
  #block-course .box:nth-child(2) .unit {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  
  @media screen and (max-width: 960px) {
    #block-course .box:nth-child(2) .unit .unit-icon{
     width: 3.5em;
     height: auto;
     margin-left: 15px;
    }
  }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    #block-course .box:nth-child(2) .unit .unit-icon{
      width: 50px;
      height: auto;
      position: absolute;
      right: -20px;
      top: -35px;
    }
  }
  @media screen and (min-width: 1281px) {
    #block-course .box:nth-child(2) .unit .unit-icon{
      width: 64px;
      height: auto;
      position: absolute;
      right: -10px;
      top: -25px;
    }
  }
  #block-course .box:nth-child(2) .list .item:not(:first-child) {
    margin-top: 8px; }
    
  #block-course .box:nth-child(2) .unit.pre-pink {
    border: 5px solid #EB6D9A; }
  #block-course .box:nth-child(2) .unit.pink {
    border: 5px solid #e366ba; }
  #block-course .box:nth-child(2) .unit.yellow {
    border: 5px solid #efb424; }
  #block-course .box:nth-child(2) .unit.green {
    border: 5px solid #3ec34f; }
  #block-course .box:nth-child(2) .unit.blue {
    border: 5px solid #2ca8ee; }
    
    
  #block-course .box:nth-child(2) .unit.pre-pink .unit-head {
    background-color: #FFECF3; }
  #block-course .box:nth-child(2) .unit.pink .unit-head {
    background-color: #fae2f2; }
  #block-course .box:nth-child(2) .unit.yellow .unit-head {
    background-color: #fdebca; }
  #block-course .box:nth-child(2) .unit.green .unit-head {
    background-color: #dbfcdf; }
  #block-course .box:nth-child(2) .unit.blue .unit-head {
    background-color: #d0e9fc; }
  #block-course .box:nth-child(2) .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; }
    #block-course .box:nth-child(2) .unit .unit-head h4.title::before {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 4px;
      transform: translateY(-50%); }
    #block-course .box:nth-child(2) .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:nth-child(2) .unit.pink .unit-head h4.title::before {
    background: url("../img/course_icon_pink.png") center center no-repeat;
    background-size: contain; }
  #block-course .box:nth-child(2) .unit.yellow .unit-head h4.title::before {
    background: url("../img/course_icon_yellow.png") center center no-repeat;
    background-size: contain; }
  #block-course .box:nth-child(2) .unit.green .unit-head h4.title::before {
    background: url("../img/course_icon_green.png") center center no-repeat;
    background-size: contain; }
  #block-course .box:nth-child(2) .unit.blue .unit-head h4.title::before {
    background: url("../img/course_icon_blue.png") center center no-repeat;
    background-size: contain; }
  #block-course .box:nth-child(2) .unit .unit-body {
    background-color: #fff; }
    #block-course .box:nth-child(2) .unit .unit-body .unit-img {
      width: 33%; }
    #block-course .box:nth-child(2) .unit .unit-body .unit-txt {
      padding: 0.8em 22% 12% 1.2em;
      font-size: 0.9rem;
      line-height: 1.5em;
      flex: 1; }
  #block-course .box:nth-child(2) .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:nth-child(2) .unit.pink .unit-body .unit-txt {
    background: url("../img/course_bg_pink.png") left bottom no-repeat;
    background-size: 70% auto;
  }
  #block-course .box:nth-child(2) .unit.yellow .unit-body .unit-txt {
    background: url("../img/course_bg_yellow.png") left bottom no-repeat;
    background-size: 70% auto;
  }
  #block-course .box:nth-child(2) .unit.green .unit-body .unit-txt {
    background: url("../img/course_bg_green.png") left bottom no-repeat;
    background-size: 70% auto;
  }
  #block-course .box:nth-child(2) .unit.blue .unit-body .unit-txt {
    background: url("../img/course_bg_blue.png") left bottom no-repeat;
    background-size: 70% auto;
  }
  #block-course .box:nth-child(2) .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:nth-child(2) .chart .lines .line {
      position: relative;
      margin-top: auto;
      margin-right: 5px;
      font-size: 0.9rem;
      letter-spacing: 0.03em; }
      #block-course .box:nth-child(2) .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:nth-child(2) .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:nth-child(2) .chart .lines .line.orange {
        background-color: #b92132;
        float: right;
        height: 18%;
        z-index: 1; }
        #block-course .box:nth-child(2) .chart .lines .line.orange::before {
          border-color: #e14754 transparent transparent transparent; }
        #block-course .box:nth-child(2) .chart .lines .line.orange::after {
          border-color: #b92132 transparent transparent transparent; }
      #block-course .box:nth-child(2) .chart .lines .line.yellow {
        background-color: #e14754;
        height: 98%;
        margin-top: auto; }
        #block-course .box:nth-child(2) .chart .lines .line.yellow::before {
          content: none; }
      #block-course .box:nth-child(2) .chart .lines .line.blue {
        background-color: #2ca8ee;
        height: 37%; }
        #block-course .box:nth-child(2) .chart .lines .line.blue::after {
          border-color: #2ca7ee transparent transparent transparent; }
        #block-course .box:nth-child(2) .chart .lines .line.blue::before {
          content: none; }

#block-classroom h2 {
  margin: 0 0 30px; }
#block-classroom .swiper-wrapper {
  transition-timing-function: linear; }
#block-classroom .blk-body {
  margin-bottom: 33px; }

#block-robot-ranking > .bg {
  background: url("/robo/general/img/bg_cream_box.jpg") left top repeat;
  background-size: 103.5px 178.5px; }
  #block-robot-ranking > .bg:before {
    background: url("../img/robot_ranking_bg_sp.png") center top no-repeat;
    background-size: 100%; }
#block-robot-ranking > .inner {
  padding-bottom: 20px;
  overflow: hidden; }
#block-robot-ranking .lead {
  width: 83%;
  margin-top: 23px; }
#block-robot-ranking .blk-body > .inner {
  max-width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  height: 150px;
  padding: 35px 0 0;
  box-sizing: border-box;
  background: url("../img/robot_ranking_silhouette_sp.png") center center no-repeat;
  background-size: auto 100%; }
#block-robot-ranking .blk-body .objects {
  width: 0;
  height: 0; }
  #block-robot-ranking .blk-body .objects .obj {
    position: absolute;
    z-index: 1; }
    #block-robot-ranking .blk-body .objects .obj:nth-child(1) {
      width: 27.4%;
      max-width: 103px;
      top: 55px;
      left: -55px; }
    #block-robot-ranking .blk-body .objects .obj:nth-child(2) {
      width: 28.6%;
      max-width: 107.5px;
      top: 28px;
      right: -52px; }
    #block-robot-ranking .blk-body .objects .obj:nth-child(3) {
      width: 4%;
      max-width: 15.5px;
      top: 520px;
      right: 12px; }
    #block-robot-ranking .blk-body .objects .obj:nth-child(4) {
      width: 27.4%;
      top: 660px;
      right: -57px; }
    #block-robot-ranking .blk-body .objects .obj:nth-child(5) {
      width: 28.6%;
      bottom: 16px;
      left: -28px; }

#block-professor-course > .bg {
  background: url("../img/professor_course_bg_sp.jpg") center center no-repeat;
  background-size: cover; }
#block-professor-course h2.title {
  color: #fff;
  font-size: 24px;
  line-height: 1.3em; }
  #block-professor-course h2.title > span {
    font-size: 18px;
    line-height: 2.2em;
    letter-spacing: 0em;
    color: #fff; }
#block-professor-course .blk-head .lead {
  color: #fff; }
#block-professor-course .blk-body .box-img {
  margin-bottom: 50px; }

#block-q-and-a > .inner {
  background-color: #f9f8f0; }
#block-q-and-a .blk-head h2.title {
  letter-spacing: 0.35em; }
  #block-q-and-a .blk-head h2.title > span {
    line-height: 2.2em;
    letter-spacing: 0.025em; }
#block-q-and-a .blk-head .lead {
  text-align: center;
  margin-bottom: 3.2em; }

#block-events > .bg {
  background: url("../img/bg_green_tri_sp.jpg") center center no-repeat;
  background-size: cover; }
#block-events .blk-head h2.title {
  color: #fff; }
  #block-events .blk-head h2.title > span {
    line-height: 2.2em;
    letter-spacing: 0.025em;
    color: #fff; }
#block-events .blk-head .lead {
  text-align: center;
  color: #fff; }
#block-events .blk-body .box-img {
  margin-bottom: 50px; }

#block-franchise > .bg {
  background-image: url("/robo/general/img/bg_gray_box.jpg");
  background-position: left top;
  background-repeat: repeat;
  background-size: 103.5px 178.5px; }
#block-franchise h2.title {
  margin: 0 0 30px;
  font-size: 24px; }
#block-franchise .lead {
  margin-bottom: 3em; }
#block-franchise .banners .banner:not(:first-child) {
  margin-top: 10px; }

#block-search > .inner {
  background-color: #f1f0e3; }
#block-search h2.title {
  margin: 0 0 30px;
  font-size: 24px; }
#block-search .lead {
  text-align: center;
  margin-bottom: 3em; }

#block-notification h2.title {
  margin: 0 0 30px;
  font-size: 24px; }
#block-notification .box {
  width: 90.65%;
  max-width: 950px;
  margin: 25px auto 20px;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
#block-notification .list .item:not(:first-child) {
  margin-top: 1em; }
#block-notification .list .item .date {
  color: #787878;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.015em; }
#block-notification .list .item .link {
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 0em; }
  #block-notification .list .item .link > a {
    text-decoration: none;
    color: #333; }
    #block-notification .list .item .link > a:hover {
      text-decoration: underline; }
#block-notification .list .item .new {
  color: #eb3b4b;
  padding-left: 0.5em; }

/* 480px〜599px：SP landscape
------------------------------ */
@media screen and (min-width: 414px) {
  /***************************
      container
  ***************************/
  #course .box:nth-child(2) .unit .unit-body .unit-txt {
    font-size: 13px; }

  #block-robot-ranking .blk-body > .inner {
    max-width: 100%;
    height: 252px;
    padding: 70px 0 0;
    background: url("../img/robot_ranking_silhouette_pc.png") center center no-repeat; } }
/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
  /***************************
      container
  ***************************/
  #block-topics .slider {
    margin: 10px auto 0; }

  #block-appeal > .inner {
    max-width: 600px;
    margin: 0 auto; } }
/* 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; }

  .banner {
    width: 358px;
    font-size: 20px; }
    .banner.a_wide {
      width: 418px;
      max-width: none; }
    .banner .btn.a_arrow_right::after, .banner.green .btn.a_arrow_right::after {
      width: 10px;
      height: 10px;
      right: 15px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff; }
    .banner.white .btn.a_arrow_right::after {
      width: 10px;
      height: 10px;
      right: 15px;
      border-top: 3px solid #f39800;
      border-right: 3px solid #f39800; }
    .banner.robopro .btn.a_arrow_right::after {
      width: 10px;
      height: 10px;
      right: 15px;
      border-top: 3px solid #005fa3;
      border-right: 3px solid #005fa3; }

  /***************************
      container
  ***************************/
  #block-mainvisual.loaded .scroller .item {
    animation: jump-pc ease-in-out 1.0s forwards;
    animation-delay: 0.6s;
    animation-iteration-count: 1; }
  #block-mainvisual .blk-body {
    pointer-events: none; }
  #block-mainvisual .slider .dots > li {
    cursor: pointer; }
  #block-mainvisual .scroller .item {
    top: -63px;
    background: url("../img/mainvisual_layer_scroll_pc.png") center left repeat-x;
    background-size: cover;
    background-position-x: 0px; }

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

  #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-topics > .inner {
    padding: 0 0 80px; }
  #block-topics .blk-body .inner {
    width: 800px;
    margin: 0 auto; }
  #block-topics .slider {
    width: 100%;
    margin: 20px auto 0; }
  #block-topics .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.2s ease;
    backface-visibility: hidden; }
  #block-topics .swiper-slide-active,
  #block-topics .swiper-slide-prev,
  #block-topics .swiper-slide-next {
    opacity: 1; }
  #block-topics .swiper-button-prev,
  #block-topics .swiper-button-next {
    width: 26px;
    height: 50px;
    margin: 0;
    outline: none;
    transform: translateY(-50%); }
  #block-topics .swiper-button-prev,
  #block-topics .swiper-button-next {
    display: block; }
  #block-topics .swiper-button-prev {
    background: url("../img/topics_arrow_left.png") center center no-repeat;
    background-size: contain;
    left: -60px; }
  #block-topics .swiper-button-next {
    background: url("../img/topics_arrow_right.png") center center no-repeat;
    background-size: contain;
    right: -60px; }

  #block-appeal {
    margin-top: 80px; }
    #block-appeal > .bg {
      background-image: url("/robo/general/img/bg_green_box.jpg") left top repeat;
      background-size: 188px 324px; }
      #block-appeal > .bg:before {
        background: url("../img/appeal_bg_pc.png") center top no-repeat;
        background-size: cover; }
    #block-appeal > .inner {
      max-width: 750px;
      padding: 120px 0 130px; }
    #block-appeal h2.title {
      font-size: 48px;
      margin-top: 32px;
      margin-bottom: 70px; }
    #block-appeal .blk-body .box {
      box-sizing: border-box; }
      #block-appeal .blk-body .box:not(:first-child) {
        margin-top: 70px; }
      #block-appeal .blk-body .box .box-ttl {
        width: 100%;
        font-size: 28px;
        letter-spacing: 0.05em;
        margin: 0;
        margin-bottom: -10px;
        padding-left: 80px;
        box-sizing: border-box; }
      #block-appeal .blk-body .box .box-img {
        padding: 0; }
      #block-appeal .blk-body .box .left .box-img {
        margin-left: auto; }
      #block-appeal .blk-body .box .right .box-img {
        margin-right: auto; }
      #block-appeal .blk-body .box .box-txt {
        width: 100%;
        padding: 0; }
    #block-appeal .blk-body .box_01 {
      width: 100%; }
      #block-appeal .blk-body .box_01 .box-txt > p:nth-child(2) {
        font-size: 10px; }
    #block-appeal .blk-body .box_02 {
      width: 33%;
      padding-right: 10px; }
      #block-appeal .blk-body .box_02 .box-ttl {
        padding-left: 20px; }
      #block-appeal .blk-body .box_02 .box-txt {
        font-size: 94%;
        line-height: 2; }
    #block-appeal .blk-body .box_03 {
      width: 33%;
      padding: 0 5px; }
      #block-appeal .blk-body .box_03 .box-ttl {
        padding-left: 60px; }
      #block-appeal .blk-body .box_03 .box-txt {
        font-size: 94%;
        line-height: 2; }
    #block-appeal .blk-body .box_04 {
      width: 33%;
      padding-left: 10px; }
      #block-appeal .blk-body .box_04 .box-ttl {
        margin-bottom: 10px;
        padding-left: 50px; }
      #block-appeal .blk-body .box_04 .box-img {
        padding: 0 30px 10px; }
      #block-appeal .blk-body .box_04 .box-txt {
        font-size: 94%;
        line-height: 2; }
    #block-appeal .objects {
      width: 0;
      height: 0; }

  #block-adviser > .inner {
    padding: 40px 0 80px; }

  #block-advisor h3.title {
    width: 100%;
    font-size: 27px;
    letter-spacing: 0.03em;
    margin: 0; }
  #block-advisor .tggl {
    width: 394px;
    margin: 18px auto 0;
    text-align: center; }
    #block-advisor .tggl .tggl-trigger {
      width: 394px;
      font-size: 16px;
      padding: 0.2em 0;
      margin: 18px auto 0; }
  #block-advisor .outer:nth-child(1) {
    max-width: 1440px;
    margin: 0 auto; }
    #block-advisor .outer:nth-child(1) .box:nth-child(1) {
      width: 47%;
      max-width: 680px; }
      #block-advisor .outer:nth-child(1) .box:nth-child(1) .box-img {
        width: 100%; }
    #block-advisor .outer:nth-child(1) .box:nth-child(2) {
      width: 33%;
      min-width: 475px;
      padding-right: 20px;
      box-sizing: border-box; }
      #block-advisor .outer:nth-child(1) .box:nth-child(2) h3.title {
        text-align: left; }
      #block-advisor .outer:nth-child(1) .box:nth-child(2) .box-txt {
        width: 100%;
        margin: 0; }
  #block-advisor .outer:nth-child(2) {
    margin-top: 80px; }
    #block-advisor .outer:nth-child(2) .box .box-txt {
      text-align: center; }
  #block-advisor .box .box-foot {
    margin-top: 70px; }

  #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:nth-child(2) .box-body {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-bottom: 80px; }
  #block-course .outer:nth-child(1) .box:nth-child(2) .list {
    display: flex;
    justify-content: center; }
    #block-course .outer:nth-child(1) .box:nth-child(2) .list .item {
      width: 150px;
      margin: 0 10px; }
      #block-course .outer:nth-child(1) .box:nth-child(2) .list .item:first-child {
        margin-left: 0; }
      #block-course .outer:nth-child(1) .box:nth-child(2) .list .item:last-child {
        margin-right: 0; }
  #block-course .box:nth-child(2) {
    padding-top: 50px; }
    #block-course .box:nth-child(2) .unit.pre-pink {
      border: 3px solid #EB6D9A; }
    #block-course .box:nth-child(2) .unit.pink {
      border: 3px solid #e366ba; }
    #block-course .box:nth-child(2) .unit.yellow {
      border: 3px solid #efb424; }
    #block-course .box:nth-child(2) .unit.green {
      border: 3px solid #3ec34f; }
    #block-course .box:nth-child(2) .unit.blue {
      border: 3px solid #2ca8ee; }
    #block-course .box:nth-child(2) .unit .unit-body .unit-txt {
      min-height: 300px;
      padding: 1em 1em; }
    #block-course .box:nth-child(2) .unit .unit-body .unit-img {
      width: 100%; }

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

    
  #block-course .outer:nth-child(1) .box:nth-child(2) .unit .unit-body {
    display: block; }
  #block-course .box:nth-child(2) .chart .lines {
    -webkit-writing-mode: initial;
    writing-mode: initial;
    position: relative;
    bottom: 0;
    right: 0; }
    #block-course .box:nth-child(2) .chart .lines .line::before, #block-course .box:nth-child(2) .chart .lines .line::after {
      border-width: 16px 0 16px 21px;
      right: -20px;
      left: auto;
      bottom: 0; }
    #block-course .box:nth-child(2) .chart .lines .line.orange, #block-course .box:nth-child(2) .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:nth-child(2) .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:nth-child(2) .chart .lines .line.yellow {
    width: 640px;
    bottom: -22px;
    margin-left: -95px;}
    #block-course .box:nth-child(2) .chart .lines .line.orange {
      float: none;
      width: 180px;
      bottom: -54px;
      margin-left: 310px;
      box-sizing: border-box;
      padding-left: 21px; }
    #block-course .box:nth-child(2) .chart .lines .line.blue::after {
      border-color: transparent transparent transparent #2ca7ee; }
    #block-course .box:nth-child(2) .chart .lines .line.orange::before {
      right: 160px;
      border-color: transparent transparent transparent #e14754; }
    #block-course .box:nth-child(2) .chart .lines .line.orange::after {
      border-color: transparent transparent transparent #b92132; }

  #block-classroom > .bg:before {
    top: -110px;
    background: url("../img/classroom_bg.png") left top no-repeat;
    background-size: 100%; }
  #block-classroom > .inner {
    position: relative; }
  #block-classroom .blk-body {
    margin-bottom: 60px; }
  #block-classroom .objects {
    position: absolute;
    left: 0;
    top: -4em;
    width: 100%;
    height: 0; }
    #block-classroom .objects .obj {
      position: absolute;
      width: 20%;
      z-index: 1; }
      #block-classroom .objects .obj:nth-child(1) {
        max-width: 277px;
        top: -30px;
        left: -70px; }
      #block-classroom .objects .obj:nth-child(2) {
        max-width: 258px;
        top: -50px;
        right: -70px; }

  #block-robot-ranking > .bg {
    background-size: 207px 357px; }
    #block-robot-ranking > .bg:before {
      top: -20px;
      background: url("../img/robot_ranking_bg_pc.png") center top no-repeat;
      background-size: 100%; }
  #block-robot-ranking > .inner {
    padding-bottom: 0;
    overflow: visible; }
  #block-robot-ranking .lead {
    margin: 3.2em auto 0; }
  #block-robot-ranking .objects {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0; }
    #block-robot-ranking .objects .obj {
      position: absolute;
      width: 20%;
      z-index: 1; }
      #block-robot-ranking .objects .obj:nth-child(1) {
        max-width: 258px;
        top: -17px;
        left: -44px; }
      #block-robot-ranking .objects .obj:nth-child(2) {
        max-width: 303px;
        top: 18px;
        right: -80px; }

  #block-professor-course > .bg {
    background: url(../img/professor_course_bg_pc.jpg) center center no-repeat;
    background-size: cover; }
  #block-professor-course h2.title {
    font-size: 48px; }
    #block-professor-course h2.title span {
      font-size: 27px; }
  #block-professor-course .blk-body .box .box-img {
    width: 76.5%;
    max-width: 1106px;
    margin: 0 auto 80px; }

  #block-q-and-a .blk-head .lead {
    margin-bottom: 4em; }

  #block-events > .bg {
    background: url(../img/bg_green_tri_pc.jpg) center center no-repeat;
    background-size: cover; }
  #block-events .blk-body .box-img {
    max-width: 1136px;
    width: 78.8%;
    margin: 0 auto 4em; }

  #block-franchise h2.title {
    font-size: 48px; }
  #block-franchise > .bg {
    background-image: url("/robo/general/img/bg_gray_box.jpg");
    background-position: left top;
    background-repeat: repeat;
    background-size: 207px 357px; }
  #block-franchise .banners .banner:not(:first-child) {
    margin-top: 32px; }
  #block-franchise .lead {
    margin-bottom: 4em; }

  #block-search > .inner {
    padding: 40px 0 120px; }
  #block-search h2.title {
    font-size: 48px; }
  #block-search .lead {
    margin-bottom: 4em; }

  #block-notification h2.title {
    font-size: 48px; }
  #block-notification .box {
    margin: 70px auto; }
  #block-notification .list .item {
    display: flex;
    align-items: center; }
    #block-notification .list .item .date {
      margin-right: 10px;
      font-size: 16px; }
    #block-notification .list .item .link {
      font-size: 16px; } }
/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  /***************************
      container
  ***************************/
/*
  #block-mainvisual .badge {
    top: 33px;
    right: 33px;
    max-width: 239px; }
*/
  #block-mainvisual .badge {
    width: 100%;
    height: 100%; }
  
  #block-about h2.title > span,
  #block-concept h2.title > span {
    font-size: 17px; }
  #block-about .box-txt,
  #block-concept .box-txt {
    font-size: 18px; }

  #block-topics .blk-body .inner {
    width: 940px; }
  #block-topics .swiper-button-prev,
  #block-topics .swiper-button-next {
    width: 37px;
    height: 72px; }
  #block-topics .swiper-button-prev {
    left: -60px; }
  #block-topics .swiper-button-next {
    right: -60px; }

  #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:nth-child(2) .list .item {
    width: 260px;
    margin: 0 5px; }
  #block-course .box:nth-child(2) .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:nth-child(2) .unit .unit-head h4.title::before {
      width: 29px;
      height: 29px;
      left: 10px; }
  #block-course .box:nth-child(2) .unit.pre-pink {
    border: 3px solid #eb6d9a; }
  #block-course .box:nth-child(2) .unit.pink {
    border: 3px solid #e366ba; }
  #block-course .box:nth-child(2) .unit.yellow {
    border: 3px solid #efb424; }
  #block-course .box:nth-child(2) .unit.green {
    border: 3px solid #3ec34f; }
  #block-course .box:nth-child(2) .unit.blue {
    border: 3px solid #2ca8ee; }
  #block-course .box:nth-child(2) .unit .unit-body .unit-txt {
    min-height: 200px;
    font-size: 14px;
    padding: 1em 1em; }
    
    #block-course .box:nth-child(2) .unit.pre-pink .unit-body .unit-txt {
      background-size: 80% auto;
    }
    #block-course .box:nth-child(2) .unit.pink .unit-body .unit-txt {
      background-size: 80% auto;
    }
    #block-course .box:nth-child(2) .unit.yellow .unit-body .unit-txt {
    background-size: 80% auto;
    }
    #block-course .box:nth-child(2) .unit.green .unit-body .unit-txt {
    background-size: 80% auto; }
    #block-course .box:nth-child(2) .unit.blue .unit-body .unit-txt {
    background-size: 80% auto;} 
    #block-course .box:nth-child(2) .chart .lines .line.orange, #block-course .box:nth-child(2) .chart .lines .line.yellow {
    font-size: 16px; } 
    #block-course .box:nth-child(2) .chart .lines .line.blue {
    font-size: 16px;
    width: 510px;
    margin-left: 400px; }
   #block-course .box:nth-child(2) .chart .lines .line.yellow {
    width: 1100px;
    margin-left: -120px; }
   #block-course .box:nth-child(2) .chart .lines .line.orange {
    width: 242px;
    margin-left: 530px; } 
    #block-course .box:nth-child(2) .chart .lines .line.orange::before {
      right: 221px; } 
}
/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {
  /***************************
      container
  ***************************/
  #block-topics .blk-body .inner {
    width: 1106px; }
  #block-topics .swiper-button-prev,
  #block-topics .swiper-button-next {
    width: 42px;
    height: 81px; }
  #block-topics .swiper-button-prev {
    left: -89px; }
  #block-topics .swiper-button-next {
    right: -89px; } }

/*# sourceMappingURL=index.css.map */

/*特別ニュース*/
.pop_news{
  width: 90.65%;
  max-width: 950px;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (min-width: 960px){
/*  margin: 70px auto 0;*/
}
.pop_news p {
  margin-bottom: 10px;
}
.pic_news {
  border:#ff6600 dotted 3px;
  padding: 10px;
}


/*MVPR area*/
#block-mainvisual .pr {
	position: absolute;
	width: 32%;    
    top: 24%;
    right: 0;
}
#block-mainvisual .pr img {
	height: auto;
}
#block-mainvisual .pr .jisseki {
	background: #f39800;
    padding: 0.8em;
	justify-content: space-between;
}
#block-mainvisual .pr .jisseki .imgarea {
	width: 28%;
}
#block-mainvisual .pr .jisseki dl {
	line-height: 1.4;
	width: 70%;
}
#block-mainvisual .pr .jisseki dl dt {
	color: #ffffff;
	font-size: 1.5vw; 
	font-weight: 600;
	border-bottom: 0.2vw solid #ffffff;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	white-space: nowrap;
}
#block-mainvisual .pr .jisseki dl dd {
	text-align: center;
}
#block-mainvisual .pr .jisseki dl dd ul {
	font-size: 1.55vw;
    font-weight: 700;
    line-height: 1.1;
	text-align: left;
	display: inline-block;
	margin: 0 auto 0.2em;
}
#block-mainvisual .pr .jisseki dl dd ul.list_sq li{
  padding-left: 1em;
  text-indent: -0.5em;
}
#block-mainvisual .pr .jisseki dl dd ul.list_sq li:before {
	content: "■";
	font-size: 60%;
  padding-right: 0.2em;
  display: inline-block;
  vertical-align: 0.2em;
	
}
#block-mainvisual .pr .jisseki dl dd .txt_lar {
	font-size: 150%;
	margin-left: 0.1em;
}
#block-mainvisual .pr .jisseki dl dd .note {
    font-size: 0.5vw;
    text-align: right;
}
#block-mainvisual .pr .mvbnr {
	margin-top: 0.5em;
}
@media screen and (max-width: 959px){
	#block-mainvisual .pr {		
		width: 40vw;
		top: 34vw;
	}
	#block-mainvisual .pr .jisseki {		
		padding: 0;
		display: block;
		position: relative;
		background: none;
	}
	#block-mainvisual .pr .jisseki .imgarea {
		width: 16vw;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -12vw;
	}
	#block-mainvisual .pr .jisseki dl {
		width: 100%;
		background: #f39800;
		padding: 4vw 0 2vw;
		text-align: center
		
	}
	#block-mainvisual .pr .jisseki dl dt {
		font-size: 3.4vw;
		border-bottom-width: 0.5vw;
		padding-bottom: 1vw;
		white-space: inherit;		
		display: inline-block;
		margin: 0 auto 2vw;
		text-align: left;
		line-height: 1.3;
	}
	#block-mainvisual .pr .jisseki dl dd ul {
		font-size: 3vw;
		margin-bottom: 1vw;
	}
	#block-mainvisual .pr .jisseki dl dd .txt_lar {
		font-size: 150%;
		margin-left: 0.1em;
	}
	#block-mainvisual .pr .jisseki dl dd .note {
		font-size: 2.2vw;
	}
	#block-mainvisual .pr .mvbnr {
		margin-top: 1vw;
	}	
}

/* camp */
#camp {
	background: #fbf7cc;
	background: -moz-linear-gradient(top,  #fbf7cc 0%, #fddeeb 100%);
	background: -webkit-linear-gradient(top,  #fbf7cc 0%,#fddeeb 100%);
	background: linear-gradient(to bottom,  #fbf7cc 0%,#fddeeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf7cc', endColorstr='#fddeeb',GradientType=0 );
	text-align: center;
	padding: 80px 0;	    
}
#camp .camparea {
	border: 2px solid #e4007f;
	padding: 2em 2em 3em;
	background: #ffffff;
	margin: 0 auto;
	max-width: 920px;
	box-sizing: border-box;
}
#camp .camparea img {
	height: auto;
	max-width: 800px;
	display: block;
	margin-bottom: 2em;	
}
#camp .camparea p.banner {
	width: 480px;
	margin-bottom: 0.5em;
}
#camp .camparea p.banner .btn {
	background: #e4007f;
}
#camp .camparea p.note {
	font-size: 13px;
	color: #666666;
	
}
@media screen and (max-width: 959px){
	#camp {
		padding: 40px 5%;
		box-sizing: border-box;
	}	
	#camp .camparea {
		padding: 4vw 2%;
	}
	#camp .camparea p.banner {
		width: 96%;
		margin-bottom: 1em;
	}
	#camp .camparea p.note {
		font-size: 10px;
		line-height: 1.3;
	}
}

/* block-topics */
#block-topics {
	margin-top: 80px;
}
@media screen and (max-width: 959px){
	#block-topics {
		margin-top: 30px;
	}	
}





/* START OF UPDATE 20230522 */
.newcv-btns {
  width: 60%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999998;
  background: #fffaf2;
  max-width: 800px;
  margin: auto;
  border: 4px solid #f39800;
}
.newcv-btns__inner {
  padding: 26px;
}
.newcv-btns__heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #f39800;
}
.newcv-btns__heading span {
  font-size: 18px;
}
.newcv-btns__area {
  margin: 16px auto 0;
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 600px;
}
.newcv-btns__btn {
  text-decoration: none;
  padding: 10px 30px 8px 20px;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  /* font-size: 16px; */
  font-size: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.newcv-btns__btn.-search {
  background-color: #f39800;
  border-bottom: solid 5px #c36800;
}
.newcv-btns__btn.-doc {
  background-color: #e8c400;
  border-bottom: solid 5px #b89400;
}
.newcv-btns__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
#block-mainvisual .blk-body .inner .scroller .item {
  width: 100%;
}
@media (min-width: 960px) {
  .newcv-btns__btn:hover {
    margin-top: 3px;
    border-bottom-width: 2px !important;
  }
}
@media  (max-width: 960px) {
  .newcv-btns {
    width: 100%;
    position: inherit;
    z-index: 0;
    max-width: none;
  }
  #block-mainvisual .blk-body .inner .scroller .item {
    width: 100%;
  }
  #block-mainvisual .blk-body .inner .scroller .front {
    width: 60%;
  }
  .newcv-btns__inner {
    padding: 20px 12px;
  }
  .newcv-btns__heading {
    font-size: 20px;
  }
  .newcv-btns__heading span {
    font-size: 16px;
  }
  .newcv-btns__area {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .newcv-btns__btn {
    padding: 10px 16px 8px 8px;
    width: 240px;
    margin: auto;
    font-size: 16px;
  }
  .newcv-btns__btn::after {
    right: 12px;
  }
}
/* END OF UPDATE 20230522 */



/* START OF UPDATE 20230620 */
.newcv-btns {
  border-image: linear-gradient(90deg, #fb6363, #f4de38 30%, #47d947 70%, #4f88f1);
  border-image-slice: 1;
}
.newcv-btns__heading {
  color: #ec3e3e;
}
.mvbanner {
  position: absolute;
  top: 40px;
  right: 2%;
  width: 24%;
}
#block-robot-ranking .group + .group {
  margin-top: 40px;
}
#block-robot-ranking  h3 {
  font-size: 20px;
  margin: 0;
}
#block-robot-ranking .lead {
  margin: 20px auto;
}
#block-robot-ranking .blk-body > .inner {
  height: inherit;
  background: url(../img/robot_ranking_silhouette_sp.png) center bottom no-repeat;
  background-size: auto 100%;
  padding: 35px 0 60px;
}

#block-notification .box {
  margin: 0 auto;
}
#block-notification .inner {
  padding: 0 0 40px;
}
#block-appeal .box-foot {
  margin-top: 50px;
}
#block-q-and-a .blk-foot {
  margin-top: 50px;
}
#block-q-and-a .blk-head h2.title {
  letter-spacing: 0em;
}
#block-professor-course .blk-body {
  padding-top: 1.8em;
}
.block-videoappeal.block h2.title {
  line-height: 1.6;
}
.block-videoappeal .frame-wrapper__video {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.block-videoappeal .frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#block-topics .banner {
  margin: 50px auto;
}
#block-alumni .blk-foot {
  margin-top: 50px;
}
.newcv-btns__btn.-search {
  background-color: #ec3e3e;
  border-bottom: solid 5px #c52f2f;
}
#block-mainvisual .pr {
  margin: 80px auto 20px;
  top: 36%;
  right: inherit;
  left: 2%;
}
.block-videoappeal .inner {
  max-width: 800px;
  margin: auto;
}
#block-about > .inner {
  padding-bottom: 10px;
}
#block-alumni .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media  (min-width: 960px) {
  #block-mainvisual .scroller .item {
    top: 0;
  }
}
@media  (max-width: 960px) {
  #header .menu-wrapper .lang {
    margin-top: 58px;
  }
  #nav-ct .list .item {
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
  }
  #nav-gl .list .item a {
    padding: 1rem 20px;
    box-sizing: border-box;
  }
  .mvbanner {
    position: absolute;
    top: 10px;
    right: 2%;
    width: 40%;
  }
  #block-mainvisual .blk-body .inner .scroller .front {
    width: 100%;
  }
  #block-mainvisual .blk-body .inner .scroller .item {
    height: 90%;
    bottom: 0;
    top: inherit;
  }
  .newcv-btns {
    width: 70%;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: none;
    z-index: 99998;
    max-width: none;
  }
  .newcv-btns__btn {
    width: 100%;
    max-width: 200px;
  }
  #block-robot-ranking .blk-body > .inner {
    background-size: auto 36%;
    padding: 35px 0;
  }
  #block-mainvisual .pr {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: inherit;
    top: 39vw;
  }
  #block-mainvisual .pr .jisseki {
    display: flex;
  }
  #block-mainvisual .pr .jisseki dl {
    padding: 3px 0 0;
    text-align: left;
  }
  #block-mainvisual .pr .jisseki .imgarea {
   position: initial; 
   width: 16%;
   max-width: 200px;
  }
  .newcv-btns__heading {
    font-size: 16px;
    line-height: 1.3;
  }
  .newcv-btns__heading span {
    font-size: 14px;
  }
  .newcv-btns__inner {
    padding: 10px 12px;
  }
  .newcv-btns__area {
    margin-top: 6px;
  }
  .newcv-btns__btn {
    font-size: 14px;
    padding: 7px 16px 3px 8px;
  }
  #block-notification .box {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #nav-ct .list {
    padding: 0 0 0 255px;
  }
  #nav-gl .list {
    padding: 0 0 0 255px;
  }
}



#block-faq {
  margin: 50px;
}
#block-faq dl + .icons {
  margin-top: 46px; }
#block-faq dl dt {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 42px;
  margin: 0 0 12px;
  padding: 12px 40px 12px 50px;
  line-height: 18px;
  font-size: 13px;
  background: #ffedcf url(../img/faq_q_icon_close.png) calc(100% - 10px) center no-repeat;
  background-size: 20px;
  box-sizing: border-box; }
  #block-faq dl dt.open {
    background-image: url(../img/faq_q_icon_open.png); }
  #block-faq dl dt:before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 42px;
    height: 100%;
    font-size: 18px;
    font-family: "Lato-Black";
    text-align: center;
    color: #fff;
    background: #f39800; }
#block-faq dl dd {
  display: none;
  position: relative;
  min-height: 46px;
  padding: 0 0 24px 50px;
  border-bottom: 1px solid #cecece; }
  #block-faq dl dd:before {
    content: 'A';
    position: absolute;
    left: 0;
    top: 4px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-family: "Lato-Black";
    text-align: center;
    color: #fff;
    background: #feb700; }
  #block-faq dl dd + dt {
    margin-top: 24px; }
  #block-faq dl dd:last-child {
    margin: 0; }
  #block-faq dl dd a {
    color: #f39800; }
@media screen and (min-width: 960px) {
  /***************************
      container
  ***************************/
  #block-faq dl {
    width: 950px;
    margin: 0 auto; }
    #block-faq dl + .icons {
      margin-top: 80px; }
    #block-faq dl dt {
      cursor: pointer;
      min-height: 56px;
      margin: 0 0 30px;
      padding: 12px 54px 12px 75px;
      line-height: 32px;
      font-size: 20px;
      background-size: 30px; }
      #block-faq dl dt:before {
        width: 56px;
        font-size: 24px; }
    #block-faq dl dd {
      min-height: 64px;
      padding: 0 0 50px 75px;
      border-bottom: 2px solid #cecece; }
      #block-faq dl dd:before {
        top: 4px;
        width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 24px; }
      #block-faq dl dd + dt {
        margin-top: 50px; } }

        .m-allu__u {
          position: relative;
          margin-top: 3.57143rem;
          padding: 3.57143rem;
          border-radius: 1.78571rem;
          background: #fff;
          box-shadow: 0 .35714rem .71429rem rgba(51, 51, 51, .1);
        }
        
        @media (max-width: 767px) {
          .m-allu__u {
            padding: 1.78571rem 1.07143rem 2.14286rem;
          }
        }

.m-allu__u {
  position: relative;
  margin: 3.57143rem 20px;
  padding: 3.57143rem;
  border-radius: 1.78571rem;
  background: #fff;
  box-shadow: 0 .35714rem .71429rem rgba(51, 51, 51, .1);
}

@media (max-width: 767px) {
  .m-allu__u {
    padding: 1.78571rem 1.07143rem 2.14286rem;
  }
}

.m-allu__u__cw {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .m-allu__u__cw {
    display: block;
    width: auto;
  }
}

.m-allu__u__cw__pc,
.m-allu__u__cw__tc {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .m-allu__u__cw__pc,
  .m-allu__u__cw__tc {
    display: block;
  }
}

.m-allu__u__cw__pc {
  padding-right: 2.14286rem;
}

@media (max-width: 767px) {
  .m-allu__u__cw__pc {
    padding-right: 0;
  }
}

.m-allu__u__cw__tc {
  width: 100%;
}

@media (max-width: 767px) {
  .m-allu__u__cw__tc {
    width: auto;
  }
}

.m-allu__u__p {
  width: 29.85714rem;
}

@media (max-width: 767px) {
  .m-allu__u__p {
    width: auto;
    margin-bottom: 1.42857rem;
  }
}

.m-allu__u__p__in {
  position: relative;
  padding-top: 79.1866%;
}

.m-allu__u__p__in > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .m-allu__u__p.is-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .m-allu__u__p.is-sp {
    display: none;
  }
}

.m-allu__u__l {
  margin-bottom: 2.14286rem;
  font-size: 1.42857rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .m-allu__u__l {
    margin-bottom: 1.42857rem;
    font-size: 1.14286rem;
  }
}

.m-allu__u__s1 {
  margin-bottom: .07143rem;
  font-size: 1rem;
  line-height: 1.4;
}

.m-allu__u__tt {
  font-size: 1.71429rem;
  font-weight: 700;
  line-height: 1.4;
}

.m-allu__u__s2 {
  margin-top: .21429rem;
  font-size: 1rem;
  line-height: 1.4;
}

.m-allu__u__s2 > a {
  transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
  margin-left: 1.07143rem;
  color: #5558da;
  text-decoration: underline;
}

html.device-pc .m-allu__u__s2 > a:hover,
html.device-pc .m-allu__u__s2 > a:active {
  opacity: .5;
}

.m-allu__u__s2 > span {
  margin-left: 1.07143rem;
}

@media (min-width: 768px) {
  .m-allu__u__bt {
    margin-top: 2.14286rem;
  }
  .m-allu__u__bt > a {
    transition: box-shadow 500ms cubic-bezier(.215, .61, .355, 1), transform 500ms cubic-bezier(.215, .61, .355, 1);
    display: block;
    position: relative;
    width: 26.42857rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: .71429rem 1.07143rem .71429rem 0;
    border-radius: 2.67857rem;
    background: linear-gradient(90deg, #ff7c00, #ffc230);
    box-shadow: 0 .35714rem .71429rem rgba(23, 25, 79, .3);
    color: #fff;
    font-size: 1.14286rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .m-allu__u__bt > a > span {
    display: table;
    width: 100%;
    height: 100%;
  }
  .m-allu__u__bt > a > span > span {
    display: table-cell;
    height: 3.92857rem;
    vertical-align: middle;
  }
  .m-allu__u__bt > a > span > span > span {
    display: block;
    position: absolute;
    right: 1.78571rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
    box-sizing: border-box;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
  }
  html.device-pc .m-allu__u__bt > a:hover,
  html.device-pc .m-allu__u__bt > a:active {
    box-shadow: 0 .07143rem .35714rem rgba(23, 25, 79, .3);
    transform: scale(.975);
  }
}

@media (max-width: 767px) {
  .m-allu__u__bt {
    margin-top: 1.42857rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
  }
  .m-allu__u__bt > a {
    transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
    display: inline-block;
    position: relative;
    padding-right: 1.07143rem;
    color: #5558da;
    text-decoration: underline;
  }
  .m-allu__u__bt > a::before {
    content: '';
    display: block;
    position: absolute;
    right: .21429rem;
    top: 50%;
    width: .64286rem;
    height: .64286rem;
    margin-top: -.28571rem;
    box-sizing: border-box;
    border-top: 2px solid #5558da;
    border-right: 2px solid #5558da;
    transform: rotate(45deg);
  }
  html.device-pc .m-allu__u__bt > a:hover,
  html.device-pc .m-allu__u__bt > a:active {
    opacity: .5;
  }
}
#block-about .form_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #f39800;
}
#block-about h2.title {
  font-size: 20px;
}

#block-about form {
  padding: 0 20px;
    margin: 0 auto 80px;
  }
  #block-about form .box {
    max-width: 500px;
    margin: 0 auto;
  }
  #block-about form .box .item {
    margin-bottom: 20px;
  }
  #block-about form .box .item select,
  #block-about form .box .item input {
    width: 100%;
    max-width: 500px;
    height: 30px;
  }
  #block-about form .btn {
    position: relative;
    width: 358px;
    font-size: 20px;
    text-align: center;
    margin: 30px auto 0;
  }
  #block-about form .btn input {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 0;
    background-color: #49aa48;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
  }
  #block-about form .btn.arrow_right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin-top: 1px;
  }
  @media (max-width: 767px) {
    #block-about form .btn {
      width: 224px;
      font-size: 13px;
    }
  }


/* END OF UPDATE 20230620 */

/* START OF UPDATE 20230721 */
#block-mainvisual .pr {
  position: static;
  width: 100%;
  background: #f39800;
  margin: 0;
}
#block-mainvisual .pr .jisseki {
  background: none;
  width: 100%;
  margin: 0 auto;
  padding: 10px;    
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#block-mainvisual .pr .jisseki dl {
  padding: 3px 0 0;
  text-align: left;
}
#block-mainvisual .pr .jisseki .imgarea {
  width: 16%;
  margin-right: 2%;
}
#block-mainvisual .pr .jisseki dl dd ul {
  display: block;
}
#block-mainvisual .pr .jisseki dl dd ul.list_sq li {
  margin-bottom: 2%;
}
@media screen and (min-width: 960px) {
#block-mainvisual .pr .jisseki {
  width: 80%;
  padding: 0.8em;
}
#block-mainvisual .pr .jisseki .imgarea {
  width: 12%;
}
#block-mainvisual .pr .jisseki dl dd ul {
  display: flex;
}
#block-mainvisual .pr .jisseki dl dd ul.list_sq li {
  margin-right: 20px;
}
}

.m-allu__u {
position: relative;
margin-top: 3.57143rem;
padding: 3.57143rem;
border-radius: 1.78571rem;
background: #fff;
box-shadow: 0 .35714rem .71429rem rgba(51, 51, 51, .1);
}

@media (max-width: 767px) {
.m-allu__u {
  padding: 1.78571rem 1.07143rem 2.14286rem;
}
}
/* END OF UPDATE 20230721 */

/* START OF UPDATE 20230727 */
#block-mainvisual .pr .jisseki .list_sq {
  display: flex;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  margin-right: auto;
}
#block-mainvisual .pr .jisseki .list_sq li {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  border: solid 3px #ef7900;
  color: #ef7900;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
}
#block-mainvisual .pr .jisseki .list_sq li:first-of-type {
  margin: 0 2px 0 0;
}
#block-mainvisual .pr .jisseki .list_sq li .txt_lar {
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  #block-mainvisual .pr .jisseki .list_sq {
    display: flex;
    width: auto;
    font-size: 20px;
    margin-right: 0;
  }
  #block-mainvisual .pr .jisseki .list_sq li {
    padding: 16px;
  }
  #block-mainvisual .pr .jisseki .list_sq li:first-of-type {
    margin: 0 10px 0 0;
  }
  #block-mainvisual .pr .jisseki .list_sq li .txt_lar {
    font-size: 40px;
  }
}
/* END OF UPDATE 20230727 */

/* START OF UPDATE 20230809 */
.newcv-btns {
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
.newcv-btns__area {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  #block-mainvisual .pr {
    position: absolute;
    top: 42%;
    left: 2%;
    width: 80%;
    background: none;
  }
  #block-mainvisual .pr .jisseki {
    width: 100%;
    justify-content: left;
  }
  .newcv-btns {
    width: 100%;
    max-width: 600px;
  }
  .newcv-btns__inner {
    padding: 16px;
  }
  .newcv-btns__area {
    margin: 0 auto;
    max-width: 600px;
  }
} 

/* #block-mainvisual .pr .jisseki {
  padding: 10px;
}
#block-mainvisual .pr .jisseki .imgarea {
  width: 16%;
}
#block-mainvisual .pr .jisseki .list_sq {
  display: flex
  width: fit-content;
  font-size: 13px;
}
#block-mainvisual .pr .jisseki .list_sq li:first-of-type {
  margin: 0 2px 0 0;
}
#block-mainvisual .pr .jisseki .list_sq li .txt_lar {
  font-size: 15px;
} */

/* END OF UPDATE 20230809 */

/* 20240722追加 */
#block-mainvisual .pr .jisseki .imgarea {
	margin-left: 2%;
}
#block-mainvisual .pr .jisseki .imgarea.imgarea_15th {
	margin-left: auto;
}
