@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; }

.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: #005fa3;
    transition: all 0.2s ease; }
    .banner .btn:hover {
      background-color: #063667; }
  .banner.blue .btn {
    color: #fff;
    background-color: #005fa3; }
    .banner.blue .btn:hover {
      background-color: #063667; }
  .banner.white .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.blue .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 #005fa3;
    border-right: 2px solid #005fa3; }

/* 〜479px：SP portrait
------------------------------ */
/***************************
    container
***************************/
section.block > .inner {
  width: 100%;
  padding: 25px 0 65px; }
section.block h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1em; }
  section.block h2 span {
    font-size: 13px; }
section.block .lead {
  width: 90.65%;
  margin: 1.8em auto; }
section.block h3 {
  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: 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: #005fa3; }
  #block-mainvisual .scroller {
    position: relative;
    width: 100%; }
    #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 {
  background: #fff; }
  #block-about > .bg {
    background: url("../img/about_bg_sp.png") top center no-repeat;
    background-size: 100%; }
  #block-about > .inner {
    padding: 26px 0 80px; }
  #block-about h2 {
    margin: 0 0 30px; }
  #block-about .link-banner {
    width: 72.79411764705883%;
    margin: 0 auto 24px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16); }
  #block-about .box-txt {
    width: 90.66666666666666%;
    margin: 0 auto;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: -0.4px;
    text-align: center; }
    #block-about .box-txt > p {
      margin-top: 1.8em; }
      #block-about .box-txt > p > small {
        font-size: 74%; }
  #block-about .accr {
    width: 140px;
    margin: 1.8em auto 0; }

#block-appeal {
  z-index: 1;
  width: 100%;
  color: #fff; }
  #block-appeal > .bg {
    background: linear-gradient(to bottom, #005fa3 0%, rgba(16, 78, 142, 0) 5%, rgba(16, 78, 142, 0) 95%, #005fa3 99%, #005fa3 100%), #005fa3 url("../img/appeal_bg1_sp.png") left top repeat;
    background-size: cover; }
    #block-appeal > .bg:before {
      top: -58px;
      height: calc(100% + 58px);
      background: url("../img/appeal_bg2_sp.png") center top no-repeat;
      background-size: 100%; }
    #block-appeal > .bg .jagged:before {
      top: -22px;
      height: 23px;
      background-image: url(../img/appeal_jagged_top_sp.png); }
    #block-appeal > .bg .jagged:after {
      bottom: -23px;
      height: 24px;
      background-image: url(../img/appeal_jagged_bottom_sp.png); }
  #block-appeal > .inner {
    width: 100%;
    padding: 55px 0 75px; }
  #block-appeal h2.title {
    letter-spacing: 0.03em;
    margin-bottom: 30px;
    color: #fff; }
  #block-appeal .lead {
    font-size: 12px; }
  #block-appeal .blk-body .box {
    width: 90.66666666666666%;
    margin: 0 auto 50px; }
    #block-appeal .blk-body .box li {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      justify-content: space-between; }
      #block-appeal .blk-body .box li + li {
        margin: 26px 0 0; }
      #block-appeal .blk-body .box li .photo {
        width: 50%; }
      #block-appeal .blk-body .box li .text {
        width: 45.588235294117645%; }

#block-advisor > .bg {
  background-image: url(../img/advisor_bg_sp.png);
  background-size: cover; }
#block-advisor > .inner {
  padding: 48px 0; }
#block-advisor h2 {
  font-size: 28px;
  letter-spacing: 0.025em;
  margin-bottom: 1em; }
#block-advisor h3 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #005fa3;
  margin: 0 0 18px; }
#block-advisor .first {
  width: 90.66666666666666%;
  margin: 0 auto 45px; }
  #block-advisor .first .photo {
    width: 78.52941176470588%;
    margin: 0 auto 30px; }
  #block-advisor .first p {
    margin: 0 0 45px; }
  #block-advisor .first .banner {
    margin: 0 auto; }

#block-course .bg {
  background: #f9f8f0 url(../img/course_bg1_sp.png);
  background-size: cover; }
  #block-course .bg:before {
    top: -40px;
    height: calc(100% + 40px);
    background: url(../img/course_bg2_sp.png) no-repeat;
    background-size: 100%; }
#block-course h2 {
  font-size: 28px; }
#block-course h3 {
  margin: 28px 0 0;
  line-height: 25px;
  font-size: 18px; }
#block-course h4 {
  line-height: 23px;
  font-size: 13px;
  color: #005fa3;
  text-align: center; }
  #block-course h4 + .lead {
    margin: 7px auto 0; }
#block-course .example {
  width: 90.66666666666666%;
  margin: 30px auto 0; }
  #block-course .example .box + .box {
    margin: 34px 0 0; }
  #block-course .example .box h5 {
    position: relative;
    margin: 0 0 10px;
    line-height: 32px;
    color: #fff; }
    #block-course .example .box h5:before {
      content: '';
      position: absolute;
      z-index: -1;
      left: -5.147058823529411%;
      top: 0;
      width: 150px;
      height: 100%; }
    #block-course .example .box h5:after {
      content: '';
      position: absolute;
      z-index: -1;
      left: calc(-5.147058823529411% + 150px);
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 32px 0 0 32px; }
  #block-course .example .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #block-course .example .box ul li {
      width: 48.529411764705884%;
      margin: 10px 0 0; }
      #block-course .example .box ul li:nth-child(1), #block-course .example .box ul li:nth-child(2) {
        margin: 0; }
      #block-course .example .box ul li .name {
        line-height: 32px;
        color: #fff;
        text-align: center; }
      #block-course .example .box ul li .photo {
        border: 2px solid #5698da;
        border-top: none; }
  #block-course .example .box:nth-child(1) h5:before {
    background: #5698da; }
  #block-course .example .box:nth-child(1) h5:after {
    border-color: transparent transparent transparent #5698da; }
  #block-course .example .box:nth-child(1) ul li .name {
    background: #5698da; }
  #block-course .example .box:nth-child(1) ul li .photo {
    border-color: #5698da; }
  #block-course .example .box:nth-child(2) h5:before {
    background: #2769ac; }
  #block-course .example .box:nth-child(2) h5:after {
    border-color: transparent transparent transparent #2769ac; }
  #block-course .example .box:nth-child(2) ul li .name {
    background: #2769ac; }
  #block-course .example .box:nth-child(2) ul li .photo {
    border-color: #2769ac; }
  #block-course .example .box:nth-child(3) h5:before {
    background: #005fa3; }
  #block-course .example .box:nth-child(3) h5:after {
    border-color: transparent transparent transparent #005fa3; }
  #block-course .example .box:nth-child(3) ul li .name {
    background: #005fa3; }
  #block-course .example .box:nth-child(3) ul li .photo {
    border-color: #005fa3; }
  #block-course .example .banner {
    margin: 50px auto 0; }

#block-classroom .bg:before {
  top: -120px;
  height: calc(100% + 120px);
  background: url(../img/classroom_bg_sp.png) no-repeat;
  background-size: 100%; }
#block-classroom > .inner {
  padding: 24px 0 65px; }
#block-classroom h2 {
  font-size: 28px; }
#block-classroom .photo {
  margin: 30px 0; }
#block-classroom .banner {
  margin: 0 auto; }

#block-tournament > .bg {
  background: url("../img/tournament_bg_sp.png") center top no-repeat;
  background-size: cover; }
#block-tournament > .inner {
  color: #fff; }
#block-tournament h2 {
  margin: 0 0 30px; }
#block-tournament h3 {
  line-height: 25px;
  font-size: 18px; }
#block-tournament .photo {
  margin: 26px 0 40px; }

#block-robo > .bg:before {
  top: 0;
  height: 100%;
  background: url("../img/robo_bg1_sp.png") top no-repeat;
  background-size: 100%; }
#block-robo > .bg:after {
  top: auto;
  bottom: 0;
  height: 100%;
  background: url("../img/robo_bg2_sp.png") bottom no-repeat;
  background-size: 100%; }
#block-robo .caption {
  display: inline-block;
  margin: 10px 0 0;
  line-height: 16px;
  font-size: 10px; }
#block-robo h3 {
  margin: 12px 0 18px;
  font-size: 18px;
  text-align: center;
  color: #333; }
#block-robo .photo {
  margin: 0 0 50px; }

#block-q-and-a > .inner {
  background: #f9f8f0 url(../img/q-and-a_bg_sp.png);
  background-size: cover; }
#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-franchise {
  z-index: 1; }
  #block-franchise > .bg {
    background: url("../../../robopro/general/img/bg_gray_box.jpg");
    background-size: 103.5px 178.5px; }
    #block-franchise > .bg:before {
      top: auto;
      height: 100%;
      bottom: -75px;
      background: url(../img/franchise_bg_sp.png) left bottom no-repeat;
      background-size: 100%; }
  #block-franchise h2 {
    margin: 0 0 30px; }
  #block-franchise .lead {
    margin-bottom: 3em; }
  #block-franchise .banners .banner:not(:first-child) {
    margin-top: 10px; }

#block-search .bg {
  background-color: #f1f0e3; }
#block-search h2 {
  margin: 0 0 30px; }
#block-search .lead {
  letter-spacing: -0.3px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 3em; }

#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 h2 {
  margin: 0 0 30px; }
#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
  ***************************/ }
/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
  /***************************
      container
  ***************************/ }
/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {
  section.block > .inner {
    padding: 40px 0 120px; }
  section.block h2.title {
    margin: 0;
    line-height: 1em;
    font-size: 48px; }
    section.block h2.title span {
      margin: 0;
      font-size: 26px; }
  section.block .lead {
    width: 100%;
    margin-top: 3.2em;
    text-align: center; }

  .banner {
    width: 358px;
    font-size: 20px; }
    .banner.a_wide {
      width: 418px;
      max-width: none; }
    .banner .btn.a_arrow_right::after, .banner.blue .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 #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.loaded .link-banner {
    opacity: 1; }
  #block-mainvisual .blk-body {
    pointer-events: none; }
  #block-mainvisual .slider .dots > li {
    cursor: pointer; }
  #block-mainvisual .scroller .item {
    top: -30px;
    background: url("../img/mainvisual_layer_scroll_pc.png") center left repeat-x;
    background-size: cover;
    background-position-x: 0px; }
  #block-mainvisual .badge {
    width: 100%;
    height: 100%; }
  #block-mainvisual .link-banner {
    position: absolute;
    z-index: 1;
    right: 43px;
    bottom: 50px;
    width: 309px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    opacity: 0;
    transition: opacity 0.2s ease 1.0s; }

  #block-about > .bg {
    background: url("../img/about_bg_pc.png") no-repeat;
    background-size: 100%; }
  #block-about > .inner {
    padding: 40px 0 120px; }
  #block-about .box-txt {
    margin: 0 auto 24px;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: normal; }
  #block-about .accr {
    width: 280px;
    margin: 0 auto; }

  #block-appeal > .bg {
    background: linear-gradient(to bottom, #005fa3 0%, rgba(16, 78, 142, 0) 5%, rgba(16, 78, 142, 0) 95%, #005fa3 99%, #005fa3 100%), #005fa3 url("../img/appeal_bg1_pc.png") left top repeat;
    background-size: cover; }
    #block-appeal > .bg:before {
      top: 0;
      height: 100%;
      background: url("../img/appeal_bg2_pc.png") center top no-repeat;
      background-size: 100%; }
    #block-appeal > .bg .jagged:before {
      top: -44px;
      height: 45px;
      background-image: url(../img/appeal_jagged_top_pc.png); }
    #block-appeal > .bg .jagged:after {
      bottom: -49px;
      height: 49px;
      background-image: url(../img/appeal_jagged_bottom_pc.png); }
  #block-appeal > .inner {
    padding: 95px 0 70px; }
  #block-appeal h2.title {
    margin: 0 0 50px; }
  #block-appeal .lead {
    font-size: 18px; }
  #block-appeal .blk-body .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto 80px; }
    #block-appeal .blk-body .box li {
      flex-direction: column;
      width: 283px; }
      #block-appeal .blk-body .box li + li {
        margin: 0 0 0 50px; }
      #block-appeal .blk-body .box li .photo,
      #block-appeal .blk-body .box li .text {
        width: 100%; }

  #block-advisor > .bg {
    background-image: url(../img/advisor_bg_pc.png);
    background-size: 100%; }
  #block-advisor > .inner {
    padding: 90px 0; }
  #block-advisor h2 {
    font-size: 48px;
    margin-bottom: 50px; }
  #block-advisor h3 {
    font-size: 30px;
    line-height: 46px;
    text-align: left;
    margin: 0 0 36px; }
  #block-advisor .first {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 79%;
    max-width: 1106px;
    margin: 0 auto 80px; }
    #block-advisor .first .photo {
      width: 48.282097649186255%;
      margin: 0; }
    #block-advisor .first .text {
      width: 49.728752260397826%;
      padding: 0 0 0 78px;
      box-sizing: border-box; }
      #block-advisor .first .text p {
        margin: 0 0 38px; }
      #block-advisor .first .text .banner {
        width: 100%;
        max-width: 358px;
        margin: 0; }
  #block-advisor .latter h3 {
    text-align: center; }

  #block-course .bg {
    background: #f9f8f0 url(../img/course_bg1_pc.png);
    background-size: cover; }
    #block-course .bg:before {
      top: 0;
      height: 100%;
      background: url(../img/course_bg2_pc.png) no-repeat;
      background-size: 100%; }
  #block-course h2 {
    font-size: 48px; }
  #block-course h3 {
    margin: 51px 0 32px;
    line-height: 46px;
    font-size: 30px; }
  #block-course h4 {
    line-height: 42px;
    font-size: 26px; }
    #block-course h4 + .lead {
      margin: 18px auto 0; }
  #block-course .example {
    width: 79%;
    max-width: 1106px;
    margin: 50px auto 0; }
    #block-course .example .box + .box {
      margin: 60px 0 0; }
    #block-course .example .box h5 {
      margin: 0 0 20px;
      padding: 0 0 0 14px;
      line-height: 53px;
      font-size: 22px; }
      #block-course .example .box h5:before {
        left: auto;
        right: calc(100% - 190px);
        width: 10000px; }
      #block-course .example .box h5:after {
        left: 190px;
        border-width: 53px 0 0 53px; }
    #block-course .example .box ul li {
      width: 23.688969258589513%;
      margin: 0 !important; }
      #block-course .example .box ul li .name {
        line-height: 52px;
        font-size: 20px; }
      #block-course .example .box ul li .photo {
        border: 4px solid #5698da;
        border-top: none; }
    #block-course .example .banner {
      margin: 80px auto 0; }

  #block-classroom .bg:before {
    background: none; }
  #block-classroom > .inner {
    padding: 40px 0 120px; }
  #block-classroom h2 {
    font-size: 48px; }
  #block-classroom .photo {
    margin: 40px 0 50px; }

  #block-tournament > .bg {
    background: url("../img/tournament_bg_pc.png");
    background-size: cover; }
  #block-tournament h2 {
    margin: 0 0 50px; }
  #block-tournament h3 {
    margin: 0 0 40px;
    line-height: 46px;
    font-size: 30px; }
  #block-tournament .photo {
    margin: 40px 0 60px; }

  #block-robo > .bg:before {
    top: 0;
    height: 100%;
    background: url("../img/robo_bg_pc.png") no-repeat;
    background-size: 100%; }
  #block-robo > .bg:after {
    background: none; }
  #block-robo .caption {
    margin: 0;
    font-size: 10px; }
  #block-robo h2 {
    margin: 0; }
  #block-robo h3 {
    margin: 8px 0 60px;
    font-size: 27px; }
  #block-robo .photo {
    width: 79%;
    max-width: 1106px;
    margin: 0 auto 80px; }

  #block-q-and-a > .inner {
    background: #f1f0e3 url(../img/q-and-a_bg_pc.png);
    background-size: cover; }
  #block-q-and-a .blk-head .lead {
    margin-bottom: 4em; }

  #block-franchise > .bg {
    background: url("/robo/general/img/bg_gray_box.jpg");
    background-size: 207px 357px; }
    #block-franchise > .bg:before {
      background: none; }
  #block-franchise .banners .banner:not(:first-child) {
    margin-top: 32px; }
  #block-franchise .lead {
    margin-bottom: 4em; }

  #block-search .bg {
    background: #f1f0e3 url(../img/search_bg_pc.png) right bottom no-repeat;
    background-size: 100%; }
  #block-search > .inner {
    padding: 40px 0 120px; }
  #block-search .lead {
    margin-bottom: 4em;
    font-size: 16px; }

  #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-about h2.title > span {
    font-size: 17px; }
  #block-about .box-txt {
    font-size: 18px; }

  #block-course h3.title {
    font-size: 30px; } }
/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {
  /***************************
      container
  ***************************/ }

/*# 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: 38%;
    right: 0;
}
#block-mainvisual .pr img {
	height: auto;
}
#block-mainvisual .pr .jisseki {
	background: #f39800;
    padding: 0.8em;
	display: flex;
	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;
		position: relative;
		background: none;
	}
	#block-mainvisual .pr .jisseki .imgarea {
		width: 16vw;
		margin: 0 auto;
		left: -5vw;
		top: -13vw;
	}
	#block-mainvisual .pr .jisseki dl {
		width: 100%;
		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: #f0f9ff;
  max-width: 800px;
  margin: auto;
  border: 4px solid #005fa3;
}
.newcv-btns__inner {
  padding: 26px;
}
.mvbanner {
  position: absolute;
  top: 40px;
  right: 2%;
  width: 24%;
}
.newcv-btns__heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #005fa3;
}
.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: #005fa3;
  border-bottom: solid 5px #002f73;
}
.newcv-btns__btn.-doc {
  background-color: #f39800;
  border-bottom: solid 5px #c36800;
}
.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;
  }
}
@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%;
  }
  .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 20230721 */

.mvbanner {
  position: absolute;
  top: 10px;
  right: 2%;
  width: 40%;
}
#block-mainvisual .pr {
  position: static;
  width: 100%;
  background: #104e8d;
}
#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 {
  color: #fff;
}
#block-mainvisual .pr .jisseki dl dd ul {
  display: block;
}
#block-mainvisual .pr .jisseki dl dd ul.list_sq li {
  margin-bottom: 2%;
}
#block-topics .inner {
  padding: 0;
}
#block-topics .slider {
  margin-top: 10px;
}
#block-topics .swiper-button-prev,
#block-topics .swiper-button-next {
  display: none; 
}
section.block.topics > .inner {
  padding-bottom: 32px;
}

#block-faq {
  width: 90.66666666666666%;
  margin: 50px auto;
}
#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: #e1ebfa 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: #005fa3; }
#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: #8cd2f0; }
#block-faq dl dd + dt {
  margin-top: 24px; }
#block-faq dl dd:last-child {
  margin: 0; }
#block-faq dl dd a {
  color: #005fa3; }

@media screen and (min-width: 960px) {
.mvbanner {
  top: 40px;
  right: 2%;
  width: 24%;
}
#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;
}
section.block.topics > .inner {
  padding: 25px 0 40px;
}
#block-topics .slider {
  width: 100%;
  margin: 20px auto 0;
}
#block-topics .blk-body .inner {
    width: 800px;
    margin: 0 auto;
}
#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-faq {
    width: 100%;}

#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; } 
}
@media screen and (min-width: 1280px) {
#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; }
}
@media screen and (min-width: 1400px) {
#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; }
}

.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 #005fa3;
  color: #005fa3;
  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;
  }
}

.newcv-btns {
  border-image: linear-gradient(90deg, #fb6363, #f4de38 30%, #47d947 70%, #4f88f1);
  border-image-slice: 1;
}
.newcv-btns__heading {
  color: #ec3e3e;
}
.newcv-btns__btn.-search {
  background-color: #ec3e3e;
  border-bottom: solid 5px #c52f2f;
}
@media  (max-width: 960px) {
  .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;
  }
  .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;
  }
}
/* 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;
  }
} 
/* END OF UPDATE 20230809 */