@charset "UTF-8";
/* ******************************************************************
 *	File name		: top_pc.css
 * ******************************************************************
 */
/* - トップページ PC - */
.news_20250730 {
	border: 2px solid #F1A7A9;
	padding: 20px 30px;
	border-radius: 15px;
	margin: 30px 0;
}
.news_20250730 .title {font-size: 2rem;font-weight: 600;margin-bottom: 15px;color: #E43437;}
.news_20250730 .detail {font-size: 1.6rem;text-align: left;}
.news_20250730 .detail a {
  color: #41B3ED;
  text-decoration: none;
}
.news_20250730 .detail a:hover {
  color: #41B3ED;
  text-decoration: underline;
}


#print-title {display: none;}
/*#js-hamburger {
	display: none;
}*/
.sp-only {
  display: none;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation: fadeUpAnime 1s ease-in-out infinite;
  animation-iteration-count: 1;
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation: fadeRightAnime 1s ease-in-out infinite;
  animation-iteration-count: 1;
}
@keyframes fadeRightAnime {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.mv {
  width: 100%;
  height: 1000px;
  margin: 95px 0 0 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.mv_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: no-wrap;
}
.mv_title {
  width: 600px;
  padding: 100px 0 0 0;
  margin: 50px auto 30px auto;
}
.mv_title img {
  width: 100%;
  height: auto;
}
.mv_day {
  width: 570px;
  padding: 250px 0 0 0;
}
.mv_day img {
  width: 100%;
  height: auto;
}
.mv_vr {
  width: 500px;
  padding: 450px 0 0 0;
}
.mv_vr img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
    .mv {
  width: 100%;
  height: 800px;
  margin: 90px 0 0 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
    .mv_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: no-wrap;
}
.mv_title {
  width: 40%;
  padding: 80px 0 0 0;
  margin: 50px auto 30px auto;
}
.mv_title img {
  width: 100%;
  height: auto;
}
.mv_day {
  width: 40%;
  padding: 250px 10% 0 0;
}
.mv_day img {
  width: 100%;
  height: auto;
}
 .mv_vr {
  width: 40%;
  padding: 350px 0 0 0;
}
.mv_vr img {
  width: 100%;
  height: auto;
}   
    
}


.container {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
.icon-kenichi {
  width: 80px;
  margin: 0 auto;
}
.icon-kenichi img {
  width: 100%;
  height: auto;
}
.icon-kenichi_02 {
  width: 80px;
  margin: 0 auto 30px auto;
}
.icon-kenichi_02 img {
  width: 100%;
  height: auto;
}
/* -----------------------------------------------------------------
top / #news
----------------------------------------------------------------- */
#news {
  text-align: center;
  margin-bottom: 0px;
}
/*#news h2 {
  border-bottom: 1px solid #707070;
}
#news .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 15px;
  padding: 30px 0;
  font-weight: 600;
}*/
#news h2 {
  font-size: 4.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#news .jp {
  text-align: center;
  font-size: 2.4rem;
  color: #222222;
  margin-bottom: 30px;
  font-weight: 600;
}
.news_box {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CBCBCB;
    margin-top: 10px;
}
.news_box:last-child {
  margin-bottom: 0;
}
.news_box time {
  margin-right: 32px;
  color: #676F73;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: bold;
  width: 15%;
}
.news_box p {
  width: 80%;
  margin-right: 32px;
  color: #676F73;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: normal;
  text-align: left;
}
.news_box a {
  color: #41B3ED;
  text-decoration: none;
}
.news_box a:hover {
  color: #41B3ED;
  text-decoration: underline;
}

/* -----------------------------------------------------------------
top / #program
----------------------------------------------------------------- */

#program {
  text-align: center;
  margin-bottom: 80px;
}
#program h2 {
  border-bottom: 1px solid #707070;
}
#program .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 30px 0;
  font-weight: 600;
}
.program_day {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#program .program_day_730 {
  width: 370px;
}
#program .program_day_730 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #F6BFD7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#program .program_day_730 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F6BFD7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#program .program_day_730 a:hover {
  color: #fff;
}
#program .program_day_730 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}


#program .program_day_730_end {
  width: 370px;
    display: block;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    background: transparent;
    padding: 30px;
    border: 4px solid #A7A7A7;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    text-decoration: none;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}





#program .program_day_731 {
  width: 370px;
}
#program .program_day_731 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #54C3F1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#program .program_day_731 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #54C3F1;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#program .program_day_731 a:hover {
  color: #fff;
}
#program .program_day_731 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}






#program .program_day_731_end {
  width: 370px;
    display: block;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    background: transparent;
    padding: 30px;
    border: 4px solid #A7A7A7;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    text-decoration: none;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}









#program .program_all {
  width: 370px;
}
#program .program_all a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #E7D708;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#program .program_all a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E7D708;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#program .program_all a:hover {
  color: #fff;
}
#program .program_all a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}




#program .program_all_end {
  width: 370px;
    display: block;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    background: transparent;
    padding: 30px;
    border: 4px solid #A7A7A7;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    text-decoration: none;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}




/* -----------------------------------------------------------------
top / #live
----------------------------------------------------------------- */
#live {
  text-align: center;
  margin-bottom: 80px;
}
#live h2 {
  border-bottom: 1px solid #707070;
}
#live .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 30px 0;
  font-weight: 600;
}
#live .program_day_730 {
  width: 575px;
}
#live .program_day_730 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #F6BFD7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#live .program_day_730 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F6BFD7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#live .program_day_730 a:hover {
  color: #fff;
}
#live .program_day_730 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

#live .program_day_730_end {
  width: 575px;
    display: block;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    background: transparent;
    padding: 30px;
    border: 4px solid #A7A7A7;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    text-decoration: none;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}






#live .program_day_731 {
  width: 575px;
}
#live .program_day_731 a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #54C3F1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#live .program_day_731 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #54C3F1;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#live .program_day_731 a:hover {
  color: #fff;
}
#live .program_day_731 a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#live .program_day_731_end {
  width: 575px;
    display: block;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    background: transparent;
    padding: 30px;
    border: 4px solid #A7A7A7;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    text-decoration: none;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}

/* -----------------------------------------------------------------
top / #access
----------------------------------------------------------------- */
#access {
  text-align: center;
  margin-bottom: 80px;
}
/*#access h2 {
  border-bottom: 1px solid #707070;
}
#access .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 30px 0;
  font-weight: 600;
}*/
#access h2 {
  font-size: 4.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#access .jp {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
#access .campus {
  width: 370px;
}
#access .campus a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #94C959;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #94C959;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus a:hover {
  color: #fff;
}
#access .campus a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#access .access_all {
  width: 100%;
}
#access .access_all a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #94C959;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .access_all a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #94C959;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .access_all a:hover {
  color: #fff;
}
#access .access_all a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
#access .access_all_end {
  width: 100%;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}

#access .campus_end {
  width: 370px;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}

#access .campus_kawauchi {
  width: 370px;margin-bottom: 40px;margin-right: 20px;
}
#access .campus_kawauchi a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A577D8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus_kawauchi a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #A577D8;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus_kawauchi a:hover {
  color: #fff;
}
#access .campus_kawauchi a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}


#access .campus_aobayama {
  width: 370px;margin-bottom: 40px;margin-right: 20px;
}
#access .campus_aobayama a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #7FB55B;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus_aobayama a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #7FB55B;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus_aobayama a:hover {
  color: #fff;
}
#access .campus_aobayama a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}


#access .campus_seiryo {
  width: 370px;margin-bottom: 40px;margin-right: 0px;
}
#access .campus_seiryo a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #0EB7C7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#access .campus_seiryo a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #0EB7C7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#access .campus_seiryo a:hover {
  color: #fff;
}
#access .campus_seiryo a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}


.campus_access {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}
.campus_access .end {
  background-color: #B3B3B3;
  border-radius: 20px;
  text-align: center;
  width: 350px;
  display: block;
  padding: 20px 0;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
/*.campus_access .kawauchi {
  background-color: #92539D;
  border-radius: 20px;
  text-align: center;
  width: 250px;
}
.campus_access .kawauchi a {
  display: block;
  padding: 20px 0;
  background-color: #9619AB;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .kawauchi a:hover {
    display: block;
    padding: 20px 0;
    background-color: #BF6ACE;
    border-radius: 20px;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    line-height: 60px;
}*/
.campus_access .kawauchi {
  text-align: center;
  width: 250px;filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.campus_access .kawauchi img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
/*.campus_access .aobayama {
  background-color: #D6D6D6;
  border-radius: 20px;
  text-align: center;
  width: 250px;
}*/
.campus_access .aobayama {
  text-align: center;
  width: 250px;filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.campus_access .aobayama img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
/*.campus_access .aobayama a {
  display: block;
  padding: 20px 0;
  background-color: #40A85E;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .aobayama a:hover {
    display: block;
    padding: 20px 0;
    background-color: #2CC258;
    border-radius: 20px;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    line-height: 60px;
}
*/
.campus_access .seiryo {
  text-align: center;
  width: 250px;filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.campus_access .seiryo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
/*.campus_access .seiryo a {
  display: block;
  padding: 20px 0;
  background-color: #0693DB;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
.campus_access .seiryo a:hover {
  display: block;
  padding: 20px 0;
  background-color: #41B3ED;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}*/
.campus_access .katahira {
  /*background-color: #D6D6D6;
  border-radius: 20px;*/
  text-align: center;
  width: 250px;filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.campus_access .katahira img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
/*.campus_access .katahira a {
    display: block;
    padding: 20px 0;
    background-color: #EF8306;
    border-radius: 20px;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    line-height: 60px;
}
.campus_access .katahira a:hover {
  display: block;
  padding: 20px 0;
  background-color: #EEA755;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}

/* -----------------------------------------------------------------
top / #bus
----------------------------------------------------------------- */
.shuttle_bus {
  flex-wrap: wrap;
  display: flex;
  /*justify-content: space-between;*/
  align-items: top;
  margin-top: 50px;
}
#bus {
  text-align: center;
  margin-bottom: 80px;
}
#bus h2 {
  border-bottom: 1px solid #707070;
}
#bus .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 30px 0;
  font-weight: 600;
}
#bus .course {
  width: 280px;
}
#bus .course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #8776D8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #8776D8;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .course a:hover {
  color: #fff;
}
#bus .course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
.course_detail {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8rem;
}




#bus .course_end {
  width: 280px;
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #A7A7A7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
    background-color: #D4D4D4;
}
#bus .a_course {
  width: 370px;margin-bottom: 40px;margin-right: 40px;
}
#bus .a_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #7FB55B;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .a_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #7FB55B;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .a_course a:hover {
  color: #fff;
}
#bus .a_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}





#bus .b_course {
  width: 370px;margin-bottom: 40px;margin-right: 40px;
}
#bus .b_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #0EB7C7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .b_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #0EB7C7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .b_course a:hover {
  color: #fff;
}
#bus .b_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

#bus .c_course {
  width: 370px;margin-bottom: 30px;
}
#bus .c_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #E2D443;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .c_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E2D443;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .c_course a:hover {
  color: #fff;
}
#bus .c_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



#bus .d_course {
  width: 370px;margin-bottom: 40px;margin-right: 40px;
}
#bus .d_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #A577D8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .d_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #A577D8;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .d_course a:hover {
  color: #fff;
}
#bus .d_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



#bus .e_course {
  width: 370px;margin-bottom: 40px;margin-right: 40px;
}
#bus .e_course a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px;
  border: 4px solid #D88880;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
}
#bus .e_course a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #D88880;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
#bus .e_course a:hover {
  color: #fff;
}
#bus .e_course a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}



























/* -----------------------------------------------------------------
top / #access
----------------------------------------------------------------- */
#fis {
  text-align: center;
  margin-bottom: 80px;
}
/*#access h2 {
  border-bottom: 1px solid #707070;
}
#access .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 30px 0;
  font-weight: 600;
}*/
#fis h2 {
  font-size: 4.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#fis .jp {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}







/* -----------------------------------------------------------------
top / #fis
----------------------------------------------------------------- */
/*#fis {
  width: 100%;
  text-align: center;
  background-color: #F7F7F7;
}
#fis h2 {
  border-bottom: 1px solid #707070;
}
#fis .en {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 30px 0;
  font-weight: 600;
}
*/




.list-fis {}
.list-fis {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 0px;
}
.list-fis .list-fis_detail {
  width: 380px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  background-color: #FFFFFF;
}
.list-fis .list-fis_detail img {
  width: 100%;
  height: auto;
}
.list-fis .list-fis_detail:after {
  content: "";
  display: block;
  width: 380px;
  height: 0;
}
.list-fis .photo {
  padding-bottom: 20px;
}
.list-fis .list-fis_detail {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.list-fis .list-fis_detail .list-link {
  padding: 0 20px;
}
.list-fis .list-fis_detail .list-link ul {
  text-align: left;
  background-color: #FFFFFF;
}
.list-fis .list-fis_detail .list-link ul li {
  font-size: 1.6rem;
  margin-bottom: 5px;
  list-style-type: none;
}
.list-fis .list-fis_detail .list-link ul li a {
  text-decoration: none;
  color: #005886;
  padding-left: 0px;
}
.list-fis .list-fis_detail .list-link ul li a:hover {
  text-decoration: underline;
  color: #005886;
}
.list-fis .list-fis_detail .sub-title {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 5px;
  padding: 0 20px;
  font-weight: 600;
}
.list-fis .list-fis_detail .list-link ul li a {
  position: relative;
  display: inline-block;
}
.list-fis .list-fis_detail .list-link ul li a::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: -17px; /* 要素の右からの距離 */
  width: 8px;
  height: 8px;
  border-top: 2px solid #005886;
  border-right: 2px solid #005886;
  transform: rotate(45deg); /* 角度調整 */
}
.fis_f {
  text-align: center;
  padding-bottom: 50px;
}
.fis_f:after {
  content: "";
  display: block;
  clear: both;
}
.icon-kenichi_f {
  width: 70px;
  display: inline-block;
  top: 30px;
  position: relative;
  margin: 0 20px;
}
.icon-kenichi_f img {
  width: 100%;
  height: auto;
}
.fis_f .message {
  font-size: 2.2rem;
  display: inline-block;
  padding-bottom: 20px;
}
.fis_link {
  flex-wrap: wrap;
  display: flex;
  align-items: top;
  margin-top: 0px;
  padding-bottom: 80px;
}
.fis_link .link {
  width: 370px;
  margin-right: 30px;
}
.fis_link .link a {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  background: transparent;
  padding: 30px 10px;
  border: 4px solid #A1D8E7;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
}
.fis_link .link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #A1D8E7;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.fis_link .link a:hover {
  color: #fff;
}
.fis_link .link a:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

/* -----------------------------------------------------------------
top / #dep
----------------------------------------------------------------- */
#dep {
  text-align: center;
  margin-bottom: 80px;
}
/*#dep h2 {
  border-bottom: 1px solid #707070;
}
#dep .jp {
  text-align: center;
  font-size: 3.4rem;
  color: #222222;
  margin-bottom: 30px;
  padding: 30px 0;
  font-weight: 600;
}*/
#dep h2 {
  font-size: 4.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#dep .jp {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.list-dep {}
.list-dep ul {}
.list-dep ul li {}
.list-dep ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}
.list-dep ul li {
  width: 300px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
}
.list-dep ul li img {
  width: 100%;
  height: auto;
}
.list-dep ul:after {
  content: "";
  display: block;
  width: 300px;
  height: 0;
}


/* -----------------------------------------------------------------
top / #campus_access
----------------------------------------------------------------- */
.campus_access {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}
.campus_access .end {
  background-color: #B3B3B3;
  border-radius: 20px;
  text-align: center;
  width: 350px;
  display: block;
  padding: 20px 0;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
  line-height: 60px;
}
/* -----------------------------------------------------------------
top / #banner
----------------------------------------------------------------- */
.banner ul {
  text-align: center;
}
.banner ul li {
  display: inline-block;
  list-style: none;
  margin: 30px 15px 30px 15px;
  width: 400px;
}
.banner ul li img {
  width: 100%;
  height: auto;
}
/* -----------------------------------------------------------------
top / #footer
----------------------------------------------------------------- */
#footer {
  width: 100%;
  border-top: 2px solid #023F64;
}
.footer_logo {
  width: 400px;
  float: left;
  margin-right: 30px;
  border-right: 1px solid #023F64;
  padding-right: 50px;
}
.footer_logo img {
  width: 100%;
  height: auto;
}
.footer_pr_kenichi {
  width: 54px;
  float: left;
  margin-left: 30px;
  }
.footer_pr_kenichi img {
  width: 100%;
  height: auto;
}
.footer_access {
  float: left;
  font-size: 1.4rem;
  padding-left: 10px;
  padding-top: 15px;
  line-height: 2.4rem;
}
.footer_sns {
  width: 200px;
  float: right;
  padding-top: 15px;
}
.footer_sns ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.footer_sns ul li {
  list-style: none;
  width: 40px;
}
.footer_sns ul li img {
  width: 100%;
  height: auto;
}
.footer_container {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.footer_container:after {
  content: "";
  display: block;
  clear: both;
}
.footer_copy {
  text-align: center;
  font-size: 1.2rem;
  padding: 0 0 15px 0;
}
.access-list {
  padding: 50px 0;
}
.access-list ul {
  width: 90%;
  margin: 30px auto;
}
.access-list ul li {
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.8rem;
}
.heatillness {width: 100%;margin-top: 30px;}
.heatillness img {width: 100%;height: auto;}


.program-list {
  padding: 0px 0;
}
.program-list ul {
  width: 100%;
  margin: 0px auto 0 auto;
}
.program-list ul li {
  margin-bottom: 0px;
  text-align: center;
  font-size: 1.8rem;list-style: none;
}


.slider .bnr_box {
  max-width: 360px;
  margin: 0 15px;
}
.slider .bnr_box a {
  display: block;
  transition: none;
}
.slider .bnr_box img {
  transition: opacity 0.3s;
  width: 100%;
}
.slider .bnr_box a:hover img {
  opacity: 0.8;
}
.row_btns {
  width: 165px;
  margin: 30px auto 0 auto;
}
.slick_pause {
  padding: 5px 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #666666;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
.slick_pause:hover {
  background-color: #DCDCDC;
  color: #2F2F2F;
  cursor: pointer;
}
.slick_start {
  padding: 5px 25px;
  text-align: center;
  border-radius: 10px;
  background-color: #666666;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
.slick_start:hover {
  background-color: #DCDCDC;
  color: #2F2F2F;
  cursor: pointer;
}
.slickBtnArea {
  position: relative;
  top: 50px;
  z-index: 9999;
  margin: 0 auto;
  width: 200px;
}
#stopBtn, #startBtn {
  font-size: 12px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #E1E1E1;
  padding: 5px 8px;
}
.block_front {padding-top: 20px;padding-bottom: 50px;}
@media print,screen and ( max-width: 1200px ) and ( min-width: 1024.5px ){
    .block_front-special .slick-dots {
    bottom: -50px;
    left: -0%;
  }
  .slickBtnArea {
    position: relative;
    top: 50px;
    z-index: 9999;
    margin: 0 auto;
  width: 190px;
    left: -0%;
  }}
.block_front-special .inner {
  max-width: initial;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 7;
}
.block_front-special .bnr_slide {
  margin: 55px auto 0;
}
.block_front-special .bnr_slide .bnr_box {
  width: 480px;
  margin: 0 15px;
}
.block_front-special .bnr_slide .bnr_box a {
  display: block;
  width: 100%;
  height: 100%;
  transition: none;
}
.block_front-special .bnr_slide .bnr_box img {
  transition: opacity 0.3s;
}
.block_front-special .bnr_slide .bnr_box a:hover img {
  opacity: 0.8;
}
.block_front-special .slick-dots {
  bottom: -50px;
}
.block_front-special .slick-dots li button:before {
  transition: all 0.3s;
}
.block_front-special .slick-dotted.slick-slider {
  margin-bottom: 74px;
}
.block_front-special .slick-prev, .block_front-special .slick-next {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: opacity 0.3s;
}
.block_front-special .slick-prev {
  background-image: url(../img/arrow_left.png);
  left: 0;
}
.block_front-special .slick-next {
  background-image: url(../img/arrow_right.png);
  right: 0;
}
.block_front-special .slick-prev:hover, .block_front-special .slick-next:hover {
  opacity: 0.8;
}
.block_front-special .btn_base {
  margin: 0 auto;
}
.block_front-new .btn_base {
  margin: 0 auto;
  position: relative;
  z-index: 34;
}
#js-front-slide {
  overflow: hidden;
}
.links_all {
  text-align: center;
  font-size: 1.6rem;
  width: 300px;
  margin: 100px auto 0 auto;
}
.links_all a {
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #023F64;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
}
.links_all a:hover {
  background-color: #2186C4;
  color: #fff;
}

/* -----------------------------------------------------------------
top / #faculties
----------------------------------------------------------------- */
#faculties {
  text-align: center;
  margin-bottom: 80px;
}
#faculties h2 {
  font-size: 4.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#faculties .jp {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.list-faculties {}
.list-faculties ul {}
.list-faculties ul li {
  list-style: none;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 15px;
  background-image: url(../img/icon_li.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 8px;
}
.list-faculties ul li a {
  color: #023F64;
  text-decoration: none;
}
.list-faculties ul li a:hover {
  color: #023F64;
  text-decoration: underline;
}
.list-faculties ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 50px;
}
.list-faculties ul li {
  width: 33%;
  padding-left: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
}
.list-faculties ul li img {
  width: 100%;
  height: auto;
}
.list-faculties ul:after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
}

/* -----------------------------------------------------------------
top / #campus_life
----------------------------------------------------------------- */
#campus_life {
  text-align: center;
  margin-bottom: 80px;
}
#campus_life h2 {
  font-size: 4.8rem;
  color: #023F64;
  margin-bottom: 15px;
}
#campus_life .jp {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #222222;
}
.campus_life {
  flex-wrap: wrap;
  display: flex;
  align-items: top;
  margin-top: 50px;
  justify-content: space-between;
}
.campus_life_detail {
  width: 250px;margin-bottom: 20px;
}
.campus_life_detail img {
  width: 100%;
  height: auto;
  border-radius: 20px;filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.campus_life_detail a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #3C3C3C;
  font-weight: 600;
}
.language {
    font-size: 1.5rem;
    padding: 8px 20px 8px 40px;
    text-align: center;
    display: block;
    position: absolute;
    right: 120px;
    top: 20px;
    border-radius: 10px;text-transform: uppercase;z-index: 9999;
}
.language a {color: #FFF;text-decoration: none;display: block;
    padding: 8px 20px 8px 40px;
    border-radius: 10px;
    background-color: #023F64;}
.language a:hover {color: #FFF;text-decoration: none;display: block;background-color: #2186C4;
    padding: 8px 20px 8px 40px;
    border-radius: 10px;}

.icon-Language img {width: 15px;height: 15px;margin-right: 5px;position: absolute;top:20px;left: 55px; display: block;}


.fix {
     right:0;
     position:fixed;
  top: 150px;
     z-index: 99;
 }



.fix ul {}
.fix ul li {
    list-style: none;/*
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
    box-shadow: 0 2px 8px rgba(30,30,80,.3);
    background-color: #023F64;
    margin-bottom: 20px;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}.fix ul li img {width: 40px;height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}
.fix ul li a {color: #FFF;text-decoration: none;display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*padding: 15px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/}
.fix ul li a:hover {color: #FFF;text-decoration: none;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*padding: 15px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/}


.special-list {text-align: center;width: 1200px;padding: 0 30px;}
.special-list .bnr_box {display: inline-block;margin-top: 30px;}


.jisage1 {padding-left: 15px;}
.jisage2 {padding-left: 30px;}


