/** block ID:Obn03-1 **/
.gb-side {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.gb-side .side-nav-lists {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .gb-side .side-nav-lists.inner {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .gb-side .side-nav-lists {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.gb-side .side-nav-lists > div {
  position: relative;
}
.gb-side .side-nav-lists > div:first-child {
  display: none;
}

.menuLevel3 .gb-side .side-nav-lists > div:first-child {
  display: block;
}
@media screen and (max-width: 960px) {
  .gb-side .side-nav-lists > div {
    width: 100%;
  }
}
.gb-side .side-nav-lists > div:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 16px;
  height: 12px;
}
@media screen and (max-width: 960px) {
  .gb-side .side-nav-lists > div:after {
    right: 5%;
  }
}
.gb-side .side-nav-lists > div a {
  padding: 10px 35px 10px 25px;
  display: block;
}
@media screen and (max-width: 960px) {
  .gb-side .side-nav-lists > div a {
    padding: 10px 5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.gb-side .side-nav-lists > div > div {
  overflow: hidden;
  position: absolute;
  top: 43px;
  left: 10px;
  width: 200px;
  z-index: 10;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-2%);
  opacity: 0;
  transition: 0.1s;
  height: 0;
}
.gb-side .side-nav-lists > div > div.hover {
  transform: translateY(0);
  transition: 0.1s;
  opacity: 1.0;
  height: auto;
  padding: 10px 0;
}
@media screen and (max-width: 960px) {
  .gb-side .side-nav-lists > div > div.hover {
    opacity: 1.0;
    height: auto;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.gb-side .side-nav-lists > div > div a {
  padding: 0 15px;
  line-height: 200%;
}
.gb-side a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 960px) {
  .gb-side .side-nav-lists > div > div {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: translateY(0);
  }
  .gb-side .side-nav-lists > div > div li:last-child a {
    border-bottom: none;
  }
  .gb-side .side-nav-lists > div > div a {
    /*border-bottom: 1px solid #321050;*/
    padding: 10px 0;
  }
}


/*スマホ３層ナビ追加*/
.sp-nav-head {
  color: #fff;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  display: none;
}
.sp-nav-head.active:after {
  content: '-';
  font-size: 38px;
  top: -18px;
}
@media screen and (max-width: 960px) {
  .sp-nav-head.active + .gb-side {
    transition: 0.2s;
    visibility: visible;
    opacity: 1.0;
    height: auto;
  }
}
.sp-nav-head:after {
  color: #fff;
  content: "+";
  font-size: 26px;
  position: absolute;
  right: 5%;
  top: -4px;
}
@media screen and (max-width: 960px) {
  .sp-nav-head {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .sp-nav-head + .gb-side {
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}

.level2 .gb-side .side-nav-lists > div:after {
   height: 15px;
}

/*20170306追加*/
@media screen and (max-width: 960px) {
   .gb-side .side-nav-lists > div > div.hover > div > div:last-child a{
      border-bottom: none;
   } 
}

.cp-text-col2 .cp-text-l {
 float:left;
 width: 48%;
}
.cp-text-col2 .cp-text-r {
 float:right;
 width: 48%;
}
.cp-text-col3 .cp-text-l {
 float:left;
 width: 30%;
 margin-right: 20px;
}
.cp-text-col3 .cp-text-r {
 float:right;
 width: 30%;
}
.cp-text-col4 .cp-text-l {
 float:left;
 width: 22%;
}
.cp-text-col4 .cp-text-r {
 float:right;
 width: 22%;
}
.cp-img-r {
 float:right;
}
.cp-img-c {
 text-align:center
}
.cp-img-c img {
 margin: 0 auto;
}

.cp-ti .cp-text {
 float:left;
 width: 48%;
}
.cp-ti .cp-img {
 float:right;
 width: 48%;
}
.cp-it .cp-img {
 float:left;
 width: 48%;
}
.cp-it .cp-text {
 float:right;
 width: 48%;
}
.cp-img-col2 .cp-col-01 {
 float:left;
 width: 48%;
}
.cp-img-col2 .cp-col-02 {
 float:right;
 width: 48%;
}
.cp-img-col3 .cp-col-01 {
 float:left;
 width: 30%;
}
.cp-img-col3 .cp-col-02 {
 float:left;
 width: 30%;
}
.cp-img-col3 .cp-col-03 {
 float:right;
 width: 30%;
}
.cp-img-col4 .cp-col-01 {
 float:left;
 width: 22%;
}
.cp-img-col4 .cp-col-02 {
 float:left;
 width: 22%;
}
.cp-img-col4 .cp-col-03 {
 float:left;
 width: 22%;
}
.cp-img-col4 .cp-col-04 {
 float:right;
 width: 22%;
}
.cp-wp {
 background:#FAFAFA;
 border:1px solid #CCC;
 padding:20px;
}
.cp-text-col2 .cp-text-l {
 float:left;
 width: 48%;
}
.cp-text-col2 .cp-text-r {
 float:right;
 width: 48%;
}
.cp-text-col3 .cp-text-l {
 float:left;
 width: 30%;
 margin-right: 20px;
}
.cp-text-col3 .cp-text-r {
 float:right;
 width: 30%;
}
.cp-text-col4 .cp-text-l {
 float:left;
 width: 22%;
}
.cp-text-col4 .cp-text-r {
 float:right;
 width: 22%;
}
.cp-img-c {
 text-align:center
}
.cp-img-c img {
 margin: 0 auto;
}
.cp-wp {
 background:#FAFAFA;
 border:1px solid #CCC;
 padding:20px;
}
.cp-ti .cp-text {
 float:left;
 width: 48%;
}
.cp-ti .cp-img {
 float:right;
 width: 48%;
}
.cp-wp {
 background:#FAFAFA;
 border:1px solid #CCC;
 padding:20px;
}
.cp-it .cp-img {
 float:left;
 width: 48%;
}
.cp-it .cp-text {
 float:right;
 width: 48%;
}

.cp-wp {
 background:#FAFAFA;
 border:1px solid #CCC;
 padding:20px;
}
.cp-space-L {
 height:45px;
 clear: both;
}
.cp-space-M {
 height:30px;
 clear: both;
}
.cp-space-S {
 height:15px;
 clear: both;
}
.cp-solid {
 border-top:1px solid #ccc;
}
.cp-solid hr{
 display:none;
}
.cp-dotted {
 border-top:1px dotted #ccc;
}
.cp-dotted hr{
 display:none;
}
.main-visual {
  position: relative;
  margin-top: 110px;
  height: 680px;
}
.main-visual .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1400px) {
  .main-visual {
    height: 515px;
  }
}

@media screen and (max-width: 1140px) {
  .main-visual {
    height: 420px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual {
    margin-top: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .main-visual {
    height:auto;
  }
}
.main-visual .main-bg {
  position: relative;
}
.main-visual .player.swiper-slide-active {
  z-index: 1;
}
.main-visual .img-bg,
.main-visual .sp-img {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 960px) {
  .main-visual .img-bg,
  .main-visual .sp-img {
    display: none;
  }
}
.main-visual .sp-img {
  display: none;
}
@media screen and (max-width: 960px) {
  .main-visual .sp-img {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .main-visual .brand-movie .sp-img {
    /*background-image: url(/albums/abm00000020.jpg);*/
    background-image: url(/albums/abm00004424.jpg);
  }
}
.main-visual .gakubu-gakka .img-bg {
  background-image: url(/albums/abm00004746.jpg);
}
@media screen and (max-width: 960px) {
  .main-visual .gakubu-gakka .sp-img {
    background-image: url(/albums/abm00004747.jpg);
  }
}
.main-visual .opencampus .img-bg {
  background-image: url(/albums/abm00004822.jpg);
}
@media screen and (max-width: 960px) {
  .main-visual .opencampus .sp-img {
    background-image: url(/albums/abm00004823.jpg);
  }
}
@media screen and (max-width: 960px) {
  .main-visual .times-movie .sp-img {
    /*background-image: url(/albums/abm00000023.jpg);*/
    /*background-image: url(/albums/abm00004423.jpg);*/
    background-image: url(/albums/abm00004425.jpg);
  }
}
.main-visual .player {
  width: 100%;
  height: 680px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .main-visual .player {
    height: 515px;
  }
}
@media screen and (max-width: 1140px) {
  .main-visual .player {
    height: 420px;
  }
}
.main-visual .player:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual .player .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top:-10%;
}
.main-visual .player .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .main-visual .player .movie {
    display: none;
  }
}
.main-visual .player video {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
  background-size: cover;
}
.main-visual .slidenum {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 100%;
}
.main-visual .main-catch {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .main-visual .main-catch {
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .main-visual .main-catch .inner {
    margin: auto;
    width: 100%;
  }
}
.main-visual .main-catch .slide2 {
  width: 480px;
  height: 280px;
  z-index: 4;
  float: left;
}
.main-visual .main-catch .slide2 .swiper-slide2 {
  visibility: hidden;
  /*display:none;*/
}
.main-visual .main-catch .slide2 .swiper-slide2.swiper-slide-active {
  opacity: 1.0 !important;
  visibility: visible;
  /*display:block;*/
}
@media screen and (max-width: 1140px) {
  .main-visual .main-catch .slide2 {
    margin-left: 70px;
    height: 210px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual .main-catch .slide2 {
    margin-left: 0;
    width: 100vw;
    height: auto;
    float: none;
  }
}
.main-visual .main-catch .swiper-slide-active .main-box {
  visibility: visible;
}
.main-visual .main-catch .main-box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  color: #fff;
  z-index: 8;
  height: 280px;
  visibility: hidden;
  width: 480px;
  bottom: 0;
}
@media screen and (max-width: 1140px) {
  .main-visual .main-catch .main-box {
    padding: 25px 40px;
    height: 210px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual .main-catch .main-box {
    width: 100vw;
    height: 200px;
    padding: 25px;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main-visual .main-catch .main-box {
    height: 100%;
    padding: 0;
  }
}
.main-visual .main-catch .main-box .head {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3px;
}
@media screen and (max-width: 960px) {
  .main-visual .main-catch .main-box .head {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .main-visual .main-catch .main-box .head {
    font-size: 1.5rem;
    padding: 5px 20px;
    margin-bottom: 0;
  }
}
.main-visual .main-catch .main-box .sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .main-visual .main-catch .main-box .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.main-visual .main-catch .main-box .slide-link {
  position: absolute;
  bottom: 45px;
  left: 40px;
  width: 400px;
}
@media screen and (max-width: 1140px) {
  .main-visual .main-catch .main-box .slide-link {
    bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual .main-catch .main-box .slide-link {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .main-visual .main-catch .main-box .slide-link {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 0px;
  }
}
.main-visual .main-catch .main-box .slide-link a {
  display: block;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .main-visual .main-catch .main-box .slide-link a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.main-visual .main-catch .main-box .slide-link a:hover {
  text-decoration: none;
}
.main-visual .main-catch .main-box .slide-link a:hover:after {
  background-color: #333;
  transition: 0.3s;
}
.main-visual .main-catch .main-box .slide-link a:after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: #541B86;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.main-visual .main-slide {
  width: 100%;
  height: 680px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  .main-visual .main-slide {
    min-height: auto;
    height: 515px;
  }
}
@media screen and (max-width: 1140px) {
  .main-visual .main-slide {
    min-height: auto;
    height: 420px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual .main-slide {
    min-height: auto;
    height: 430px;
  }
}
@media screen and (max-width: 750px) {
  .main-visual .main-slide {
    min-height: 56vw;
    width:100%;
    height:auto;
  }
}
.main-visual .main-slide .outer {
  position: relative;
}
@media screen and (max-width: 960px) {
  .main-visual .main-slide .outer {
    height: -moz-calc(100vh - 142px);
    height: -o-calc(100vh - 142px);
    height: -webkit-calc(100vh - 142px);
    height: calc(100vh - 142px);
  }
}
@media screen and (max-width: 960px) {
  .main-visual .main-slide {
    background-position: center center;
  }
}
.main-visual .paging-inner {
  z-index: 3;
  position: absolute;
  bottom: 195px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .main-visual .paging-inner {
    bottom: 165px;
  }
}
.main-visual .paging-inner .swiper-pagination-bullet {
  background-color: transparent;
  width: 30px;
  height: 32px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  opacity: 0.7;
  font-weight: bold;
}
.main-visual .paging-inner .swiper-pagination-bullet-active {

  background-color: transparent;
  font-size: 36px;
  font-size: 3.6rem;
  opacity: 1.0;
}
.main-visual .slide-right {
  right: 0;
  background-image: url(/albums/abm00000018.png);
}
.main-visual .slide-left {
  left: 0;
  background-image: url(/albums/abm00000011.png);
}
.main-visual .slide-arrow {
  transition: 0.1s;
  cursor: pointer;
  position: absolute;
  width: 55px;
  height: 100px;
  z-index: 2;
  background-color: #541B86;
  top: -moz-calc(50% - 50px);
  top: -o-calc(50% - 50px);
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  background-repeat: no-repeat;
  background-position: center center;
}
.main-visual .slide-arrow:hover {
  background-color: #333;
  transition: 0.1s;
}
@media screen and (max-width: 960px) {
  .main-visual .slide-arrow {
    display: none;
  }
}

.movie-wrap {
  display: none;
}

.img-bg a{
text-indent:100%!important;
white-space:nowrap;
overflow:hidden;
}
/** TOP SPナビ **/
.sp-content {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp-content {
    display: block;
  }
}
.sp-content .top ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
.sp-content .top li {
  height: 80px;
  width: 25%;
}
.sp-content .top li:last-child a {
  border-right: none;
}
.sp-content .top a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #541B86;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 45px;
  border-right: 1px solid #43166B;
  border-bottom: 1px solid #43166B;
}
.sp-content .top a:after {
  position: absolute;
  content: ' ';
}
.sp-content .top .seikyu a:after {
  top: 15px;
  left: calc(50% - 10px);
  height: 21px;
}
.sp-content .top .access a:after {
  top: 15px;
  left: calc(50% - 7.5px);
  height: 24px;
}
.sp-content .top .inquiry a:after {
  top: 15px;
  left: calc(50% - 10px);
  height: 21px;
}
.sp-content .top .setsumei a:after {
  top: 15px;
  left: calc(50% - 6.5px);
  height: 26px;
}
.sp-content .bottom ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-content .bottom ul li {
  width: 50%;
}
.sp-content .bottom ul li:nth-child(even) a {
  border-right: none;
}
.sp-content .bottom ul a {
  display: block;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 12px 0;
  background-color: #541B86;
  color: #fff;
  border-right: 1px solid #43166B;
  border-bottom: 1px solid #43166B;
}

.visible .sp-content {
   display: block;
}
/**重要なお知らせ**/
@media screen and (max-width: 960px) {
  .important-news-wrap {
    background-color: #541B86;
    padding: 5% 0;
  }
}

.important-news.inner {
  margin: 40px auto;
  background-color: #fff;
  border: 1px solid #D90000;
  padding: 20px 40px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 960px) {
  .important-news.inner {
    margin: auto;
    border: none;
    padding: 20px;
  }
}
.important-news.inner .left {
  float: left;
  width: 145px;
  border-right: 1px solid #D90000;
  padding: 12px 0;
}
@media screen and (max-width: 960px) {
  .important-news.inner .left {
    float: none;
    width: 100%;
    border-right: none;
    padding: 0;
    margin-bottom: 10px;
  }
}
.important-news.inner .left .title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .important-news.inner .left .title {
     display: inline-block;
  }


  .important-news.inner .left .link {
    float: right;
  }
}
.important-news.inner .left .link a {
  display: inline-block;
  background-color: #541B86;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0px 20px;
  color: #fff;
}
.important-news.inner .left .link a:hover {
  text-decoration: none;
  background-color: #333;
}
.important-news.inner .right {
  padding-left: 165px;
}
@media screen and (max-width: 960px) {
  .important-news.inner .right {
    padding-left: 0;
  }
}
.important-news.inner .right ul {
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .important-news.inner .right ul {
    padding-top: 0;
  }
}
.important-news.inner .right ul li {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 3px;
}
.important-news.inner .right ul li:last-child {
  margin-bottom: 0;
}
.important-news.inner .right ul li p {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.important-news.inner .right ul li p.date {
  margin-right: 27px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .important-news.inner .right ul li p {
    display: block;
  }
}
/** 上のバナー **/
.top-banners {
  margin-bottom: 48px;
}
.top-banners.first-content {
   margin-top: 60px;
}

.top-banners .outer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  /*画像くるっ*/
  /*写真拡大*/
  /*画像切り替え*/
}
@media screen and (max-width: 1140px) {
  .top-banners .outer {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .top-banners.top-banners-noimg .outer {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1140px) and (max-width: 960px) {
  .top-banners .outer {
    margin: auto;
    width: 100%;
  }
}

.top-banners .outer .top-banner-01-wraplink {
  position: relative;
}
.top-banners .outer .top-banner-01-wraplink .left {
  transform: scaleX(1);
  transition: 0.5s;
}
.top-banners .outer .top-banner-01-wraplink .right {
  transform: scaleX(1);
  transition: 0.5s;
}
.top-banners .outer .top-banner-01-wraplink .left-on {
  transform: scaleX(-1);
  transition: 0.5s;
  background-color: #333;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
}
.top-banners .outer .top-banner-01-wraplink:hover .left {
  transform: scaleX(0);
  transition: 0.5s;
}
.top-banners .outer .top-banner-01-wraplink:hover .left-on {
  transform: scaleX(1);
  transition: 0.5s;
}
.top-banners .outer .top-banner-01-wraplink:hover .right {
  transform: scaleX(-1);
  transition: 0.5s;
}
.top-banners .outer .top-banner-02-wraplink img {
  transform: scale(1);
  transition: 0.5s;
}
.top-banners .outer .top-banner-02-wraplink:hover img {
  transform: scale(1.5);
  transition: 0.5s;
}
.top-banners .outer .top-banner-03-wraplink .right {
  position: relative;
}
.top-banners .outer .top-banner-03-wraplink .right img {
  position: absolute;
  transition: 0.5s;
}
.top-banners .outer .top-banner-03-wraplink .right img:last-child {
  opacity: 0;
}
.top-banners .outer .top-banner-03-wraplink:hover img {
  transition: 0.5s;
  opacity: 0;
}
.top-banners .outer .top-banner-03-wraplink:hover img:last-child {
  opacity: 1.0;
}
.top-banners .outer .top-banner-wraplink,
.top-banners .outer .top-banner-01-wraplink,
.top-banners .outer .top-banner-02-wraplink,
.top-banners .outer .top-banner-03-wraplink {
  width: calc(100% / 3);
}
@media screen and (max-width: 1140px) {
  .top-banners .outer .top-banner-wraplink,
  .top-banners .outer .top-banner-01-wraplink,
  .top-banners .outer .top-banner-02-wraplink,
  .top-banners .outer .top-banner-03-wraplink {
    width: 100%;
  }
  .top-banners.top-banners-noimg .outer .top-banner-wraplink,
  .top-banners.top-banners-noimg .outer .top-banner-01-wraplink,
  .top-banners.top-banners-noimg .outer .top-banner-02-wraplink,
  .top-banners.top-banners-noimg .outer .top-banner-03-wraplink {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 992px) {
  .top-banners.top-banners-noimg .outer .top-banner-wraplink,
  .top-banners.top-banners-noimg .outer .top-banner-01-wraplink,
  .top-banners.top-banners-noimg .outer .top-banner-02-wraplink,
  .top-banners.top-banners-noimg .outer .top-banner-03-wraplink {
    width: 100%;
  }
}
.top-banners .outer .top-banner-wraplink:hover,
.top-banners .outer .top-banner-01-wraplink:hover,
.top-banners .outer .top-banner-02-wraplink:hover,
.top-banners .outer .top-banner-03-wraplink:hover {
  text-decoration: none;
}
.top-banners .outer .top-banner-wraplink:hover .left,
.top-banners .outer .top-banner-01-wraplink:hover .left,
.top-banners .outer .top-banner-02-wraplink:hover .left,
.top-banners .outer .top-banner-03-wraplink:hover .left {
  background-color: #333;
  transition: 0.2s;
}
.top-banners .outer .top-banner-wraplink:hover .right:after,
.top-banners .outer .top-banner-wraplink:hover .right-on:after,
.top-banners .outer .top-banner-01-wraplink:hover .right:after,
.top-banners .outer .top-banner-01-wraplink:hover .right-on:after,
.top-banners .outer .top-banner-02-wraplink:hover .right:after,
.top-banners .outer .top-banner-02-wraplink:hover .right-on:after,
.top-banners .outer .top-banner-03-wraplink:hover .right:after,
.top-banners .outer .top-banner-03-wraplink:hover .right-on:after {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2;
}
.top-banners .outer .top-banner-wraplink:hover .head a,
.top-banners .outer .top-banner-01-wraplink:hover .head a,
.top-banners .outer .top-banner-02-wraplink:hover .head a,
.top-banners .outer .top-banner-03-wraplink:hover .head a {
  text-decoration: none;
}
.top-banners .outer .top-banner-wraplink .left,
.top-banners .outer .top-banner-wraplink .left-on,
.top-banners .outer .top-banner-01-wraplink .left,
.top-banners .outer .top-banner-01-wraplink .left-on,
.top-banners .outer .top-banner-02-wraplink .left,
.top-banners .outer .top-banner-02-wraplink .left-on,
.top-banners .outer .top-banner-03-wraplink .left,
.top-banners .outer .top-banner-03-wraplink .left-on {
  height: 200px;
  padding: 35px 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .top-banners .outer .top-banner-wraplink .left,
  .top-banners .outer .top-banner-wraplink .left-on,
  .top-banners .outer .top-banner-01-wraplink .left,
  .top-banners .outer .top-banner-01-wraplink .left-on,
  .top-banners .outer .top-banner-02-wraplink .left,
  .top-banners .outer .top-banner-02-wraplink .left-on,
  .top-banners .outer .top-banner-03-wraplink .left,
  .top-banners .outer .top-banner-03-wraplink .left-on {
    float: left;
    width: calc(100% - 494px);
  }
  .top-banners.top-banners-noimg .outer .top-banner-wraplink .left,
  .top-banners.top-banners-noimg .outer .top-banner-wraplink .left-on,
  .top-banners.top-banners-noimg .outer .top-banner-01-wraplink .left,
  .top-banners.top-banners-noimg .outer .top-banner-01-wraplink .left-on,
  .top-banners.top-banners-noimg .outer .top-banner-02-wraplink .left,
  .top-banners.top-banners-noimg .outer .top-banner-02-wraplink .left-on,
  .top-banners.top-banners-noimg .outer .top-banner-03-wraplink .left,
  .top-banners.top-banners-noimg .outer .top-banner-03-wraplink .left-on {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .top-banners .outer .top-banner-wraplink .left,
  .top-banners .outer .top-banner-wraplink .left-on,
  .top-banners .outer .top-banner-01-wraplink .left,
  .top-banners .outer .top-banner-01-wraplink .left-on,
  .top-banners .outer .top-banner-02-wraplink .left,
  .top-banners .outer .top-banner-02-wraplink .left-on,
  .top-banners .outer .top-banner-03-wraplink .left,
  .top-banners .outer .top-banner-03-wraplink .left-on {
    float: none;
    width: 100%;
    padding: 35px 18px;
  }
}
.top-banners .outer .top-banner-wraplink .left .head a,
.top-banners .outer .top-banner-wraplink .left-on .head a,
.top-banners .outer .top-banner-01-wraplink .left .head a,
.top-banners .outer .top-banner-01-wraplink .left-on .head a,
.top-banners .outer .top-banner-02-wraplink .left .head a,
.top-banners .outer .top-banner-02-wraplink .left-on .head a,
.top-banners .outer .top-banner-03-wraplink .left .head a,
.top-banners .outer .top-banner-03-wraplink .left-on .head a {
  color: #fff;
}
.top-banners .outer .top-banner-wraplink .right,
.top-banners .outer .top-banner-01-wraplink .right,
.top-banners .outer .top-banner-02-wraplink .right,
.top-banners .outer .top-banner-03-wraplink .right {
  position: relative;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .top-banners .outer .top-banner-wraplink .right,
  .top-banners .outer .top-banner-01-wraplink .right,
  .top-banners .outer .top-banner-02-wraplink .right,
  .top-banners .outer .top-banner-03-wraplink .right {
    float: right;
    width: 494px;
  }
}
@media screen and (max-width: 960px) {
  .top-banners .outer .top-banner-wraplink .right,
  .top-banners .outer .top-banner-01-wraplink .right,
  .top-banners .outer .top-banner-02-wraplink .right,
  .top-banners .outer .top-banner-03-wraplink .right {
    display: none;
  }
}
.top-banners .outer .top-banner-wraplink .right img,
.top-banners .outer .top-banner-01-wraplink .right img,
.top-banners .outer .top-banner-02-wraplink .right img,
.top-banners .outer .top-banner-03-wraplink .right img {
  width: 494px;
  max-width: none;
}
.top-banners .outer .top-banner-wraplink .right:after,
.top-banners .outer .top-banner-01-wraplink .right:after,
.top-banners .outer .top-banner-02-wraplink .right:after,
.top-banners .outer .top-banner-03-wraplink .right:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: 0.2s;
}

/*  admission event  */
.top-banners .top-banner.adevent .left {
  background-color: #1494E0;
}
.top-banners .top-banner.adevent .left .head {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  padding-top: 49px;
}
.top-banners .top-banner.adevent .left .head a {
  padding-left: 30px;
  position: relative;
}
.top-banners .top-banner.adevent .left .head a:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
}

/*  opencampus  */
.top-banners .top-banner.oc .left,
.top-banners .top-banner.oc .left-on {
  background-color: #1494E0;
}
.top-banners .top-banner.oc .left .sub,
.top-banners .top-banner.oc .left-on .sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.0;
}
.top-banners .top-banner.oc .left .head,
.top-banners .top-banner.oc .left-on .head {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 7px;
}
@media screen and (max-width: 960px) {
  .top-banners .top-banner.oc .left .head,
  .top-banners .top-banner.oc .left-on .head {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.top-banners .top-banner.oc .left ul,
.top-banners .top-banner.oc .left-on ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-banners .top-banner.oc .left ul li,
.top-banners .top-banner.oc .left-on ul li {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: #333333;
  margin: 0 5px;
  padding: 15px 0 8px;
}
@media screen and (max-width: 960px) {
  .top-banners .top-banner.oc .left ul li,
  .top-banners .top-banner.oc .left-on ul li {
    width: 60px;
    height: 60px;
    padding: 10px 0 8px;
  }
}
.top-banners .top-banner.oc .left ul li .date,
.top-banners .top-banner.oc .left-on ul li .date {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .top-banners .top-banner.oc .left ul li .date,
  .top-banners .top-banner.oc .left-on ul li .date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.top-banners .top-banner.oc .left ul li .day,
.top-banners .top-banner.oc .left-on ul li .day {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .top-banners .top-banner.oc .left ul li .day,
  .top-banners .top-banner.oc .left-on ul li .day {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.top-banners .top-banner.oc .left ul li.end,
.top-banners .top-banner.oc .left-on ul li.end {
  background-color: #999999;
}
.top-banners .top-banner.oc .left-on {
  background-color: #333;
  z-index: 0;
}
.top-banners .top-banner.oc .left {
  position: relative;
  z-index: 3;
}

/*  syutugan  */
.top-banners .top-banner.syutugan .left {
  background-color: #D869A0;
}
.top-banners .top-banner.syutugan .left .head {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  padding-top: 49px;
}
.top-banners .top-banner.syutugan .left .head a {
  padding-left: 49px;
  position: relative;
}
.top-banners .top-banner.syutugan .left .head a:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
}

/*  gansyo download  */
.top-banners .top-banner.gansyo .left {
  background-color: #ECAB40;
}
.top-banners .top-banner.gansyo .left .head {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  padding-top: 42px;
}
.top-banners .top-banner.gansyo .left .head a {
  padding-left: 49px;
  position: relative;
}
.top-banners .top-banner.gansyo .left .head a:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
}
.top-banners .top-banner.gansyo .left .bottom {
  display: inline-block;
  margin: auto;
  margin-top: 8px;
  position: relative;
  padding: 0 10px;
  font-weight: 500;
}
.top-banners .top-banner.gansyo .left .bottom:after {
  content: ' ';
  position: absolute;
  width: 23px;
  height: 1px;
  left: -23px;
  top: 13px;
  background-color: #fff;
}
.top-banners .top-banner.gansyo .left .bottom:before {
  content: ' ';
  position: absolute;
  width: 23px;
  height: 1px;
  right: -23px;
  top: 13px;
  background-color: #fff;
}
/** MusashinoTimes **/
.times-news.inner {
  margin-bottom: 73px;
}
@media screen and (max-width: 960px) {
  .times-news.inner .all-link {
    margin-top: 40px;
  }
}
.times-news.inner ul {
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 1140px) {
  .times-news.inner ul {
    max-width: 754px;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .times-news.inner ul {
    max-width: 367px;
  }
}
.times-news.inner ul li {
  width: calc((100% - 40px) / 3);
  float: left;
  margin-right: 19px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  .times-news.inner ul li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .times-news.inner ul li {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.times-news.inner ul li .thum {
  position: relative;
  height:214px;
  overflow:hidden;
  background-color:#fff;
  
}
.times-news.inner ul li .thum:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: 0.2s;
}
.times-news.inner ul li a:hover {
  text-decoration: none;
}
.times-news.inner ul li a:hover .thum:after {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
.times-news.inner ul li a:hover .bottom {
  text-decoration: underline;
}
.times-news.inner ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1140px) {
  .times-news.inner ul li:nth-child(3n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .times-news.inner ul li:nth-child(3n) {
    margin: auto;
  }
}
@media screen and (max-width: 1140px) {
  .times-news.inner ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .times-news.inner ul li:nth-child(even) {
    margin: auto;
  }
}
@media screen and (max-width: 960px) {
  .times-news.inner ul li:nth-child(n+5) {
    display: none;
  }
}
.times-news.inner ul .content {
  padding: 25px 20px;
  background-color: #fff;
  /*height: 146px;*/
}
.times-news.inner ul .above {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.times-news.inner ul .above .date {
  padding-right: 10px;
}
.times-news.inner ul .bottom {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
/** News & Event **/
.news-events.inner {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 39px;
}
.news-events.inner .left,
.news-events.inner .right {
  float: left;
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}
@media screen and (max-width: 960px) {
  .news-events.inner .left,
  .news-events.inner .right {
    float: none;
    margin-right: auto;
    width: 100%;
  }
}
.news-events.inner .left a:hover,
.news-events.inner .right a:hover {
  text-decoration: none;
}
.news-events.inner .left a:hover .bottom,
.news-events.inner .right a:hover .bottom {
  text-decoration: underline;
}
.news-events.inner .right {
  margin-right: 0;
}
.news-events.inner .right li a {
  padding: 7px 4px;
}
@media screen and (max-width: 960px) {
  .news-events.inner .right li a {
    position: relative;
  }
}
.news-events.inner .right li a:hover .thum:after {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
.news-events.inner .right li a .thum {
  position: relative;
  width: 120px;
  height: 80px;
  overflow: hidden;
  float: left;
  padding-top: 3px;
}
@media screen and (max-width: 960px) {
  .news-events.inner .right li a .thum {
    float: none;
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.news-events.inner .right li a .thum:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: 0.2s;
}
@media screen and (max-width: 960px) {
  .news-events.inner .right li a .thum:after {
    content: none;
  }
}
.news-events.inner .right .contet {
  padding-left: 135px;
  padding-top: 8px;
}
@media screen and (max-width: 960px) {
  .news-events.inner .right .contet {
    padding-left: 0;
    padding-right: 125px;
  }
}
.news-events.inner .right .contet .bottom {
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .news-events.inner .left {
    margin-bottom: 60px;
  }
}
.news-events.inner .left li a {
  padding: 0 3px;
  padding-top: 15px;
}
.news-events.inner h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 1px solid #585858;
  padding-left: 2px;
  padding-bottom: 4px;
}
@media screen and (max-width: 960px) {
  .news-events.inner h3 {
    font-size: 30px;
    font-size: 3rem;
    text-align: left;
    padding-left: 0;
  }
}
.news-events.inner ul {
  margin-bottom: 40px;
}
.news-events.inner ul li a {
  display: block;
  min-height: 95px;
  border-bottom: 1px solid #585858;
}
.news-events.inner ul li a .above {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .news-events.inner ul li a .above {
    font-size: 10px;
    font-size: 1rem;
  }
}
.news-events.inner ul li a .above .date {
  padding-right: 8px;
}
.news-events.inner ul li a .bottom {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .news-events.inner ul li:nth-child(n+4) {
    display: none;
  }
}
.news-events.inner .all-link a {
  width: 200px;
}
@media screen and (max-width: 960px) {
  .news-events.inner .all-link a {
    width: 280px;
  }
}

/** 関連バナー **/
.kanren-links-wrap {
  padding: 63px 0 60px;
  background-color: #eee;
  border-bottom: 1px solid #BEBEBE;
}
.kanren-links-wrap.v-narrow-wrap {
  padding-bottom: 10px;
  border-bottom:0 none;
}

.kanren-links-wrap.v-narrow-wrap:last-child {
  padding-top: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #BEBEBE;
}

.kanren-links-wrap.v-narrow-wrap.icon-on {
  padding-top: 20px;
  text-align: left;  
}

/*.kanren-links-wrap.v-narrow-wrap:last-child .inner{
  border-top: 1px solid #BEBEBE;
}*/

.kanren-links-wrap.v-narrow-wrap.icon-on.first {
  padding-top: 60px;
}

@media screen and (max-width: 960px) {
}
.kanren-links-wrap ul {
  overflow: hidden;
  *zoom: 1;
}
.kanren-links-wrap ul li {
  width: calc((100% - 10px) / 4);
  margin-right: 3px;
  margin-bottom: 3px;
  float: left;
  background: #fff;
}
.kanren-links-wrap .three-col-wrap ul li {
  width: calc((100% - 6px) / 3);
  margin-right: 3px;
}
@media screen and (max-width: 960px) {
  .kanren-links-wrap ul li {
    width: calc((100% - 3px) / 2);
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;
  }
  .kanren-links-wrap ul li:nth-child(2n) {
    margin-right: 0;
  }
  .kanren-links-wrap .three-col-wrap ul li:nth-child(2n) {
    margin-right: 3px;
  }
}
@media screen and (max-width: 600px) {
  .kanren-links-wrap ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.kanren-links-wrap ul li a,
.kanren-links-wrap ul li.notlink {
  display: block;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding: 15px 5px;
}

.kanren-links-wrap.icon-on ul li a,
.kanren-links-wrap.icon-on ul li.notlink {
  text-align: left;
}

.kanren-links-wrap ul li a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.kanren-links-wrap ul li:nth-child(4n) {
  margin-right: 0;
}
.kanren-links-wrap .three-col-wrap ul li:nth-child(3n) {
  margin-right: 0;
}
.kanren-links-wrap .three-col-wrap ul li:nth-child(4n) {
  margin-right: 3px;
}

.icon {
  background: #ff1a1a none repeat scroll 0 0;
  display: inline-block;
  height: 5px;
  margin-right: 10px;
  width: 14px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.facility .icon {
  background: #0070C0;
}

.school .icon {
  background: #8CC646;
}

.other .icon {
  background: #F7BE17;
}

.kanren-links-wrap ul li.link-height {
  /*position: relative;*/
}

.kanren-links-wrap ul li.link-height a {
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 10px);*/
}
.globalhover-lists {
   display: none;
}

/*ALLINDEX*/
.all-index-wrap {
  transition: 0.2s;
  transform: translateY(-100%);
  top: 39px;
  left: 0;
  width: 100%;
  z-index: 50;
  position: fixed;
  background-color: #585858;
  padding: 0 0 50px;
  height: calc(100vh - 40px);
  overflow-y: scroll;
}

.all-index-wrap .outer {
  max-width: 1234px;
}

@media screen and (max-width: 960px) {
  .all-index-wrap .outer {
    margin: 0;
    width: 100%;

  }
  
  .all-index-wrap > div:last-child {
     padding-bottom: 50px;
  }

}

.all-index-wrap.active {
  transition: 0.2s;
  transform: translateY(0);
}

.all-index-wrap.active a {
  color: #fff;
  display: block;
}

.all-index-wrap.active .head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active .head{
    margin: 0;
    padding: 0;
    font-weight: 300;
  }
  .all-index-wrap.active .head a{
    margin-bottom: 0;
    padding: 7px 5%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.all-index-wrap.active .head.title {
  font-size: 34px;
  font-size: 3.4rem;
  border-bottom: none;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active .head.title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active .head.title a {
    padding: 6px 5%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    position: relative;
  }
  .all-index-wrap.active .head.title a:after,
  .all-index-wrap.active .head.title a:before {
    position: absolute;
    content: '';
    top: 18px;
    right: 5%;
    width: 10px;
    height: 1px;
    background-color: #fff;
    transition: 0.2s;
  }
  .all-index-wrap.active .head.title a:after{
    transform: rotate(90deg);
  }
  .all-index-wrap.active .head.title.active a:after{
    transform: rotate(0);
    transition: 0.2s;
  }
}

.all-index-wrap.active ul {
  margin-bottom: 38px;
}

.all-index-wrap.active ul li > a {
  font-weight: 100;
  padding: 1px 0;
  font-size: 1.4rem;
  font-size: 14px;
}

.all-index-wrap.active .index-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active .index-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    display: none;
  }
  .all-index-wrap.active .index-wrap.active {
    display: -webkit-flex;
    display: flex;
  }
  .all-index-wrap.active .index-wrap .gm-ul3 {
    display: none;
  }
  .all-index-wrap.active .index-wrap .gm-ul3.active {
    display: -webkit-flex;
    display: flex;
  }
}

.all-index-wrap.active .index-wrap > div {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}

.all-index-wrap.active .index-wrap > div.sp-index {
  display: none;
}

@media screen and (max-width: 960px) {

   .all-index-wrap.active .index-wrap > div.sp-index {
      display: block;
   }

  .all-index-wrap.active .index-wrap > div {
    width: 100%;
    margin-right: auto;
    background-color: #888;
  }
  .all-index-wrap.active .index-wrap > div:last-child  .head{
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
}

.all-index-wrap.active > div:nth-child(even) {
  background-color: #666;
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active > div:nth-child(even) {
    background-color: #595959;
  }
}

.all-index-wrap.active .index-wrap > div:nth-child(4n+1){
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active .index-wrap > div:nth-child(4n){
    margin-right: auto;
  }
}

/*menu link*/

.all-index-wrap .menu-link > .outer .head {
  display: none;
}

.all-index-wrap .menu-link{
  padding-top: 100px;
}

@media screen and (max-width: 960px) {
  .all-index-wrap .menu-link{
    padding-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active .menu-link .index-wrap {
    display: block;
  }
  .all-index-wrap.active .menu-link .index-wrap .gm-ul3 {
    display: block;
  }
}

.all-index-wrap .menu-link ul {
  margin-bottom: 0;
}

.all-index-wrap.active .menu-link ul li > a {
  text-align: center;
  padding: 5px 10px;
  background-color: #333;
  display: block;
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active .menu-link ul li > a {
    padding: 5px;
    border-right: 1px solid #585858;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active .menu-link ul li:nth-child(3n) > a {
    border-right: none;
  }
}

.all-index-wrap.active .menu-link ul li > a:hover {
  text-decoration: none;
  background-color: #888;
}

.all-index-wrap .menu-link ul li {
  margin-bottom: 1px;
}

.all-index-wrap .menu-link ul li:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 960px) {
  .all-index-wrap.active .menu-link .index-wrap .gm-li3 .gm-ul3 li {
    width: calc(100% / 3);
    float: left;
  }
}


@media screen and (max-width: 960px) {
  .all-index-wrap.active .menu-link .index-wrap .gm-li3.inquiry .gm-ul3{
    overflow: visible;
  }
  .all-index-wrap.active .menu-link .index-wrap .gm-li3.inquiry li a {
    height: 80px;
    padding-top: 50px;
    position: relative;
  }
  .all-index-wrap.active .menu-link .index-wrap .gm-li3.inquiry li a:after {
    background: url(/albums/abm00000312.png);
    -moz-background-size: 41px, auto;
    -o-background-size: 41px, auto;
    -webkit-background-size: 41px, auto;
    background-size: 41px, auto;
    background-repeat: no-repeat;
    overflow: hidden;
    content: ' ';
    position: absolute;
    top: 22px;
    left: calc(50% - 10px);
    height: 21px;
    width: 20px;
  }
  .all-index-wrap.active .menu-link .index-wrap .gm-li3.inquiry li.request a:after {
    background-position: 0 -482px;
  }
  .all-index-wrap.active .menu-link .index-wrap .gm-li3.inquiry li.contact a:after {
    background-position: 0 -429px;
    top: 17px;
  }
}

@media screen and (max-width: 960px) {
  .all-index-wrap.active .menu-link .index-wrap .gm-li3.access .gm-ul3 li{
    width: 100%;
  }
  .all-index-wrap.active .menu-link .index-wrap .gm-li3.access .gm-ul3 li a{
    height: 80px;
    padding-top: 50px;
    position: relative;
  }
  .all-index-wrap.active .menu-link .index-wrap .gm-li3.access .gm-ul3 li a:after{
    background: url(/albums/abm00000312.png);
    -moz-background-size: 41px, auto;
    -o-background-size: 41px, auto;
    -webkit-background-size: 41px, auto;
    background-size: 41px, auto;
    background-repeat: no-repeat;
    overflow: hidden;
    content: ' ';
    position: absolute;
    top: 22px;
    left: calc(50% - 10px);
    height: 21px;
    width: 20px;
  }
  .all-index-wrap.active .menu-link .index-wrap .gm-li3.access .gm-ul3 li.access a:after{
    background-position: 0 -404px;
    top: 15px;
    height: 23px;
  }
}

/**   block ID:Obn01-1  **/
.gb-logo {
  /*width: 240px;*/
  width: 190px;
  height: 160px;
  /*height: 200px;*/
  position: fixed;
  top: 0;
  /*left: calc(50% - 120px);*/
  left: calc(50% - 95px);
  background-color: #fff;
  cursor: pointer;
  background-image: url(/albums/abm00000012.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  /*background-size: 207px auto;*/
  background-size: 180px auto;
  border-radius: 0 0 14px 14px / 0 0 14px 14px;
  z-index: 150;
  transition: 0.3s;
}
.gb-logo.fixed {
  transition: 0.3s;
  background-size: 115px auto;
  height: 95px;
  width: 140px;
  left: calc(50% - 70px);
}
@media screen and (max-width: 1140px) {
    .gb-logo {
      background-size: 115px auto;
      height: 95px;
      width: 140px;
      left: calc(50% - 70px);
    }
}

@media screen and (max-width: 960px) {
  .gb-logo {
    display: none;
  }
}

.sp-logo {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp-logo {
    display: block;
    text-align: center;
    margin: 54px auto 18px;
    max-width: 280px;
  }
}

.gb-header {
  transition: 0.3s;
}
.gb-header.fixed {
  transition: 0.3s;
}
.gb-header.fixed .head-middle .outer .left ul a,
.gb-header.fixed .head-middle .outer .right ul a {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 0;
}
.gb-header .head-content {
  overflow: hidden;
  *zoom: 1;
}
.gb-header .head-content .left {
  float: left;
  width: calc(50% - 95px);
}

@media screen and (max-width: 1140px) {
   .gb-header .head-content .left {
     width: calc(50% - 70px);
   }
}


.gb-header .head-content .left ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.gb-header .head-content .right {
  float: right;
  width: calc(50% - 95px);
}
@media screen and (max-width: 1140px) {
   .gb-header .head-content .right {
     width: calc(50% - 70px);
   }
}


.gb-header .head-content .right ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .gb-header .head-content .right ul {
    -webkit-align-items: center;
    align-items: center;
  }
}
.gb-header .head-top {
 
  padding-left: 1%;
  overflow: hidden;
  *zoom: 1;
  height: 40px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 120;
}
@media screen and (max-width: 960px) {
  .gb-header .head-top .left {
    display: none;
  }
}
.gb-header .head-top .left li {
  height: 100%;
}
.gb-header .head-top .left li.visit a:after {
  top: 12px;
  left: 0;
  height: 15px;
  width: 13px;
}
.gb-header .head-top .right li.inquiry a:after {
  top: 14px;
  left: 0;
  height: 12px;
  width: 14px;
}
.gb-header .head-top .right li.seikyu a:after {
  top: 14px;
  left: 0;
  height: 12px;
  width: 14px;
}
.gb-header .head-top .right li.access a:after {
  top: 13px;
  left: 0;
  height: 13px;
  width: 11px;
}
.gb-header .head-top .left a,
.gb-header .head-top .right ul li.inquiry a,
.gb-header .head-top .right ul li.seikyu a,
.gb-header .head-top .right ul li.access a,
.gb-header .head-top .right ul li.kihu a {
  color: #fff;
  height: 100%;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  display: block;
  padding: 10px 17px 9px 18px;
}
.gb-header .head-top .left a {
   padding: 10px 7px 9px 7px;
}
@media screen and (max-width: 1140px) {
  .gb-header .head-top .left a,
  .gb-header .head-top .right ul li.inquiry a,
  .gb-header .head-top .right ul li.seikyu a,
  .gb-header .head-top .right ul li.access a,
  .gb-header .head-top .right ul li.kihu a {
    font-size: 10px; 
    padding: 10px 10px 9px 15px;
  }
  .gb-header .head-top .left a {
      padding: 10px 5px 4px 5px;
   }

}

@media screen and (max-width: 960px) {
  .gb-header .head-top .right li.inquiry {
    display:none;
  }
  .gb-header .head-top .right li.seikyu {
    display:none;
  }
  .gb-header .head-top .right li.access {
    display:none;
  }
}


.gb-header .head-top .right a:after {
  position: absolute;
  content: ' ';
}
.gb-header .head-top .left a:hover {
  text-decoration: underline;
}


.gb-header .head-top .right .inquiry {
   display: block;
}
.gb-header .head-top .right .sp-search-button a {
   display: inline-block;
   width: 50px;
   height: 40px;
   padding-top: 4px;
   text-align: center;
}
.gb-header .head-top .right .sp-search-button img {
   vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .gb-header .head-top .right .kihu {
    display: none;
  }
}
.gb-header .head-top .right .kihu a {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  padding: 9px 14px 11px 15px;
  display: block;
  font-weight: 300;
  line-height: 1.0;
}
.gb-header .head-top .right .language {
  text-align: center;
  
}
@media screen and (max-width: 960px) {
  .gb-header .head-top .right .language {
    
  }
}
.gb-header .head-top .right .language a {
  display: block;
  width: 50px;
  height: 40px;
  padding-top: 6px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.gb-header .head-top .right .language a.active {
  background-color: #541B86;
}
.gb-header .head-top .right .language a:hover {
  text-decoration: none;
  background-color: #541B86;
}



.gb-header .head-top .right .search {
  position: fixed;
  top: 0;
  right: 50px;
  width: 0;
  transition: 0.2s;
  visibility: hidden;
}

.gb-header .head-top .right .search.active {
  width: calc(50% - 170px);
  visibility: visible;
  transition: 0.2s;
}

@media screen and (max-width: 960px) {
  .gb-header .head-top .right .search.active {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 960px) {
  .gb-header .head-top .right .search {
    
  }
}


.gb-header .head-top .right .search input {
  height: 40px;
  width: 100%;
  padding: 10px 40px 10px 45px;
  color: #fff;
  font-family: "Noto Sans Japanese", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;

  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 1140px) {
  .gb-header .head-top .right .search input {
  }
}
.gb-header .head-top .right .search .search-button {
  position: absolute;
  top: 3px;
  left: 15px;
}
.gb-header .head-top .right .search .search-close {
  position: absolute;
  top: 0;
  right: 15px;
}

.gb-header .head-top .right .search .search-close img {
  width: 16px;
  height: auto;
}

.gb-header .head-top .right .search .search-button img {
  vertical-align: middle;
}




.gb-header .head-middle {
  position: fixed;
  width: 100%;
  top: 39px;
  left: 0;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .gb-header .head-middle {
    display: none;
  }
}
.gb-header .head-middle.fixed {
  background-color: #F5F8F8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.gb-header .head-middle.fixed .right ul li a,
.gb-header .head-middle.fixed .left ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 0;
  transition: 0.2s;
}
.gb-header .head-middle.fixed .right ul li a:before,
.gb-header .head-middle.fixed .left ul li a:before {
  bottom: 4px;
}
.gb-header .head-middle .left ul,
.gb-header .head-middle .right ul {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.gb-header .head-middle .left ul li,
.gb-header .head-middle .right ul li {
  width: calc(100% / 3);
  text-align: center;
}
.gb-header .head-middle .left ul li.about a:hover:before,
.gb-header .head-middle .left ul li.about a.active:before,
.gb-header .head-middle .left ul li.about a.nav-active:before,
.gb-header .head-middle .right ul li.about a:hover:before,
.gb-header .head-middle .right ul li.about a.active:before ,
.gb-header .head-middle .right ul li.about a.nav-active:before {
  width: 40%;
}
.gb-header .head-middle .left ul li.admission a:hover:before,
.gb-header .head-middle .left ul li.admission a.active:before,
.gb-header .head-middle .left ul li.admission a.nav-active:before,
.gb-header .head-middle .right ul li.admission a:hover:before,
.gb-header .head-middle .right ul li.admission a.active:before ,
.gb-header .head-middle .right ul li.admission a.nav-active:before {
  width: 40%;
}
.gb-header .head-middle .left ul li.academics a:hover:before,
.gb-header .head-middle .left ul li.academics a.active:before,
.gb-header .head-middle .left ul li.academics a.nav-active:before,
.gb-header .head-middle .right ul li.academics a:hover:before,
.gb-header .head-middle .right ul li.academics a.active:before,
.gb-header .head-middle .right ul li.academics a.nav-active:before {
  width: 30.6%;
}
.gb-header .head-middle .left ul li.research a:hover:before,
.gb-header .head-middle .left ul li.research a.active:before,
.gb-header .head-middle .left ul li.research a.nav-active:before,
.gb-header .head-middle .right ul li.research a:hover:before,
.gb-header .head-middle .right ul li.research a.active:before ,
.gb-header .head-middle .right ul li.research a.nav-active:before {
  width: 30%;
}
.gb-header .head-middle .left ul li.abroad a:hover:before,
.gb-header .head-middle .left ul li.abroad a.active:before,
.gb-header .head-middle .left ul li.abroad a.nav-active:before,
.gb-header .head-middle .right ul li.abroad a:hover:before,
.gb-header .head-middle .right ul li.abroad a.active:before,
.gb-header .head-middle .right ul li.abroad a.nav-active:before {
  width: 70%;
}
.gb-header .head-middle .left ul li.life a:hover:before,
.gb-header .head-middle .left ul li.life a.active:before,
.gb-header .head-middle .left ul li.life a.nav-active:before,
.gb-header .head-middle .right ul li.life a:hover:before,
.gb-header .head-middle .right ul li.life a.active:before,
.gb-header .head-middle .right ul li.life a.nav-active:before {
  width: 70%;
}
.gb-header .head-middle .left ul li a,
.gb-header .head-middle .right ul li a {
  display: block;
  color: #303939;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 22px 0 20px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .gb-header .head-middle .left ul li a,
  .gb-header .head-middle .right ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.gb-header .head-middle .left ul li a:before,
.gb-header .head-middle .right ul li a:before {
  position: absolute;
  bottom: 12px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #333;
  transition: .2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gb-header .head-middle .left ul li a:hover,
.gb-header .head-middle .right ul li a:hover {
  text-decoration: none;
}
.gb-header .head-bottom {
  background-color: #F5F8F8;
  position: relative;
  top: 110px;
  left: 0;
  width: 100%;
  z-index: 19;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .gb-header .head-bottom {
    display: none;
  }
}
.gb-header .head-bottom .left,
.gb-header .head-bottom .right {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.gb-header .head-bottom .left span,
.gb-header .head-bottom .right span {
  display: block;
  width: 100%;
  max-width: calc(100% - 120px);
  /*max-width: calc(740px - 120px);*/
}
@media screen and (max-width: 1480px) {
  .gb-header .head-bottom .left span,
  .gb-header .head-bottom .right span {
    max-width: none;
  }
}
.gb-header .head-bottom .left a,
.gb-header .head-bottom .right a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  align-items: baseline;
  text-align: center;
  color: #303939;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 7px 0 5px;
  font-weight: 700;
  position: relative;
}
.gb-header .head-bottom .left a:before,
.gb-header .head-bottom .right a:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  transition: 0.2s;
  transform: translateY(-100%);
}
.gb-header .head-bottom .left a:hover,
.gb-header .head-bottom .right a:hover {
  text-decoration: none;
  color: #fff;
}
.gb-header .head-bottom .left a:hover:before,
.gb-header .head-bottom .right a:hover:before {
  transition: 0.2s;
  transform: translateY(0);
  z-index: -1;
}
.gb-header .head-bottom > .right > a {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.nav-button {
  width: 50px;
  height: 40px;
  z-index: 999;
  text-align: center;
  background-color: #43166B;
}
@media screen and (max-width: 960px) {
  .nav-button {
    background-color: #541B86;
  }
}

.nav-button.active {
  right: -moz-calc(1% + 240px);
  right: -o-calc(1% + 240px);
  right: -webkit-calc(1% + 240px);
  right: calc(1% + 240px);
}

.head-search.active {
  background-color: #121212;
  transition: 0.1s;
}
.head-search.active form {
  display: inline-block;
}

.menu-button {
  display: block;
  width: 18px;
  position: relative;
  top: -2px;
  right: 0;
  overflow: hidden;
  *zoom: 1;
  cursor: pointer;
  margin: auto;
}

.active .menu-button {
   top: 0;
}

.menu-button-icon {
  display: block;
  width: 18px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
}
.menu-button-icon span {
  display: block;
  background: #fff;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.menu-button-icon span:first-child {
  top: 13px;
}
.menu-button-icon span:nth-child(2) {
  margin-top: 0;
  top: 50%;
}
.menu-button-icon span:last-child {
  bottom: 10px;
}

.nav-button.active .menu-button-icon span:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.nav-button.active .menu-button-icon span:nth-child(2) {
  opacity: 0;
}
.nav-button.active .menu-button-icon span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

/*ホバーリスト*/
.hover-lists .visit-lists {
  transition: 0.2s;
  transform: translateX(-100%);
  width: 160px;
  
  padding: 5px 30px 15px 30px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 80;
}
.hover-lists .visit-lists.active {
  transition: 0.2s;
  transform: translateX(0%);
}
.hover-lists .visit-lists a {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
.hover-lists .visit-lists li:last-child a {
  margin-bottom: 0;
}
.hover-lists .language-lists {
  position: fixed;
  top: 40px;
  right: 50px;
  width: 50px;
  z-index: 80;
  transition: 0.2s;
  transform: translateY(-100%);
}
.hover-lists .language-lists.active {
  transform: translateY(0);
}
.hover-lists .language-lists a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #541B86;
  color: #fff;
  text-align: center;
  padding: 5px;
}

/*メガドロップ*/
.megadrop-lists.fixed > div {
  top: 20px;
}
.megadrop-lists > div {
  position: fixed;
  width: 100%;
  left: 0;
  top: 77px;

  z-index: 19;
  padding-top: 140px;
  font-size: 13px;
  font-size: 1.3rem;
  transition: 0.2s;
  transform: translateY(-100%);
  opacity: 0;
}
.megadrop-lists > div a {
  color: #fff;
  display: block;
}
.megadrop-lists > div .head {
  /*padding-bottom: 8px;*/
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
  padding:5px 8px;
  font-weight: 500;
  margin-bottom: 15px;
  background: #6c6c6c;
}
.megadrop-lists > div.active {
  transition: 0.2s;
  transform: translateY(0);
  opacity: 1.0;
}
.megadrop-lists .outer {
  max-width: 1234px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.megadrop-lists .outer .mega-list {
  width: calc((100% - 165px) / 4);
}
.megadrop-lists .outer .mega-list ul {
  margin-bottom: 38px;
}

.megadrop-lists .outer .mega-list ul li a.gm-a3.index {
    font-size: 1.6rem;
    font-weight: 500;
}

.megadrop-lists .outer .mega-list ul li a {
  font-weight: 200;
  padding: 1px 0;
}
.megadrop-lists .outer .mega-list.double {
  width: calc((100% - 110px) / 2);
}
.megadrop-lists .outer .mega-list.double .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.megadrop-lists .outer .mega-list.double ul {
  display: flex;
  flex-flow: column wrap;
  height: 260px;
}
.megadrop-lists .outer .mega-list.double ul li {
  width: 50%;
  padding-right: 20px;
}
.gb-header .head-top .right .search .search-close {

}
.megadrop-lists .guide .outer .mega-list:nth-child(2) > .head:nth-child(3),
.megadrop-lists .guide .outer .mega-list:nth-child(2) > ul:nth-child(4) {
  display: none;
}

@media screen and (max-width: 960px) {

  .gb-header .head-top .right .search {
    position: fixed;
    top: 0;
    right: 100px;
    width: 0;
    transition: 0.2s;
    visibility: hidden;
  }

  .gb-header .head-top .right .search.active {
    visibility: visible;
    transition: 0.2s;
  }


  .gb-header .head-top .right .search.active {
    width: calc(100% - 100px);
  }

  .gb-header .head-top .right .search input {
    height: 40px;
    width: 100%;
    padding: 10px 40px 10px 45px;
    color: #fff;
    font-family: "Noto Sans Japanese", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;

    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
  }


  .gb-header .head-top .right .search .search-button {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 18px;
    height: 20px;
    font-size: 0;
  }
  .gb-header .head-top .right .search .search-close {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
  }

  .gb-header .head-top .right .search .search-close img {
    width: 16px;
    height: auto;
  }
}

.language-lists .has-icon:after {
  content: none;
}

.mega-list a.gm-a3.index,
.mega-list .gm-a3.guide.active,
.mega-list .head a {
  font-size: 1.5rem;
  font-weight: 500;
}

.megadrop-lists > div {
  overflow-y: auto;
  height: 400px;
}

.megadrop-lists .outer .mega-list {
  height: 500px !important;
}
.level2 .gb-footer {
  border-top: 1px solid #ccc;
}

.gb-footer {
  padding: 50px 0;
}

.gb-footer .inner {
  overflow: hidden;
  *zoom: 1;
  display:table;
}


@media screen and (max-width: 1140px) {
  .gb-footer .inner {
    display:block;
  }
}

.foot-logo {
  width: 14%;
  max-width:220px;
  display:table-cell;
  vertical-align: top;
}

@media screen and (max-width: 1140px) {
 .foot-logo {
   width: 220px;
   display: block;
   margin: 0 auto;
  }
}

.foot-info {
  display:table-cell;
  vertical-align: middle;
  width:60%;
  padding-left:2.6%;
  font-weight: 300;
  font-size: 1.5rem;
}

@media screen and (max-width: 1140px) {
 .foot-info {
   width: 100%;
   padding-left:0;
   display: block;
   margin: 0 auto;
   font-weight: 300;
   font-size: 1.3rem;
   text-align: center;
   margin-top: 25px;
   margin-bottom: 20px;
  }
}


.foot-info .foot-campus-name,
.foot-info .foot-campus-address,
.foot-info .foot-access{
  display:inline-block;
}

@media screen and (max-width: 1140px) {
  .foot-info .foot-access{
    margin-bottom:10px;
    display:block;
  }
}

.foot-musashino-campus,
.foot-ariake-campus {
  font-size:1.5rem;
}

@media screen and (max-width: 1140px) {
  .foot-musashino-campus,
  .foot-ariake-campus {
    font-size:1.3rem;
  }
}

.foot-campus-name {
  width:130px;
}

@media screen and (max-width: 1140px) {
  .foot-campus-name {
    width:inherit;
  }
}

.foot-campus-address {
  width:350px;
}

@media screen and (max-width: 1140px) {
  .foot-campus-address {
    width:inherit;
  }
}


.foot-right {

  display:table-cell;
  vertical-align: top;
  text-align: right;
}

@media screen and (max-width: 1140px) {
 .foot-right {
   width: 100%;
   display: block;
   margin: 0 auto;
   text-align: center;
  }
}

.foot-link-text {
  margin-top:20px;
  font-size:1.3rem;
}

@media screen and (max-width: 1140px) {
  .foot-link-text {
    display:none;
  }
}

.foot-link-text ul li {
  display:inline-block;
  font-size:1.3rem;
  padding-left: 15px;
}

.foot-link-text ul li:first-child {
  padding-left: 0px;
}

.foot-link-sns {
  margin-bottom: 20px;
}

@media screen and (max-width: 1140px) {
  .foot-link-sns {
    margin: 0 auto 20px;
    max-width: 400px;
  }
}

@media screen and (max-width: 1140px) {
  .foot-link-sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 2px;
  }
}

.foot-link-sns ul li {
  display:inline-block;
  padding-left: 20px;
}

.gb-footer .foot-link-sns ul a img {
  opacity: 0.6;
  vertical-align: middle;
  transition: 0.2;
}

.gb-footer .foot-link-sns ul a:hover img {
  opacity: 1.0;
  vertical-align: middle;
  transition: 0.2;
}

.foot-link-sns ul li:first-child {
  padding-left: 0px;
}

.foot-address {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7A7A7A;
  font-weight: 300;
}

@media screen and (max-width: 1140px) {
  .foot-address  {
    text-align: center;
  }
}

.sp-foot-link-text {
  display:none;
}


@media screen and (max-width: 1140px) {
  .sp-foot-link-text {
    display:block;
  }
  
  .sp-foot-link-text ul li {
    display:inline-block;
    font-size:1.3rem;
    padding-left: 0px;
  }

  .sp-foot-link-text ul li:first-child {
    padding-left: 0px;
  }
  
  .sp-foot-link-text ul li:before {
    content:'｜';
    position:relative;
  }
  
  .sp-foot-link-text ul li:first-child:before {
    content:'';
  }
  
}

@media screen and (max-width: 960px) {
}

/*ホバーメニュー*/
.globalSubMenu {
   display: none;
}

.gb-side .side-nav-lists > ul > li > ul > li:first-child {
  display: none;
}
.gb-side .sn-li2.sn-first > .sn-ul2 > li .subs a {
  line-height: 200%;
  padding: 0 25px;
}
.gb-side .subs {
  position: absolute;
  top: 100px;
  background-color: #541b86;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 43px;
  transform: translateY(-2%);
  transition: all 0.1s ease 0s;
  width: 200px;
  z-index: 10;
}
.gb-side .subs.hover {
  opacity: 1.0;
  transform: translateY(0);
  height: auto;
  transition: all 0.1s ease 0s;
  padding: 10px 0;
}
.gb-side .subs .gm-ul4 {
  display: none;
}

.relation-banner-title-wrap {
  background-color: #eee;
  padding-top: 60px;
}

.kanren-links-wrap.v-narrow-wrap + .relation-banner-title-wrap {
  padding-top: 30px;
}

.relation-banner-title {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 10px;
}

body .kanren-links-wrap.v-narrow-wrap {
  padding: 0;
}

body .kanren-links-wrap.v-narrow-wrap:last-child {
  padding-top: 0;
}

.title-icon {
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
  top: 50%;
  transform: scale(2, 1) translateY(-10%);
  transform-origin: left top 0;
  width: 30px;
}
.news-events.inner .all-link {
  float: right;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 120px;
  display:table;  
}

.news-events.inner .all-link a {
  width: inherit;
  padding: 8px 0 8px;
  display: table-cell;
}

.news-events.inner .all-link2 {
  float: right;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 120px;
  display:table; 
  margin-right:10px; 
}

.news-events.inner .all-link2 a {
  width: inherit;
  padding: 8px 0 8px;
  display: table-cell;
}

.all-link2 a {
	position: relative;
display: block;
font-size: 12px;
font-size: 1.2rem;
font-weight: 500;
padding: 13px 0;
color: #fff;
}


.top .all-link2 a {
	display: inline-block;
	background-color: #9e6bce;
}

.news-events.inner .all-link2 a:hover {
	text-decoration: none;
	background-color: #333;
}

.news-events.inner .right .contet {
  padding-left:0;
  padding-top:8px;
  padding-bottom:8px;
}

.news-events.inner .left li a {
  padding:14px 3px 13px;
}

.news-events.inner ul li a {
  min-height: inherit;
}

.left ul li a.has-icon.is-target,
.right ul li a.has-icon.is-target {
  content: none;
}

.has-icon .bottom:after {
  content: '';
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 4px;
  width: 18px;
  height: 16px;
  overflow: hidden;
  background: url(/albums/abm00000793.png) no-repeat left top;
}
.main-visual .c_happiness .img-bg {
  background-image: url(/albums/abm00007096.jpg);
}

@media screen and (max-width: 960px) {
  .main-visual .c_happiness .sp-img {
	  background-size:auto 100%;
    background-image: url(/albums/abm00007096.jpg);
  }
}

@media screen and (max-width: 750px) {
  .main-visual .c_happiness .sp-img {
	  background-size:100% auto;
    background-image: url(/albums/abm00007097.jpg);
    background-repeat:no-repeat;
    background-color:#FFF;
  }
}


.img-bg a{
	position:absolute;
	width:calc(100% - 110px);
	height:100%;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
	text-indent:-9999px;
	z-index:2;
}

.sp-img a{
	position:absolute;
	width:100%;
	height:100%;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
	text-indent:-9999px;
}
.main-visual .clean_c .img-bg {
  background-image: url(/albums/abm00008063.jpg);
}
@media screen and (max-width: 960px) {
  .main-visual .clean_c .sp-img {
    background-image: url(/albums/abm00008063.jpg);
  }
}

@media screen and (max-width: 750px) {
  .main-visual .clean_c .sp-img {
    background-image: url(/albums/abm00008057.jpg);
    background-repeat:no-repeat;
    background-color:#FFF;
    background-size:100% auto;
  }
}


.img-bg a{
	position:absolute;
	width:calc(100% - 110px);
	height:100%;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
	text-indent:-9999px;
	z-index:2;
}

.sp-img a{
	position:absolute;
	width:100%;
	height:100%;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
	text-indent:-9999px;
}
.main-visual .field_s .img-bg {
  background-image: url(/albums/abm00008080.jpg);
}

@media screen and (max-width: 960px) {
  .main-visual .field_s .sp-img {
  background-size:auto 100%;
    background-image: url(/albums/abm00008080.jpg);
  }
}

@media screen and (max-width: 750px) {
  .main-visual .field_s .sp-img {
    background-image: url(/albums/abm00008081.jpg);
    background-repeat:no-repeat;
    background-color:#FFF;
    background-size:100% auto;
  }
}


.img-bg a{
	position:absolute;
	width:calc(100% - 110px);
	height:100%;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
	text-indent:-9999px;
	z-index:2;
}

.sp-img a{
	position:absolute;
	width:100%;
	height:100%;
	margin:auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
	text-indent:-9999px;
}
