@media screen and (min-width: 993px) {
  .for-pc {
	display:block;
  }
  .for-sp {
	display:none;
  }
}
@media screen and (max-width: 992px) {
  .for-pc {
	display:none;
  }
  .for-sp {
	display:block;
  }
  #header {
    margin-top: 0;
/*     background: #fff; */
/*     -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1); */
  }

 #header h1 img {
    display: inline;
    width:80%;
  }
  #header .navbar-brand {
    color: #4AE3B5 !important;
  }
  #header #navbar ul {
  	margin-top:55px;
    float: none !important;
    padding-top: 20px;
  }
  #header #navbar li a {
	padding: 10px;
/*     color: rgba(0, 0, 0, 0.5) !important; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #header #navbar li a:hover {
    color: #fff !important;
  }
  #header #navbar li a span:before {
    background: transparent !important;
  }
  #header #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff !important;
  }
  #header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  #header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  #headNavi {
    position: relative;
    top: 20px;
  }
  /* hero */
  #hero .flexslider .slides {
    height: 510px;
  }
  #hero .flexslider .flex-control-nav {
    bottom: 20px;
  }


  .cta {
    padding: 3em 0;
  }

  #features {
    padding: 4em 0;
  }
  .first-section {
    padding-top: 3em;
  }

  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }

  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
  .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .owl-text-wrap {
    height: inherit;
    padding: 5em 0;
    padding: 0;
    text-align: center;
  }

  .owl-carousel-fullwidth .item .mobile-image .mobile {
    bottom: 0em;
    text-align: center;
    float: none !important;
    margin: 0 auto;
    display: block;
  }
  .owl-carousel-fullwidth .item .owl-text .lead {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .owl-carousel-fullwidth .item .owl-text .sub-lead {
    font-size: 24px;
    line-height: 34px;
  }
/* index-information */
  #index-information .container {
    padding: 0 50px 0 280px;
  }
  #index-information h2 {
    left: 5%;
    background-size: 200px;
  }
  #index-information .introduction p {
    font-size: 17px;
    line-height: 1.5;
  }
/* About */
  #about .box-content {
	padding: 5%;
  }
/* footer */
  #footer .col-foot-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .col-foot-logo h2 img {
    margin: 0 auto;
  }
/* Sub-hero */
#sub-hero,
#sub-hero::after,
#sub-course-hero,
#sub-course-hero::after  {
  height: 330px;
}

#sub-hero h2,
#sub-course-hero h2 {
  top: 160px;
}


}

/* xs */
@media (max-width: 767px) {
  #header {
    margin-top: 0;
     background: rgba(35,26,106,.7);
  }
  #header h1 img,
  #header.navbar-fixed-top h1 img {
    width: 65%;
  }
  #header #navbar ul {
    margin-top: 30px;
  }
  #header #navbar li a {
    color: #fff !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #header #headNavi{
    display:none;
  }
  #header #Mobile-headNavi {
    display: block;
    padding:10px 0;
  }
  #header #Mobile-headNavi #searchForm  {
    width: 100%;
  }

  #header .navbar-default .navbar-collapse {
    border-color: none;
}

  #header .navbar-collapse {
    border-top: none !important;
    box-shadow: none !important;
}

  .nav-toggle {
    display: block;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .navbar {
    min-height: 70px;
  }
  #hero .flexslider {
    width: 100%;
  }

  #hero .flexslider .slides {
    height: 420px;
  }
/* index-information */
  #index-information .container {
    padding: 0 30px 50px;
  }
  #index-information h2 {
    width: 300px;
    height: 105px;
    background: url('../image/top/index_about_title02.png') 0 0 no-repeat;
    background-size: 320px auto;
  }
  #index-information .introduction {
    margin-top: 150px;
  }
  #index-information .introduction p {
        margin-top: 24px;
    font-size: 15px;
  }
  .back {
    width: 100%;
  }
/* footer */

  #footer .col-foot-logo h2 img {
    width: 150px;
    margin: 0 auto;
  }
  footer .f-info .col-foot-logo h2, #footer .f-info p {
    letter-spacing: 0;
    text-align: center;
  }
  #footer .f-info span {
    display: block;
  }
  #footer .footer-nav ul li {
    margin-bottom: 10px;
  }
  #footer .copyright {
    letter-spacing: 0;
  }

  /* Basic */
  .section-heading-top h2,
  .section-heading h2 {
    font-size: 20px;
  }
  .heading h3,
  .heading h4 {
    font-size: 18px;
  }

}
@media screen and (max-width: 480px) {
  #header h1 {
    margin-top: -5px;
  }
  section {
    padding: 3em 0;
  }

  #hero .flexslider .slides {
    height: 450px;
  }
  #hero .flexslider .slides img {
    height: 450px !important;
    width: auto;
  }
  .project-txt h3 {
    margin-top:15px;
  }
  #press .press-item {
    display: block !important;
  }

  #press .press-item .press-text,
  #press .press-item .press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }

  #press .press-item .press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }

  .owl-carousel-center .owl-dots {
    bottom: -60px;
  }
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
  ul.breadcrumb-list {
    display: none;
  }


}
@media screen and (min-width:1100px) and (max-width:1300px){
  #hero .flexslider .slides {
    height: 810px;
  }
}

