@charset "UTF-8";
/* ## slide ## */
#index_slide {
  height: 35vw;
  max-width: 1280px;
  max-height: 450px;
  background: url("../images/index_slide01.jpg") no-repeat center;
  background-size: 100%;
  margin-bottom: 2rem;
}

/* ## message ## */
#index_mes_imgunit {
  font-size: 0;
  text-align: center;
  margin-bottom: 3rem;
}

.index_mes {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 1.5rem 0;
}

#index_mes_solution {
  display: block;
  width: 28%;
  margin: 0 auto;
}

/* ## system ## */
.index_systemmain {
  width: 64.5%;
  float: left;
}

.index_systemsub {
  width: 33%;
  max-width: 330px;
  float: right;
}

.index_systempoint {
  margin: 3rem 0 0 0;
}

.index_systempoint th {
  padding: 0.5rem 1.5rem;
  border: 1px solid #444444;
  color: #ffffff;
  font-size: 2rem;
}

.index_systempoint th.index_systempoint-orange {
  background: #dfa92d;
}

.index_systempoint th.index_systempoint-blue {
  background: #2f66a0;
}

.index_systempoint th.index_systempoint-ygreen {
  background: #83b138;
}

.index_systempoint th.index_systempoint-green {
  background: #3ca48a;
}

.index_systempoint td {
  font-size: 1.2rem;
  line-height: 1.5;
  background: #ffffff;
  padding: 0.5rem 1rem;
  border: 1px solid #444444;
}

/* ## content ## */
#index_contentunit {
  text-align: left;
  font-size: 0;
}

.index_content {
  display: inline-block;
  width: 32.4%;
  margin-right: 1.4%;
  margin-bottom: 1.4%;
  border: 1px solid #333333;
  vertical-align: top;
}

.index_content:nth-child(3n) {
  margin-right: 0;
}

.index_content_copy {
  font-size: 1.4rem;
  text-align: center;
  padding: 0.4em;
  border-bottom: 1px solid #333333;
}

.index_content_logo {
  padding: 0.5rem 3.5rem;
}

.index_content_txt {
  background: #f0f0f0;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.index_content_txt .btn_box {
  padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .index_content.w_full {
    width: 100%;
    margin: 0;
  }
  .index_content.w_full .index_content_logo.logo-wrap_sukima {
    margin: 0 auto;
  }
  .index_content.w_full .index_content_txt {
    height: auto !important;
  }
  .index_content.w_full .index_content_logo.logo-wrap_sukima {
    max-width: 330px;
  }
}

/* ## graduate ## */
.index_graduate {
  margin-bottom: 4.5rem;
}

.index_graduate_photo {
  display: block;
  float: left;
  width: 33%;
  max-width: 330px;
}

.index_graduate_txt {
  width: 64.5%;
  float: right;
}

.index_graduate_mesname {
  font-size: 2.5rem;
  color: #2f66a0;
  margin-bottom: 3rem;
}

.index_graduate_mesname small {
  font-size: 1.4rem;
  color: #333333;
  display: inline-block;
  padding: 0 1em;
}

.index_graduate_mesttl {
  font-size: 2.5rem;
}

.index_graduate_mesbody {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 3rem;
}

.index_graduate_mesbody strong {
  font-size: 1.6rem;
  line-height: 1.8;
}

.index_graduate_mesbody:last-child {
  margin-bottom: 4.5rem;
}

#index_graduates-nav {
  text-align: center;
  margin: 1.5rem auto 3rem auto;
  font-size: 0;
}

#index_graduates-nav img {
  display: inline-block;
  width: 9rem;
  max-width: 20vw;
  border-radius: 50%;
  margin: 1rem 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#index_graduates-nav div.index_graduate-nav:hover {
  opacity: 0.7;
  cursor: pointer;
}

#index_graduates-nav div.index_graduate-nav {
  position: relative;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#index_graduates-nav div.index_graduate-nav:before {
  content: "";
  display: block;
  width: 9.2rem;
  max-width: 20.2vw;
  height: 9.2rem;
  max-height: 20.2vw;
  border: 0.5rem #ffffff solid;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
}

#index_graduates-nav div.index_graduate-nav:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1.6rem;
  border: 0.5rem transparent solid;
  border-top: 0.8rem solid #444444;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

#index_graduates-nav .slick-current div.index_graduate-nav:before,
#index_graduates-nav .slick-current div.index_graduate-nav:after {
  opacity: 1;
}

#index_graduates-nav .slick-current img {
  opacity: 0.7;
}

/* ## index_course ## */
.index_courseunit {
  font-size: 0;
  margin-bottom: 4rem;
}

.index_course {
  display: inline-block;
  vertical-align: top;
  width: 49.2%;
  border: 1px solid #333333;
  margin-right: 1.6%;
  margin-bottom: 1.6%;
}

.index_course:nth-child(even) {
  margin-right: 0;
}

.index_course_ttl {
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  background: #2f66a0;
  padding: 0.35rem;
  border-bottom: 1px solid #333333;
}

.index_course_exp {
  padding: 0.35rem;
  text-align: center;
  border-bottom: 1px solid #333333;
}

.index_course_persona {
  font-size: 1.4rem;
}

.index_course_name {
  font-weight: bold;
  font-size: 2rem;
}

.index_course_price {
  font-weight: bold;
  font-size: 2rem;
  color: #2f66a0;
}

.index_course_note {
  padding: 0.35rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2rem;
}

.index_course_noteLine {
  display: inline-block;
}

.index_course_noteLine + .index_course_noteLine:before {
  content: "＋";
}

/* ## index_news ## */
.index_news {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 4rem auto;
}

.index_news iframe {
  width: 100%;
}

/* ## index_access ## */
.index_accessunit {
  margin-bottom: 3.5rem;
}

.index_access_table {
  width: 49.2%;
  float: left;
}

.index_access_gmap {
  width: 49.2%;
  float: right;
}

.index_access_gmap iframe {
  width: 100%;
  height: 350px;
  margin-bottom: 1rem;
}

/* ##### responsive ##### */
@media (max-width: 767px) {
  #index_slide_sp {
    width: 100%;
    height: 106vw;
    background: url("../images/index_slide01_sp.jpg");
    background-size: cover;
  }
  /* ## message ## */
  .index_mes {
    width: 100%;
    margin: 1rem 0;
  }
  #index_mes_solution {
    width: 70%;
  }
  /* ## system ## */
  .index_systemmain {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
  .index_systemsub {
    width: 100%;
    float: none;
  }
  .index_systemmain .com_textttl {
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
  }
  .index_systempoint {
    margin: 1.5rem 0 0 0;
  }
  .index_systempoint th {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
  .index_systempoint td {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    border: 1px solid #444444;
  }
  /* ## content ## */
  #index_contentunit {
    text-align: left;
    font-size: 0;
  }
  .index_content {
    display: block;
    width: 100%;
  }
  #index_contentunit .slick-slide {
    padding: 0 5px;
  }
  /* ## graduate ## */
  .index_graduate_photo {
    width: 50%;
    float: none;
    margin: 0 auto 1rem auto;
  }
  .index_graduate_txt {
    width: 100%;
    float: none;
  }
  .index_graduate_mesname {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.2;
  }
  .index_graduate_mesname small {
    font-size: 1.3rem;
  }
  .index_graduate_mesttl {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
  }
  .index_graduate_mesbody {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  /* ## index_course ## */
  .index_courseunit {
    margin-bottom: 1rem;
  }
  .index_course {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .index_course_ttl {
    font-size: 1.4rem;
  }
  .index_course_exp {
    padding-top: 0.6rem;
  }
  .index_course_persona {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .index_course_name {
    font-size: 1.6rem;
  }
  .index_course_price {
    font-size: 1.6rem;
  }
  .index_course_note {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  /* ## index_access ## */
  .index_access_gmap {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
  .index_access_table {
    float: none;
    width: 100%;
  }
  .index_access_gmap iframe {
    height: 70vw;
  }
}

/* banner */
.link-bnr {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.link-bnr img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link-bnr.link-bnr01 {
  max-width: 300px;
  margin-top: 30px;
}

.link-bnr:hover img {
  opacity: 0.7;
}

.none {
  display: none;
}

@media screen and (max-width: 767px) {
  .link-bnr.link-bnr01 {
    margin-top: 0;
  }
}
/*# sourceMappingURL=index.css.map */